Status: Pass 162 Failure 11 Skip 10
Test Group/Test case | Count | Pass | Fail | Error | Skip | View | |
setUpClass (tempest.api.volume.admin.test_volume_snapshot_quotas_negative | 1 | 0 | 1 | 0 | 0 | Detail | |
VolumeSnapshotQuotasNegativeTestJSON) |
fail
ft1.1: setUpClass (tempest.api.volume.admin.test_volume_snapshot_quotas_negative.VolumeSnapshotQuotasNegativeTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 181, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 174, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/volume/admin/test_volume_snapshot_quotas_negative.py", line 65, in resource_setup cls.volume = cls.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 129, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 312, in wait_for_volume_resource_status raise lib_exc.TimeoutException(message) tempest.lib.exceptions.TimeoutException: Request timed out Details: volume 987da187-44be-4e12-83a2-6b79812ff2b9 failed to reach available status (current creating) within the required time (360 s). |
||||||
setUpClass (tempest.api.volume.test_volumes_list | 1 | 0 | 1 | 0 | 0 | Detail | |
VolumesListTestJSON) |
fail
ft2.1: setUpClass (tempest.api.volume.test_volumes_list.VolumesListTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 181, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 174, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/volume/test_volumes_list.py", line 89, in resource_setup volume = cls.create_volume(metadata=cls.metadata) File "/opt/stack/tempest/tempest/api/volume/base.py", line 129, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 312, in wait_for_volume_resource_status raise lib_exc.TimeoutException(message) tempest.lib.exceptions.TimeoutException: Request timed out Details: volume 490c2bb7-c295-49c0-81ab-6aee7c29b56b failed to reach available status (current creating) within the required time (360 s). |
||||||
setUpClass (tempest.api.volume.test_volumes_negative | 1 | 0 | 1 | 0 | 0 | Detail | |
VolumesNegativeTest) |
fail
ft3.1: setUpClass (tempest.api.volume.test_volumes_negative.VolumesNegativeTest)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 181, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 174, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/volume/test_volumes_negative.py", line 38, in resource_setup cls.volume = cls.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 129, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 312, in wait_for_volume_resource_status raise lib_exc.TimeoutException(message) tempest.lib.exceptions.TimeoutException: Request timed out Details: volume c552152a-9602-447b-a11a-c074a5c9fa47 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
ft4.1: tearDownClass (tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 235, in tearDownClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 207, in tearDownClass teardown() File "/opt/stack/tempest/tempest/test.py", line 589, in resource_cleanup raise testtools.MultipleExceptions(*cleanup_errors) testtools.runtest.MultipleExceptions: ((<class 'tempest.lib.exceptions.TimeoutException'>, Request timed out Details: (AttachVolumeShelveTestJSON:tearDownClass) Failed to delete volume 560ff2cc-3aad-4528-846d-01aec5984365 within the required time (360 s). Timer started at 1626827106. Timer ended at 1626827466waited for 360, <traceback object at 0x7f7c59bf5b00>), (<class 'tempest.lib.exceptions.TimeoutException'>, Request timed out Details: (AttachVolumeShelveTestJSON:tearDownClass) Failed to delete volume dcaf8d46-205b-49b6-b4b7-40b6f61543b5 within the required time (360 s). Timer started at 1626827466. Timer ended at 1626827889waited for 423, <traceback object at 0x7f7c59aa6b80>)) |
||||||
AttachVolumeTestJSON) |
fail
ft4.2: tearDownClass (tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 235, in tearDownClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 207, in tearDownClass teardown() File "/opt/stack/tempest/tempest/test.py", line 589, in resource_cleanup raise testtools.MultipleExceptions(*cleanup_errors) testtools.runtest.MultipleExceptions: ((<class 'tempest.lib.exceptions.BadRequest'>, Bad request Details: {'code': 400, 'message': 'Invalid volume: Volume status must be available or error or error_restoring or error_extending or error_managing and must not be migrating, attached, belong to a group, have snapshots or be disassociated from snapshots after volume transfer.'}, <traceback object at 0x7f9b8ff0e780>), (<class 'tempest.lib.exceptions.TimeoutException'>, Request timed out Details: (AttachVolumeTestJSON:tearDownClass) Failed to delete volume dffd0b7f-032e-4082-b500-db2b467e69fa within the required time (360 s). Timer started at 1626827439. Timer ended at 1626827889waited for 450, <traceback object at 0x7f9b9004f0c0>), (<class 'tempest.lib.exceptions.TimeoutException'>, Request timed out Details: (AttachVolumeTestJSON:tearDownClass) Failed to delete volume fb5c7076-062b-4e8b-9f11-2983d88b83af within the required time (360 s). Timer started at 1626827889. Timer ended at 1626828249waited for 360, <traceback object at 0x7f9b90087200>)) |
||||||
tearDownClass (tempest.api.volume.test_volumes_snapshots | 1 | 0 | 1 | 0 | 0 | Detail | |
VolumesSnapshotTestJSON) |
fail
ft5.1: tearDownClass (tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 235, in tearDownClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 207, in tearDownClass teardown() File "/opt/stack/tempest/tempest/test.py", line 589, in resource_cleanup raise testtools.MultipleExceptions(*cleanup_errors) testtools.runtest.MultipleExceptions: ((<class 'tempest.lib.exceptions.BadRequest'>, Bad request Details: {'code': 400, 'message': 'Invalid volume: Volume status must be available or error or error_restoring or error_extending or error_managing and must not be migrating, attached, belong to a group, have snapshots or be disassociated from snapshots after volume transfer.'}, <traceback object at 0x7f44a0002480>), (<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 0x7f44a007a700>), (<class 'tempest.lib.exceptions.BadRequest'>, Bad request Details: {'code': 400, 'message': 'Invalid snapshot: Snapshot status must be available or error and must not be part of a group.'}, <traceback object at 0x7f44a007a740>), (<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 0x7f449f75c600>)) |
||||||
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
pt6.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
ft6.2: tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments[id-7fa563fe-f0f7-43eb-9e22-a1ece036b513]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2021-07-21 00:23:34,989 114911 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2021-07-21 00:23:34,989 114911 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2021-07-21 00:23:35,925 114911 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.222.0.30/compute/v2.1/os-keypairs 0.935s 2021-07-21 00:23:35,925 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-keypair-1276688261"}} Response - Headers: {'date': 'Wed, 21 Jul 2021 00:23:34 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-5f78a48a-d3af-4b3e-89a5-1c1ddef8e5ab', 'x-compute-request-id': 'req-5f78a48a-d3af-4b3e-89a5-1c1ddef8e5ab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"private_key": "-----BEGIN RSA PRIVATE KEY-----\\nMIIEpQIBAAKCAQEAymC1lH9OZNI3j2orN69J734noA5jBODuOzgHu3wLC569HP9/\\n3YNS3ZA/Q+nU+xypytU3GHzbstUcQ+kQgtgmfe63YvCr2AVQFacPDpqn4gYB1I45\\n0M+/N8Fa1pR7Ugr/D+g9dgIUnZV5QaNTcGbiCYtdJPHWF6eLSJ5f2j4HISZCauee\\n/LLiJkgOgJj/uJXYRwA4y/F6m57iV55HKIAwYZAgYxe7mMUpkJlZm9JC89kXWmsd\\n9FYE2tSFsQMMLc+sxC7rzf0QjpHNxAn9SGNpTZjUOC4+OpOJ8foaInuwxPYyLE3i\\niBwNufFfsMo637760/3hxfFBvZ/FvoubhuRQWwIDAQABAoIBAFGETt+3v74ApvyP\\niUTuyFs9d3yTDvOCHrOfyA2O02wkzowFpl11bkVsuu8CGxXi38mhxIWKlXwdNztr\\nf4kUw7xqEVg7FRz4Vt/B4ODDDuiN/uK9PzCK3bz5lztjp6DOaRrhMxB7mg43jRYR\\nUaSu7FFn32boOpJgnEvt7zIbVgfVh4b3uhssjIPChmnlr8KA3Rek95sDCYcbsArg\\nZ3XsKpn2I4kPzkDXrllq8VRBIYSnFY/YIJGcORHgnnW/ZNZCtqL28O/CjNQgfMhZ\\nVxDKQPBoCWRnLOmDakozzLbqh6TN1kPU4A6chsBkkETIaeylwlwwgMOo4w2i16fT\\nItu4D7ECgYEA9KSEetUBTuWruLJrUP+Ax3IJEooePS5mjPAvvUQdOwp6WxZWkUQr\\nC05uf2uLagLhn+4MtBkJE10HML2xcMLaz3oOA9DAyjSGZ0UZxWlF6EjCqYpI4i+w\\n7KXkh761FaJWTJcqAVj5SCD79ZY/IeRlnCgXu03rFkWf7FmEldciv/cCgYEA08Xj\\n5Z2SlZii6JXzP1pKdxlVaxxssPG8sjShgapSAG7gQ359ox5pcY0UTr5OC5qrr8IK\\nlSFeVZwK47xkdCozGHfUBhWGAqyx66gYHsrBtUh6cqHJpm/G5nrTin0m/ulkztq4\\nRmTz0l7CecgRRKZmeKltbIr6D2YFWE/NGdSAYb0CgYEApTi69E4JHSTFre5pxgFZ\\nEtn0QJ4hQAanYcYRJ8zpxOcVrZDPlDoqq+8jd1DFjio2ARH/aF6EH5yzb3qdbN9c\\nccUn0/HXUnjY0MP9XLL1cKQ7O89V29SDs79yMS9eEydZC08IInLZoJoOMFVxe81J\\nxoXZSTmdbKRHFpN6lMv//w8CgYEAwCscqGoacCF4AvK/LsfyNq0IdA/xGYfjIRrd\\nS9qQWtBCNTz9KR4ZtO6+dM3/6EvMa8r662TCQ5E72HhF95urjhJ+lZ7GYnrvYNbC\\nPH7k1GoWoxro710S8maWu17iGgMUdRjIiyhkkItokjXYZaFR70BfiVV7oKmFRCP2\\nC/BnJ0kCgYEAqO+45Ub9PHD1xWZAWAvT2NtsTOWYNnkPcAzTeSc4caneKJFY5jEL\\nj40+rUp2wQ0miKwgb+uorcXM4QUFDzToMgpivCZtXArngI98YTns8vU1grb9S1wn\\nFYDgaAQ/68VLKn/hhcJ3i4cPc7SIEDqM3XBbnmGBfvfpNmaeLxkHH1g=\\n-----END RSA PRIVATE KEY-----\\n", "name": "tempest-keypair-1276688261", "public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDKYLWUf05k0jePais3r0nvfiegDmME4O47OAe7fAsLnr0c/3/dg1LdkD9D6dT7HKnK1TcYfNuy1RxD6RCC2CZ97rdi8KvYBVAVpw8OmqfiBgHUjjnQz783wVrWlHtSCv8P6D12AhSdlXlBo1NwZuIJi10k8dYXp4tInl/aPgchJkJq5578suImSA6AmP+4ldhHADjL8XqbnuJXnkcogDBhkCBjF7uYxSmQmVmb0kLz2Rdaax30VgTa1IWxAwwtz6zELuvN/RCOkc3ECf1IY2lNmNQ4Lj46k4nx+hoie7DE9jIsTeKIHA258V+wyjrfvvrT/eHF8UG9n8W+i5uG5FBb Generated-by-Nova", "fingerprint": "f1:f9:00:e5:3b:22:d9:b8:7c:39:67:15:d9:b9:f8:81", "user_id": "b5ea02f5a421436ba0027c334cd4718a"}}' 2021-07-21 00:23:35,927 114911 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1276688261 created 2021-07-21 00:23:36,080 114911 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.30:9696/v2.0/security-groups 0.152s 2021-07-21 00:23:36,080 114911 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--879940321", "description": "tempest-description--1666474715"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1579', 'x-openstack-request-id': 'req-5190b6eb-2995-41aa-b34d-50c79792702e', 'date': 'Wed, 21 Jul 2021 00:23:36 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.30:9696/v2.0/security-groups'} Body: b'{"security_group": {"id": "f8290ace-0950-432e-afdf-7b28135ca45f", "name": "tempest-securitygroup--879940321", "stateful": true, "tenant_id": "cff660dd91114b25863338506dfe54af", "description": "tempest-description--1666474715", "security_group_rules": [{"id": "22433e8b-59c8-4126-adf0-7193a8c6723e", "tenant_id": "cff660dd91114b25863338506dfe54af", "security_group_id": "f8290ace-0950-432e-afdf-7b28135ca45f", "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": 537, "description": null, "tags": [], "created_at": "2021-07-21T00:23:36Z", "updated_at": "2021-07-21T00:23:36Z", "revision_number": 0, "project_id": "cff660dd91114b25863338506dfe54af"}, {"id": "be48faa2-a148-43d2-a8f7-d6e11771077a", "tenant_id": "cff660dd91114b25863338506dfe54af", "security_group_id": "f8290ace-0950-432e-afdf-7b28135ca45f", "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": 536, "description": null, "tags": [], "created_at": "2021-07-21T00:23:36Z", "updated_at": "2021-07-21T00:23:36Z", "revision_number": 0, "project_id": "cff660dd91114b25863338506dfe54af"}], "tags": [], "created_at": "2021-07-21T00:23:35Z", "updated_at": "2021-07-21T00:23:36Z", "revision_number": 1, "project_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:23:36,200 114911 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.30:9696/v2.0/security-group-rules 0.119s 2021-07-21 00:23:36,200 114911 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": "f8290ace-0950-432e-afdf-7b28135ca45f", "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-67586e41-1483-4a78-b1ff-8758e8a919db', 'date': 'Wed, 21 Jul 2021 00:23:36 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.30:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "0f747c36-1bef-4fff-92ca-c33d617bce80", "tenant_id": "cff660dd91114b25863338506dfe54af", "security_group_id": "f8290ace-0950-432e-afdf-7b28135ca45f", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2021-07-21T00:23:36Z", "updated_at": "2021-07-21T00:23:36Z", "revision_number": 0, "project_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:23:36,315 114911 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.30:9696/v2.0/security-group-rules 0.114s 2021-07-21 00:23:36,316 114911 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": "f8290ace-0950-432e-afdf-7b28135ca45f", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-2fff2812-3ca5-414d-8e0e-eeddfab2498e', 'date': 'Wed, 21 Jul 2021 00:23:36 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.30:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "2e25c23c-442e-4b6d-ac41-4258d8ce3e01", "tenant_id": "cff660dd91114b25863338506dfe54af", "security_group_id": "f8290ace-0950-432e-afdf-7b28135ca45f", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2021-07-21T00:23:36Z", "updated_at": "2021-07-21T00:23:36Z", "revision_number": 0, "project_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:23:36,316 114911 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--879940321 created 2021-07-21 00:23:37,099 114911 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.30:9696/v2.0/floatingips 0.783s 2021-07-21 00:23:37,100 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"floatingip": {"floating_network_id": "ffe57f4a-aeb4-4202-843c-8e628c4cf133"}} Response - Headers: {'content-type': 'application/json', 'content-length': '492', 'x-openstack-request-id': 'req-e263b490-e4cd-4cbb-80cc-c1e55a9f84eb', 'date': 'Wed, 21 Jul 2021 00:23:37 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.30:9696/v2.0/floatingips'} Body: b'{"floatingip": {"id": "3fae5dea-56e4-45a5-8d29-44b8d08e3b77", "tenant_id": "cff660dd91114b25863338506dfe54af", "floating_ip_address": "172.27.3.8", "floating_network_id": "ffe57f4a-aeb4-4202-843c-8e628c4cf133", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "cff660dd91114b25863338506dfe54af", "description": "", "port_details": null, "tags": [], "created_at": "2021-07-21T00:23:36Z", "updated_at": "2021-07-21T00:23:36Z", "revision_number": 0}}' 2021-07-21 00:23:37,100 114911 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '3fae5dea-56e4-45a5-8d29-44b8d08e3b77', 'tenant_id': 'cff660dd91114b25863338506dfe54af', 'floating_ip_address': '172.27.3.8', 'floating_network_id': 'ffe57f4a-aeb4-4202-843c-8e628c4cf133', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'cff660dd91114b25863338506dfe54af', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2021-07-21T00:23:36Z', 'updated_at': '2021-07-21T00:23:36Z', 'revision_number': 0, 'ip': '172.27.3.8'} created 2021-07-21 00:23:37,137 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 201 POST http://10.222.0.30/identity/v3/auth/tokens 0.031s 2021-07-21 00:23:37,137 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Wed, 21 Jul 2021 00:23:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3395', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-180435cc-ff54-414b-8e8a-602f52378362', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.30/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "b5ea02f5a421436ba0027c334cd4718a", "name": "tempest-AttachVolumeTestJSON-954442708-project", "password_expires_at": null}, "audit_ids": ["Xl3o7KgBQDGaw_AYyspJyw"], "expires_at": "2021-07-21T01:23:37.000000Z", "issued_at": "2021-07-21T00:23:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cff660dd91114b25863338506dfe54af", "name": "tempest-AttachVolumeTestJSON-954442708"}, "is_domain": false, "roles": [{"id": "d5a7fd48e59c40608d722d38315ccd08", "name": "member"}, {"id": "73e4b38f90334c5db5ebb59eca3ab9fe", "name": "reader"}], "catalog": [{"endpoints": [{"id": "9b9dddfdb905487f9e499897d7340e3b", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af", "region": "RegionOne"}], "id": "096c5a4c0e2c42c189cc4cd9ca598648", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "467d30d3354d47768e663c974281ac90", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.30/compute/v2.1", "region": "RegionOne"}], "id": "36eee5eb953149f6991f287efa9705fb", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "3dc7176e8ddd4f57b39c55eee7a8c1ad", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af", "region": "RegionOne"}], "id": "38558e6a5b6248a390c84384461a3834", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "7718e257b8ec491dba876fa6aa03f142", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.30/identity", "region": "RegionOne"}, {"id": "ebd0f3fd9622468daf90a09376333f1b", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.30/identity", "region": "RegionOne"}], "id": "3b0b663d518f491c91a364dd7959b99d", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "4dc4df10c0774a4ebe0791c364a13a2c", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.30/image", "region": "RegionOne"}], "id": "770241ee1d3b453c94cd43ca71252f6f", "type": "image", "name": "glance"}, {"endpoints": [{"id": "124af9acca3b422a954ded510b40780a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.30:9696/", "region": "RegionOne"}], "id": "9bb0e4faab7d41c4a5ae2ba7cf3c2169", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "26325bbfbf25449d99ccf2d7f35ce51e", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.30/compute/v2/cff660dd91114b25863338506dfe54af", "region": "RegionOne"}], "id": "d0d4d685b4f844f09c95b8725a50e508", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "8866b53622e24147b73c36f11cca1b1b", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.30/placement", "region": "RegionOne"}], "id": "d9597099c0344078a370ca29d64e1b93", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "5a2de297eccc49489141dd021cd307b0", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.30:8080", "region": "RegionOne"}, {"id": "db3be857c31d47aa8c1968ea10432ed2", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.30:8080/v1/AUTH_cff660dd91114b25863338506dfe54af", "region": "RegionOne"}], "id": "f51a83832ddc465abf887bc4365cec44", "type": "object-store", "name": "swift"}]}}' 2021-07-21 00:23:37,138 114911 INFO [tempest.lib.common.fixed_network] (AttachVolumeTestJSON:test_list_get_volume_attachments) Found network {'id': '0b5fc350-a55e-4279-9d0d-e039ca09301e', 'name': 'tempest-AttachVolumeTestJSON-656172834-network', 'tenant_id': 'cff660dd91114b25863338506dfe54af', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'cff660dd91114b25863338506dfe54af', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 231, 'availability_zone_hints': [], 'is_default': False, 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2021-07-21T00:18:01Z', 'updated_at': '2021-07-21T00:18:01Z', 'revision_number': 1} available for tenant 2021-07-21 00:23:37,138 114911 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'private_key': '-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEAymC1lH9OZNI3j2orN69J734noA5jBODuOzgHu3wLC569HP9/\n3YNS3ZA/Q+nU+xypytU3GHzbstUcQ+kQgtgmfe63YvCr2AVQFacPDpqn4gYB1I45\n0M+/N8Fa1pR7Ugr/D+g9dgIUnZV5QaNTcGbiCYtdJPHWF6eLSJ5f2j4HISZCauee\n/LLiJkgOgJj/uJXYRwA4y/F6m57iV55HKIAwYZAgYxe7mMUpkJlZm9JC89kXWmsd\n9FYE2tSFsQMMLc+sxC7rzf0QjpHNxAn9SGNpTZjUOC4+OpOJ8foaInuwxPYyLE3i\niBwNufFfsMo637760/3hxfFBvZ/FvoubhuRQWwIDAQABAoIBAFGETt+3v74ApvyP\niUTuyFs9d3yTDvOCHrOfyA2O02wkzowFpl11bkVsuu8CGxXi38mhxIWKlXwdNztr\nf4kUw7xqEVg7FRz4Vt/B4ODDDuiN/uK9PzCK3bz5lztjp6DOaRrhMxB7mg43jRYR\nUaSu7FFn32boOpJgnEvt7zIbVgfVh4b3uhssjIPChmnlr8KA3Rek95sDCYcbsArg\nZ3XsKpn2I4kPzkDXrllq8VRBIYSnFY/YIJGcORHgnnW/ZNZCtqL28O/CjNQgfMhZ\nVxDKQPBoCWRnLOmDakozzLbqh6TN1kPU4A6chsBkkETIaeylwlwwgMOo4w2i16fT\nItu4D7ECgYEA9KSEetUBTuWruLJrUP+Ax3IJEooePS5mjPAvvUQdOwp6WxZWkUQr\nC05uf2uLagLhn+4MtBkJE10HML2xcMLaz3oOA9DAyjSGZ0UZxWlF6EjCqYpI4i+w\n7KXkh761FaJWTJcqAVj5SCD79ZY/IeRlnCgXu03rFkWf7FmEldciv/cCgYEA08Xj\n5Z2SlZii6JXzP1pKdxlVaxxssPG8sjShgapSAG7gQ359ox5pcY0UTr5OC5qrr8IK\nlSFeVZwK47xkdCozGHfUBhWGAqyx66gYHsrBtUh6cqHJpm/G5nrTin0m/ulkztq4\nRmTz0l7CecgRRKZmeKltbIr6D2YFWE/NGdSAYb0CgYEApTi69E4JHSTFre5pxgFZ\nEtn0QJ4hQAanYcYRJ8zpxOcVrZDPlDoqq+8jd1DFjio2ARH/aF6EH5yzb3qdbN9c\nccUn0/HXUnjY0MP9XLL1cKQ7O89V29SDs79yMS9eEydZC08IInLZoJoOMFVxe81J\nxoXZSTmdbKRHFpN6lMv//w8CgYEAwCscqGoacCF4AvK/LsfyNq0IdA/xGYfjIRrd\nS9qQWtBCNTz9KR4ZtO6+dM3/6EvMa8r662TCQ5E72HhF95urjhJ+lZ7GYnrvYNbC\nPH7k1GoWoxro710S8maWu17iGgMUdRjIiyhkkItokjXYZaFR70BfiVV7oKmFRCP2\nC/BnJ0kCgYEAqO+45Ub9PHD1xWZAWAvT2NtsTOWYNnkPcAzTeSc4caneKJFY5jEL\nj40+rUp2wQ0miKwgb+uorcXM4QUFDzToMgpivCZtXArngI98YTns8vU1grb9S1wn\nFYDgaAQ/68VLKn/hhcJ3i4cPc7SIEDqM3XBbnmGBfvfpNmaeLxkHH1g=\n-----END RSA PRIVATE KEY-----\n', 'name': 'tempest-keypair-1276688261', 'public_key': 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDKYLWUf05k0jePais3r0nvfiegDmME4O47OAe7fAsLnr0c/3/dg1LdkD9D6dT7HKnK1TcYfNuy1RxD6RCC2CZ97rdi8KvYBVAVpw8OmqfiBgHUjjnQz783wVrWlHtSCv8P6D12AhSdlXlBo1NwZuIJi10k8dYXp4tInl/aPgchJkJq5578suImSA6AmP+4ldhHADjL8XqbnuJXnkcogDBhkCBjF7uYxSmQmVmb0kLz2Rdaax30VgTa1IWxAwwtz6zELuvN/RCOkc3ECf1IY2lNmNQ4Lj46k4nx+hoie7DE9jIsTeKIHA258V+wyjrfvvrT/eHF8UG9n8W+i5uG5FBb Generated-by-Nova', 'fingerprint': 'f1:f9:00:e5:3b:22:d9:b8:7c:39:67:15:d9:b9:f8:81', 'user_id': 'b5ea02f5a421436ba0027c334cd4718a'}, 'security_group': {'id': 'f8290ace-0950-432e-afdf-7b28135ca45f', 'name': 'tempest-securitygroup--879940321', 'stateful': True, 'tenant_id': 'cff660dd91114b25863338506dfe54af', 'description': 'tempest-description--1666474715', 'security_group_rules': [{'id': '22433e8b-59c8-4126-adf0-7193a8c6723e', 'tenant_id': 'cff660dd91114b25863338506dfe54af', 'security_group_id': 'f8290ace-0950-432e-afdf-7b28135ca45f', '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': 537, 'description': None, 'tags': [], 'created_at': '2021-07-21T00:23:36Z', 'updated_at': '2021-07-21T00:23:36Z', 'revision_number': 0, 'project_id': 'cff660dd91114b25863338506dfe54af'}, {'id': 'be48faa2-a148-43d2-a8f7-d6e11771077a', 'tenant_id': 'cff660dd91114b25863338506dfe54af', 'security_group_id': 'f8290ace-0950-432e-afdf-7b28135ca45f', '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': 536, 'description': None, 'tags': [], 'created_at': '2021-07-21T00:23:36Z', 'updated_at': '2021-07-21T00:23:36Z', 'revision_number': 0, 'project_id': 'cff660dd91114b25863338506dfe54af'}], 'tags': [], 'created_at': '2021-07-21T00:23:35Z', 'updated_at': '2021-07-21T00:23:36Z', 'revision_number': 1, 'project_id': 'cff660dd91114b25863338506dfe54af'}, 'floating_ip': {'id': '3fae5dea-56e4-45a5-8d29-44b8d08e3b77', 'tenant_id': 'cff660dd91114b25863338506dfe54af', 'floating_ip_address': '172.27.3.8', 'floating_network_id': 'ffe57f4a-aeb4-4202-843c-8e628c4cf133', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'cff660dd91114b25863338506dfe54af', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2021-07-21T00:23:36Z', 'updated_at': '2021-07-21T00:23:36Z', 'revision_number': 0, 'ip': '172.27.3.8'}} 2021-07-21 00:23:37,836 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 202 POST http://10.222.0.30/compute/v2.1/servers 0.696s 2021-07-21 00:23:37,836 114911 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-345679751", "imageRef": "85eb65b8-a5cc-489d-a3d6-b4c396f9651c", "flavorRef": "452", "adminPass": "password", "networks": [{"uuid": "0b5fc350-a55e-4279-9d0d-e039ca09301e"}], "security_groups": [{"name": "tempest-securitygroup--879940321"}], "key_name": "tempest-keypair-1276688261", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIHVidW50dSB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH51YnVudHUvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Wed, 21 Jul 2021 00:23:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '401', 'location': 'http://10.222.0.30/compute/v2.1/servers/78bd6b8d-86e1-439d-9d6d-c047b287052f', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2a00b419-f24f-46d8-83c7-8250ff9bee07', 'x-compute-request-id': 'req-2a00b419-f24f-46d8-83c7-8250ff9bee07', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.30/compute/v2.1/servers'} Body: b'{"server": {"id": "78bd6b8d-86e1-439d-9d6d-c047b287052f", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/78bd6b8d-86e1-439d-9d6d-c047b287052f"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/78bd6b8d-86e1-439d-9d6d-c047b287052f"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--879940321"}], "adminPass": "password"}}' 2021-07-21 00:23:37,909 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/compute/v2.1/servers/78bd6b8d-86e1-439d-9d6d-c047b287052f 0.070s 2021-07-21 00:23:37,909 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:23:37 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-32215e03-da10-47dd-956a-a52029dc82b6', 'x-compute-request-id': 'req-32215e03-da10-47dd-956a-a52029dc82b6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/78bd6b8d-86e1-439d-9d6d-c047b287052f'} Body: b'{"server": {"id": "78bd6b8d-86e1-439d-9d6d-c047b287052f", "name": "tempest-AttachVolumeTestJSON-server-345679751", "status": "BUILD", "tenant_id": "cff660dd91114b25863338506dfe54af", "user_id": "b5ea02f5a421436ba0027c334cd4718a", "metadata": {}, "hostId": "", "image": {"id": "85eb65b8-a5cc-489d-a3d6-b4c396f9651c", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/85eb65b8-a5cc-489d-a3d6-b4c396f9651c"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:23:38Z", "updated": "2021-07-21T00:23:37Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/78bd6b8d-86e1-439d-9d6d-c047b287052f"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/78bd6b8d-86e1-439d-9d6d-c047b287052f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1276688261", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2021-07-21 00:23:39,011 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/compute/v2.1/servers/78bd6b8d-86e1-439d-9d6d-c047b287052f 0.093s 2021-07-21 00:23:39,011 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:23:38 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-46e5be2e-32fe-451c-a8ed-975d949b29e2', 'x-compute-request-id': 'req-46e5be2e-32fe-451c-a8ed-975d949b29e2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/78bd6b8d-86e1-439d-9d6d-c047b287052f'} Body: b'{"server": {"id": "78bd6b8d-86e1-439d-9d6d-c047b287052f", "name": "tempest-AttachVolumeTestJSON-server-345679751", "status": "BUILD", "tenant_id": "cff660dd91114b25863338506dfe54af", "user_id": "b5ea02f5a421436ba0027c334cd4718a", "metadata": {}, "hostId": "ce763072465c4bd5af2b66d75745d3b378c667f6a17f4fafdc03a4b4", "image": {"id": "85eb65b8-a5cc-489d-a3d6-b4c396f9651c", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/85eb65b8-a5cc-489d-a3d6-b4c396f9651c"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:23:37Z", "updated": "2021-07-21T00:23:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/78bd6b8d-86e1-439d-9d6d-c047b287052f"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/78bd6b8d-86e1-439d-9d6d-c047b287052f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1276688261", "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": []}}' 2021-07-21 00:23:39,019 114911 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/networking" after 2 second wait 2021-07-21 00:23:40,228 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/compute/v2.1/servers/78bd6b8d-86e1-439d-9d6d-c047b287052f 0.207s 2021-07-21 00:23:40,228 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:23:40 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-cf0a6035-2127-45e7-b49f-8881b51c98e3', 'x-compute-request-id': 'req-cf0a6035-2127-45e7-b49f-8881b51c98e3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/78bd6b8d-86e1-439d-9d6d-c047b287052f'} Body: b'{"server": {"id": "78bd6b8d-86e1-439d-9d6d-c047b287052f", "name": "tempest-AttachVolumeTestJSON-server-345679751", "status": "BUILD", "tenant_id": "cff660dd91114b25863338506dfe54af", "user_id": "b5ea02f5a421436ba0027c334cd4718a", "metadata": {}, "hostId": "ce763072465c4bd5af2b66d75745d3b378c667f6a17f4fafdc03a4b4", "image": {"id": "85eb65b8-a5cc-489d-a3d6-b4c396f9651c", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/85eb65b8-a5cc-489d-a3d6-b4c396f9651c"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:23:37Z", "updated": "2021-07-21T00:23:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/78bd6b8d-86e1-439d-9d6d-c047b287052f"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/78bd6b8d-86e1-439d-9d6d-c047b287052f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1276688261", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--879940321"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2021-07-21 00:23:40,235 114911 INFO [tempest.common.waiters] State transition "BUILD/networking" ==> "BUILD/spawning" after 3 second wait 2021-07-21 00:23:41,391 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/compute/v2.1/servers/78bd6b8d-86e1-439d-9d6d-c047b287052f 0.154s 2021-07-21 00:23:41,391 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:23:41 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-472241d6-dd01-4918-b548-c008724f8e22', 'x-compute-request-id': 'req-472241d6-dd01-4918-b548-c008724f8e22', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/78bd6b8d-86e1-439d-9d6d-c047b287052f'} Body: b'{"server": {"id": "78bd6b8d-86e1-439d-9d6d-c047b287052f", "name": "tempest-AttachVolumeTestJSON-server-345679751", "status": "BUILD", "tenant_id": "cff660dd91114b25863338506dfe54af", "user_id": "b5ea02f5a421436ba0027c334cd4718a", "metadata": {}, "hostId": "ce763072465c4bd5af2b66d75745d3b378c667f6a17f4fafdc03a4b4", "image": {"id": "85eb65b8-a5cc-489d-a3d6-b4c396f9651c", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/85eb65b8-a5cc-489d-a3d6-b4c396f9651c"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:23:37Z", "updated": "2021-07-21T00:23:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/78bd6b8d-86e1-439d-9d6d-c047b287052f"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/78bd6b8d-86e1-439d-9d6d-c047b287052f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1276688261", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--879940321"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2021-07-21 00:23:42,555 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/compute/v2.1/servers/78bd6b8d-86e1-439d-9d6d-c047b287052f 0.154s 2021-07-21 00:23:42,555 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:23:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1362', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6f466a55-10fe-4ca8-9a0b-eb1531a64602', 'x-compute-request-id': 'req-6f466a55-10fe-4ca8-9a0b-eb1531a64602', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/78bd6b8d-86e1-439d-9d6d-c047b287052f'} Body: b'{"server": {"id": "78bd6b8d-86e1-439d-9d6d-c047b287052f", "name": "tempest-AttachVolumeTestJSON-server-345679751", "status": "BUILD", "tenant_id": "cff660dd91114b25863338506dfe54af", "user_id": "b5ea02f5a421436ba0027c334cd4718a", "metadata": {}, "hostId": "ce763072465c4bd5af2b66d75745d3b378c667f6a17f4fafdc03a4b4", "image": {"id": "85eb65b8-a5cc-489d-a3d6-b4c396f9651c", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/85eb65b8-a5cc-489d-a3d6-b4c396f9651c"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:23:37Z", "updated": "2021-07-21T00:23:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/78bd6b8d-86e1-439d-9d6d-c047b287052f"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/78bd6b8d-86e1-439d-9d6d-c047b287052f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1276688261", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--879940321"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2021-07-21 00:23:43,718 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/compute/v2.1/servers/78bd6b8d-86e1-439d-9d6d-c047b287052f 0.155s 2021-07-21 00:23:43,719 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:23:43 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-db5d5f31-8d5b-4622-99ee-30316ceff713', 'x-compute-request-id': 'req-db5d5f31-8d5b-4622-99ee-30316ceff713', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/78bd6b8d-86e1-439d-9d6d-c047b287052f'} Body: b'{"server": {"id": "78bd6b8d-86e1-439d-9d6d-c047b287052f", "name": "tempest-AttachVolumeTestJSON-server-345679751", "status": "BUILD", "tenant_id": "cff660dd91114b25863338506dfe54af", "user_id": "b5ea02f5a421436ba0027c334cd4718a", "metadata": {}, "hostId": "ce763072465c4bd5af2b66d75745d3b378c667f6a17f4fafdc03a4b4", "image": {"id": "85eb65b8-a5cc-489d-a3d6-b4c396f9651c", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/85eb65b8-a5cc-489d-a3d6-b4c396f9651c"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:23:37Z", "updated": "2021-07-21T00:23:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/78bd6b8d-86e1-439d-9d6d-c047b287052f"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/78bd6b8d-86e1-439d-9d6d-c047b287052f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1276688261", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--879940321"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2021-07-21 00:23:44,883 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/compute/v2.1/servers/78bd6b8d-86e1-439d-9d6d-c047b287052f 0.155s 2021-07-21 00:23:44,883 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:23:44 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-17cbeb85-7646-4d3b-acd4-7173304a7a9f', 'x-compute-request-id': 'req-17cbeb85-7646-4d3b-acd4-7173304a7a9f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/78bd6b8d-86e1-439d-9d6d-c047b287052f'} Body: b'{"server": {"id": "78bd6b8d-86e1-439d-9d6d-c047b287052f", "name": "tempest-AttachVolumeTestJSON-server-345679751", "status": "BUILD", "tenant_id": "cff660dd91114b25863338506dfe54af", "user_id": "b5ea02f5a421436ba0027c334cd4718a", "metadata": {}, "hostId": "ce763072465c4bd5af2b66d75745d3b378c667f6a17f4fafdc03a4b4", "image": {"id": "85eb65b8-a5cc-489d-a3d6-b4c396f9651c", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/85eb65b8-a5cc-489d-a3d6-b4c396f9651c"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:23:37Z", "updated": "2021-07-21T00:23:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/78bd6b8d-86e1-439d-9d6d-c047b287052f"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/78bd6b8d-86e1-439d-9d6d-c047b287052f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1276688261", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--879940321"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2021-07-21 00:23:46,046 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/compute/v2.1/servers/78bd6b8d-86e1-439d-9d6d-c047b287052f 0.154s 2021-07-21 00:23:46,046 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:23:45 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-1c4f16ef-9d7f-498e-a2a9-851443530869', 'x-compute-request-id': 'req-1c4f16ef-9d7f-498e-a2a9-851443530869', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/78bd6b8d-86e1-439d-9d6d-c047b287052f'} Body: b'{"server": {"id": "78bd6b8d-86e1-439d-9d6d-c047b287052f", "name": "tempest-AttachVolumeTestJSON-server-345679751", "status": "BUILD", "tenant_id": "cff660dd91114b25863338506dfe54af", "user_id": "b5ea02f5a421436ba0027c334cd4718a", "metadata": {}, "hostId": "ce763072465c4bd5af2b66d75745d3b378c667f6a17f4fafdc03a4b4", "image": {"id": "85eb65b8-a5cc-489d-a3d6-b4c396f9651c", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/85eb65b8-a5cc-489d-a3d6-b4c396f9651c"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:23:37Z", "updated": "2021-07-21T00:23:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/78bd6b8d-86e1-439d-9d6d-c047b287052f"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/78bd6b8d-86e1-439d-9d6d-c047b287052f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1276688261", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--879940321"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2021-07-21 00:23:47,207 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/compute/v2.1/servers/78bd6b8d-86e1-439d-9d6d-c047b287052f 0.152s 2021-07-21 00:23:47,208 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:23:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1362', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4e492bf7-da27-43ca-bbae-8b9be8ba8fd1', 'x-compute-request-id': 'req-4e492bf7-da27-43ca-bbae-8b9be8ba8fd1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/78bd6b8d-86e1-439d-9d6d-c047b287052f'} Body: b'{"server": {"id": "78bd6b8d-86e1-439d-9d6d-c047b287052f", "name": "tempest-AttachVolumeTestJSON-server-345679751", "status": "BUILD", "tenant_id": "cff660dd91114b25863338506dfe54af", "user_id": "b5ea02f5a421436ba0027c334cd4718a", "metadata": {}, "hostId": "ce763072465c4bd5af2b66d75745d3b378c667f6a17f4fafdc03a4b4", "image": {"id": "85eb65b8-a5cc-489d-a3d6-b4c396f9651c", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/85eb65b8-a5cc-489d-a3d6-b4c396f9651c"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:23:37Z", "updated": "2021-07-21T00:23:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/78bd6b8d-86e1-439d-9d6d-c047b287052f"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/78bd6b8d-86e1-439d-9d6d-c047b287052f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1276688261", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--879940321"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2021-07-21 00:23:48,371 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/compute/v2.1/servers/78bd6b8d-86e1-439d-9d6d-c047b287052f 0.154s 2021-07-21 00:23:48,371 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:23:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1362', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bdf1db87-0630-4805-a5ec-a15562fba0aa', 'x-compute-request-id': 'req-bdf1db87-0630-4805-a5ec-a15562fba0aa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/78bd6b8d-86e1-439d-9d6d-c047b287052f'} Body: b'{"server": {"id": "78bd6b8d-86e1-439d-9d6d-c047b287052f", "name": "tempest-AttachVolumeTestJSON-server-345679751", "status": "BUILD", "tenant_id": "cff660dd91114b25863338506dfe54af", "user_id": "b5ea02f5a421436ba0027c334cd4718a", "metadata": {}, "hostId": "ce763072465c4bd5af2b66d75745d3b378c667f6a17f4fafdc03a4b4", "image": {"id": "85eb65b8-a5cc-489d-a3d6-b4c396f9651c", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/85eb65b8-a5cc-489d-a3d6-b4c396f9651c"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:23:37Z", "updated": "2021-07-21T00:23:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/78bd6b8d-86e1-439d-9d6d-c047b287052f"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/78bd6b8d-86e1-439d-9d6d-c047b287052f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1276688261", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--879940321"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2021-07-21 00:23:49,534 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/compute/v2.1/servers/78bd6b8d-86e1-439d-9d6d-c047b287052f 0.155s 2021-07-21 00:23:49,535 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:23:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1362', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cd72c1bc-dfeb-4285-b8c7-02c19dd49377', 'x-compute-request-id': 'req-cd72c1bc-dfeb-4285-b8c7-02c19dd49377', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/78bd6b8d-86e1-439d-9d6d-c047b287052f'} Body: b'{"server": {"id": "78bd6b8d-86e1-439d-9d6d-c047b287052f", "name": "tempest-AttachVolumeTestJSON-server-345679751", "status": "BUILD", "tenant_id": "cff660dd91114b25863338506dfe54af", "user_id": "b5ea02f5a421436ba0027c334cd4718a", "metadata": {}, "hostId": "ce763072465c4bd5af2b66d75745d3b378c667f6a17f4fafdc03a4b4", "image": {"id": "85eb65b8-a5cc-489d-a3d6-b4c396f9651c", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/85eb65b8-a5cc-489d-a3d6-b4c396f9651c"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:23:37Z", "updated": "2021-07-21T00:23:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/78bd6b8d-86e1-439d-9d6d-c047b287052f"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/78bd6b8d-86e1-439d-9d6d-c047b287052f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1276688261", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--879940321"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2021-07-21 00:23:50,719 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/compute/v2.1/servers/78bd6b8d-86e1-439d-9d6d-c047b287052f 0.175s 2021-07-21 00:23:50,720 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:23:50 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-a9eea5e3-69c8-4e91-962b-2f3d5a3e348d', 'x-compute-request-id': 'req-a9eea5e3-69c8-4e91-962b-2f3d5a3e348d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/78bd6b8d-86e1-439d-9d6d-c047b287052f'} Body: b'{"server": {"id": "78bd6b8d-86e1-439d-9d6d-c047b287052f", "name": "tempest-AttachVolumeTestJSON-server-345679751", "status": "BUILD", "tenant_id": "cff660dd91114b25863338506dfe54af", "user_id": "b5ea02f5a421436ba0027c334cd4718a", "metadata": {}, "hostId": "ce763072465c4bd5af2b66d75745d3b378c667f6a17f4fafdc03a4b4", "image": {"id": "85eb65b8-a5cc-489d-a3d6-b4c396f9651c", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/85eb65b8-a5cc-489d-a3d6-b4c396f9651c"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:23:37Z", "updated": "2021-07-21T00:23:50Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/78bd6b8d-86e1-439d-9d6d-c047b287052f"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/78bd6b8d-86e1-439d-9d6d-c047b287052f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1276688261", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--879940321"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2021-07-21 00:23:52,114 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/compute/v2.1/servers/78bd6b8d-86e1-439d-9d6d-c047b287052f 0.386s 2021-07-21 00:23:52,114 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:23:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1548', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-71c55df6-f9f2-4db9-b622-f797af4da36c', 'x-compute-request-id': 'req-71c55df6-f9f2-4db9-b622-f797af4da36c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/78bd6b8d-86e1-439d-9d6d-c047b287052f'} Body: b'{"server": {"id": "78bd6b8d-86e1-439d-9d6d-c047b287052f", "name": "tempest-AttachVolumeTestJSON-server-345679751", "status": "ACTIVE", "tenant_id": "cff660dd91114b25863338506dfe54af", "user_id": "b5ea02f5a421436ba0027c334cd4718a", "metadata": {}, "hostId": "ce763072465c4bd5af2b66d75745d3b378c667f6a17f4fafdc03a4b4", "image": {"id": "85eb65b8-a5cc-489d-a3d6-b4c396f9651c", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/85eb65b8-a5cc-489d-a3d6-b4c396f9651c"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:23:37Z", "updated": "2021-07-21T00:23:51Z", "addresses": {"tempest-AttachVolumeTestJSON-656172834-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c2:a9:65"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/78bd6b8d-86e1-439d-9d6d-c047b287052f"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/78bd6b8d-86e1-439d-9d6d-c047b287052f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1276688261", "OS-SRV-USG:launched_at": "2021-07-21T00:23:51.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--879940321"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2021-07-21 00:23:52,122 114911 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 15 second wait 2021-07-21 00:23:52,244 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/compute/v2.1/servers/78bd6b8d-86e1-439d-9d6d-c047b287052f/os-interface 0.122s 2021-07-21 00:23:52,245 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:23:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f0e22d5f-a04e-4cf4-932b-567c84846afa', 'x-compute-request-id': 'req-f0e22d5f-a04e-4cf4-932b-567c84846afa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/78bd6b8d-86e1-439d-9d6d-c047b287052f/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "0b5fc350-a55e-4279-9d0d-e039ca09301e", "port_id": "df6be08b-dfb3-45b7-83f5-04ca66d557b4", "mac_addr": "fa:16:3e:c2:a9:65", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "42d6e0ee-4dd4-4c7b-a7be-5676d39e23d8", "ip_address": "172.20.0.13"}]}]}' 2021-07-21 00:23:53,898 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 PUT http://10.222.0.30:9696/v2.0/floatingips/3fae5dea-56e4-45a5-8d29-44b8d08e3b77 1.650s 2021-07-21 00:23:53,898 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"floatingip": {"port_id": "df6be08b-dfb3-45b7-83f5-04ca66d557b4"}} Response - Headers: {'content-type': 'application/json', 'content-length': '796', 'x-openstack-request-id': 'req-6788bb44-7d77-4676-acce-8afd33cc7236', 'date': 'Wed, 21 Jul 2021 00:23:53 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30:9696/v2.0/floatingips/3fae5dea-56e4-45a5-8d29-44b8d08e3b77'} Body: b'{"floatingip": {"id": "3fae5dea-56e4-45a5-8d29-44b8d08e3b77", "tenant_id": "cff660dd91114b25863338506dfe54af", "floating_ip_address": "172.27.3.8", "floating_network_id": "ffe57f4a-aeb4-4202-843c-8e628c4cf133", "router_id": "5629d800-08b6-457e-b1a5-ac12754870d6", "port_id": "df6be08b-dfb3-45b7-83f5-04ca66d557b4", "fixed_ip_address": "172.20.0.13", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "0b5fc350-a55e-4279-9d0d-e039ca09301e", "mac_address": "fa:16:3e:c2:a9:65", "admin_state_up": true, "status": "ACTIVE", "device_id": "78bd6b8d-86e1-439d-9d6d-c047b287052f", "device_owner": "compute:nova"}, "tags": [], "created_at": "2021-07-21T00:23:36Z", "updated_at": "2021-07-21T00:23:52Z", "revision_number": 1, "project_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:23:53,990 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 POST http://10.222.0.30/compute/v2.1/servers/78bd6b8d-86e1-439d-9d6d-c047b287052f/action 0.091s 2021-07-21 00:23:53,991 114911 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, 21 Jul 2021 00:23:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '14', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c913202b-7d1b-4613-82eb-7b8c158e30e4', 'x-compute-request-id': 'req-c913202b-7d1b-4613-82eb-7b8c158e30e4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/78bd6b8d-86e1-439d-9d6d-c047b287052f/action'} Body: b'{"output": ""}' 2021-07-21 00:23:55,066 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 POST http://10.222.0.30/compute/v2.1/servers/78bd6b8d-86e1-439d-9d6d-c047b287052f/action 0.073s 2021-07-21 00:23:55,066 114911 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, 21 Jul 2021 00:23:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '14', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-328d2211-ce60-4e13-b05f-7daee9b71513', 'x-compute-request-id': 'req-328d2211-ce60-4e13-b05f-7daee9b71513', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/78bd6b8d-86e1-439d-9d6d-c047b287052f/action'} Body: b'{"output": ""}' 2021-07-21 00:23:56,165 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 POST http://10.222.0.30/compute/v2.1/servers/78bd6b8d-86e1-439d-9d6d-c047b287052f/action 0.096s 2021-07-21 00:23:56,166 114911 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, 21 Jul 2021 00:23:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '14', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-032c86ec-457a-48cf-b9e2-2a17a1f453ad', 'x-compute-request-id': 'req-032c86ec-457a-48cf-b9e2-2a17a1f453ad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/78bd6b8d-86e1-439d-9d6d-c047b287052f/action'} Body: b'{"output": ""}' 2021-07-21 00:23:57,248 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 POST http://10.222.0.30/compute/v2.1/servers/78bd6b8d-86e1-439d-9d6d-c047b287052f/action 0.080s 2021-07-21 00:23:57,249 114911 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, 21 Jul 2021 00:23:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '14', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dc6c37cf-015f-4df1-8575-fc6d37dce86e', 'x-compute-request-id': 'req-dc6c37cf-015f-4df1-8575-fc6d37dce86e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/78bd6b8d-86e1-439d-9d6d-c047b287052f/action'} Body: b'{"output": ""}' 2021-07-21 00:23:58,343 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 POST http://10.222.0.30/compute/v2.1/servers/78bd6b8d-86e1-439d-9d6d-c047b287052f/action 0.092s 2021-07-21 00:23:58,343 114911 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, 21 Jul 2021 00:23:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '14', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-eea341d8-f2aa-440f-8f4e-598e3e832e12', 'x-compute-request-id': 'req-eea341d8-f2aa-440f-8f4e-598e3e832e12', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/78bd6b8d-86e1-439d-9d6d-c047b287052f/action'} Body: b'{"output": ""}' 2021-07-21 00:23:59,428 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 POST http://10.222.0.30/compute/v2.1/servers/78bd6b8d-86e1-439d-9d6d-c047b287052f/action 0.081s 2021-07-21 00:23:59,428 114911 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, 21 Jul 2021 00:23:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '14', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-eba26b94-4283-4552-9c7d-f7330a5fa831', 'x-compute-request-id': 'req-eba26b94-4283-4552-9c7d-f7330a5fa831', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/78bd6b8d-86e1-439d-9d6d-c047b287052f/action'} Body: b'{"output": ""}' 2021-07-21 00:24:00,575 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 POST http://10.222.0.30/compute/v2.1/servers/78bd6b8d-86e1-439d-9d6d-c047b287052f/action 0.145s 2021-07-21 00:24:00,576 114911 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, 21 Jul 2021 00:24:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '14', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fba33f9a-12c1-4134-b597-19980c54f29d', 'x-compute-request-id': 'req-fba33f9a-12c1-4134-b597-19980c54f29d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/78bd6b8d-86e1-439d-9d6d-c047b287052f/action'} Body: b'{"output": ""}' 2021-07-21 00:24:01,678 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 POST http://10.222.0.30/compute/v2.1/servers/78bd6b8d-86e1-439d-9d6d-c047b287052f/action 0.100s 2021-07-21 00:24:01,678 114911 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, 21 Jul 2021 00:24:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '14', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8a1426c0-2128-4443-80f1-b544d2628c43', 'x-compute-request-id': 'req-8a1426c0-2128-4443-80f1-b544d2628c43', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/78bd6b8d-86e1-439d-9d6d-c047b287052f/action'} Body: b'{"output": ""}' 2021-07-21 00:24:02,810 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 POST http://10.222.0.30/compute/v2.1/servers/78bd6b8d-86e1-439d-9d6d-c047b287052f/action 0.129s 2021-07-21 00:24:02,810 114911 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, 21 Jul 2021 00:24:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '14', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bd5012d7-2ef4-44a5-b100-b99a7cc7f6f5', 'x-compute-request-id': 'req-bd5012d7-2ef4-44a5-b100-b99a7cc7f6f5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/78bd6b8d-86e1-439d-9d6d-c047b287052f/action'} Body: b'{"output": ""}' 2021-07-21 00:24:03,901 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 POST http://10.222.0.30/compute/v2.1/servers/78bd6b8d-86e1-439d-9d6d-c047b287052f/action 0.089s 2021-07-21 00:24:03,902 114911 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, 21 Jul 2021 00:24:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '14', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8c2ca782-feb4-462d-9275-b9edd15eb36f', 'x-compute-request-id': 'req-8c2ca782-feb4-462d-9275-b9edd15eb36f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/78bd6b8d-86e1-439d-9d6d-c047b287052f/action'} Body: b'{"output": ""}' 2021-07-21 00:24:05,009 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 POST http://10.222.0.30/compute/v2.1/servers/78bd6b8d-86e1-439d-9d6d-c047b287052f/action 0.104s 2021-07-21 00:24:05,009 114911 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, 21 Jul 2021 00:24:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '9366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-47ea959f-e22c-43ab-a8b6-466962365929', 'x-compute-request-id': 'req-47ea959f-e22c-43ab-a8b6-466962365929', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/78bd6b8d-86e1-439d-9d6d-c047b287052f/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-07-21 00:24:06,159 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 POST http://10.222.0.30/compute/v2.1/servers/78bd6b8d-86e1-439d-9d6d-c047b287052f/action 0.147s 2021-07-21 00:24:06,159 114911 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, 21 Jul 2021 00:24:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '16319', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9e2b13f3-609e-400d-a422-922bd71eceff', 'x-compute-request-id': 'req-9e2b13f3-609e-400d-a422-922bd71eceff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/78bd6b8d-86e1-439d-9d6d-c047b287052f/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-07-21 00:24:07,290 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 POST http://10.222.0.30/compute/v2.1/servers/78bd6b8d-86e1-439d-9d6d-c047b287052f/action 0.128s 2021-07-21 00:24:07,291 114911 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, 21 Jul 2021 00:24:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '18356', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e5d0e1ff-e3af-4546-9787-f878c63a38a0', 'x-compute-request-id': 'req-e5d0e1ff-e3af-4546-9787-f878c63a38a0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/78bd6b8d-86e1-439d-9d6d-c047b287052f/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-07-21 00:24:08,434 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 POST http://10.222.0.30/compute/v2.1/servers/78bd6b8d-86e1-439d-9d6d-c047b287052f/action 0.141s 2021-07-21 00:24:08,434 114911 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, 21 Jul 2021 00:24:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '20593', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-68b0cb35-b396-4502-96e3-bbc8f0e1c9c7', 'x-compute-request-id': 'req-68b0cb35-b396-4502-96e3-bbc8f0e1c9c7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/78bd6b8d-86e1-439d-9d6d-c047b287052f/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-07-21 00:24:09,517 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 POST http://10.222.0.30/compute/v2.1/servers/78bd6b8d-86e1-439d-9d6d-c047b287052f/action 0.080s 2021-07-21 00:24:09,518 114911 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, 21 Jul 2021 00:24:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '22494', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f7dec785-da39-4dee-a416-d0fe81aa5992', 'x-compute-request-id': 'req-f7dec785-da39-4dee-a416-d0fe81aa5992', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/78bd6b8d-86e1-439d-9d6d-c047b287052f/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-07-21 00:24:10,599 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 POST http://10.222.0.30/compute/v2.1/servers/78bd6b8d-86e1-439d-9d6d-c047b287052f/action 0.078s 2021-07-21 00:24:10,599 114911 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, 21 Jul 2021 00:24:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '23235', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-60846714-6a78-42f3-86cb-c7b4940aaa45', 'x-compute-request-id': 'req-60846714-6a78-42f3-86cb-c7b4940aaa45', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/78bd6b8d-86e1-439d-9d6d-c047b287052f/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-07-21 00:24:11,681 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 POST http://10.222.0.30/compute/v2.1/servers/78bd6b8d-86e1-439d-9d6d-c047b287052f/action 0.079s 2021-07-21 00:24:11,682 114911 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, 21 Jul 2021 00:24:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '24680', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1fa717d3-ebb6-4c11-ac88-b207a4d0240b', 'x-compute-request-id': 'req-1fa717d3-ebb6-4c11-ac88-b207a4d0240b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/78bd6b8d-86e1-439d-9d6d-c047b287052f/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-07-21 00:24:12,768 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 POST http://10.222.0.30/compute/v2.1/servers/78bd6b8d-86e1-439d-9d6d-c047b287052f/action 0.083s 2021-07-21 00:24:12,768 114911 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, 21 Jul 2021 00:24:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '26183', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8dba3a02-0d57-4399-8890-2c7eb5a307fb', 'x-compute-request-id': 'req-8dba3a02-0d57-4399-8890-2c7eb5a307fb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/78bd6b8d-86e1-439d-9d6d-c047b287052f/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-07-21 00:24:13,850 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 POST http://10.222.0.30/compute/v2.1/servers/78bd6b8d-86e1-439d-9d6d-c047b287052f/action 0.079s 2021-07-21 00:24:13,851 114911 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, 21 Jul 2021 00:24:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '27198', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-77a05f6a-4d6c-4635-8048-ae24f09aa498', 'x-compute-request-id': 'req-77a05f6a-4d6c-4635-8048-ae24f09aa498', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/78bd6b8d-86e1-439d-9d6d-c047b287052f/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-07-21 00:24:14,938 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 POST http://10.222.0.30/compute/v2.1/servers/78bd6b8d-86e1-439d-9d6d-c047b287052f/action 0.084s 2021-07-21 00:24:14,939 114911 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, 21 Jul 2021 00:24:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '27734', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-17edfdb7-de60-41d1-9156-4e5711b95eeb', 'x-compute-request-id': 'req-17edfdb7-de60-41d1-9156-4e5711b95eeb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/78bd6b8d-86e1-439d-9d6d-c047b287052f/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-07-21 00:24:26,146 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 POST http://10.222.0.30/compute/v2.1/servers/78bd6b8d-86e1-439d-9d6d-c047b287052f/action 10.204s 2021-07-21 00:24:26,146 114911 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, 21 Jul 2021 00:24:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '31567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d5cca0a9-f4c8-426e-8c47-593e05ce489b', 'x-compute-request-id': 'req-d5cca0a9-f4c8-426e-8c47-593e05ce489b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/78bd6b8d-86e1-439d-9d6d-c047b287052f/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-07-21 00:24:27,231 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 POST http://10.222.0.30/compute/v2.1/servers/78bd6b8d-86e1-439d-9d6d-c047b287052f/action 0.082s 2021-07-21 00:24:27,231 114911 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, 21 Jul 2021 00:24:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '32645', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6bd3f5ec-f594-4129-bdd4-a5d1719e4ee1', 'x-compute-request-id': 'req-6bd3f5ec-f594-4129-bdd4-a5d1719e4ee1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/78bd6b8d-86e1-439d-9d6d-c047b287052f/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-07-21 00:24:28,320 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 POST http://10.222.0.30/compute/v2.1/servers/78bd6b8d-86e1-439d-9d6d-c047b287052f/action 0.086s 2021-07-21 00:24:28,320 114911 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, 21 Jul 2021 00:24:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '33729', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-717f723e-8338-4090-afd8-39a5aa34fb04', 'x-compute-request-id': 'req-717f723e-8338-4090-afd8-39a5aa34fb04', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/78bd6b8d-86e1-439d-9d6d-c047b287052f/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-07-21 00:24:29,408 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 POST http://10.222.0.30/compute/v2.1/servers/78bd6b8d-86e1-439d-9d6d-c047b287052f/action 0.084s 2021-07-21 00:24:29,408 114911 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, 21 Jul 2021 00:24:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '35009', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6636c453-74ed-4e20-9094-c6ffab6e46e5', 'x-compute-request-id': 'req-6636c453-74ed-4e20-9094-c6ffab6e46e5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/78bd6b8d-86e1-439d-9d6d-c047b287052f/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-07-21 00:24:30,513 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 POST http://10.222.0.30/compute/v2.1/servers/78bd6b8d-86e1-439d-9d6d-c047b287052f/action 0.101s 2021-07-21 00:24:30,513 114911 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, 21 Jul 2021 00:24:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '36472', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dc3250c0-6cbf-4e07-bd0f-52fdedc1d5cc', 'x-compute-request-id': 'req-dc3250c0-6cbf-4e07-bd0f-52fdedc1d5cc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/78bd6b8d-86e1-439d-9d6d-c047b287052f/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-07-21 00:24:31,608 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 POST http://10.222.0.30/compute/v2.1/servers/78bd6b8d-86e1-439d-9d6d-c047b287052f/action 0.092s 2021-07-21 00:24:31,609 114911 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, 21 Jul 2021 00:24:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '37728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ada81177-c2b8-478d-a62b-5a5cb8a2c1c9', 'x-compute-request-id': 'req-ada81177-c2b8-478d-a62b-5a5cb8a2c1c9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/78bd6b8d-86e1-439d-9d6d-c047b287052f/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-07-21 00:24:32,691 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 POST http://10.222.0.30/compute/v2.1/servers/78bd6b8d-86e1-439d-9d6d-c047b287052f/action 0.078s 2021-07-21 00:24:32,691 114911 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, 21 Jul 2021 00:24:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '38205', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c53fa4b2-63b2-46e6-87d3-1d170ae7ac32', 'x-compute-request-id': 'req-c53fa4b2-63b2-46e6-87d3-1d170ae7ac32', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/78bd6b8d-86e1-439d-9d6d-c047b287052f/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-07-21 00:24:33,769 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 POST http://10.222.0.30/compute/v2.1/servers/78bd6b8d-86e1-439d-9d6d-c047b287052f/action 0.074s 2021-07-21 00:24:33,770 114911 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, 21 Jul 2021 00:24:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '38205', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f6d3608a-c302-4e7d-b1b6-267a088a011e', 'x-compute-request-id': 'req-f6d3608a-c302-4e7d-b1b6-267a088a011e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/78bd6b8d-86e1-439d-9d6d-c047b287052f/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-07-21 00:24:34,848 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 POST http://10.222.0.30/compute/v2.1/servers/78bd6b8d-86e1-439d-9d6d-c047b287052f/action 0.075s 2021-07-21 00:24:34,849 114911 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, 21 Jul 2021 00:24:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '38205', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d8164285-b58a-4f0d-ac8b-e202e25ad649', 'x-compute-request-id': 'req-d8164285-b58a-4f0d-ac8b-e202e25ad649', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/78bd6b8d-86e1-439d-9d6d-c047b287052f/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-07-21 00:24:35,928 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 POST http://10.222.0.30/compute/v2.1/servers/78bd6b8d-86e1-439d-9d6d-c047b287052f/action 0.076s 2021-07-21 00:24:35,929 114911 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, 21 Jul 2021 00:24:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '38334', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4e9f1c07-89d0-4b1b-827a-2286411f6e50', 'x-compute-request-id': 'req-4e9f1c07-89d0-4b1b-827a-2286411f6e50', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/78bd6b8d-86e1-439d-9d6d-c047b287052f/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-07-21 00:24:35,968 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/compute/v2.1/servers/78bd6b8d-86e1-439d-9d6d-c047b287052f/ips 0.038s 2021-07-21 00:24:35,969 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:24:35 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-efce03a5-0910-4a1a-a227-129aafacb220', 'x-compute-request-id': 'req-efce03a5-0910-4a1a-a227-129aafacb220', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/78bd6b8d-86e1-439d-9d6d-c047b287052f/ips'} Body: b'{"addresses": {"tempest-AttachVolumeTestJSON-656172834-network": [{"version": 4, "addr": "172.20.0.13"}, {"version": 4, "addr": "172.27.3.8"}]}}' 2021-07-21 00:24:36,158 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 202 POST http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes 0.186s 2021-07-21 00:24:36,158 114911 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-609272413"}} Response - Headers: {'date': 'Wed, 21 Jul 2021 00:24:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-518e2a69-3f24-47b5-82eb-ce0b30e3203a', 'content-length': '819', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-518e2a69-3f24-47b5-82eb-ce0b30e3203a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.086474", "updated_at": null, "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2021-07-21 00:24:36,206 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.042s 2021-07-21 00:24:36,207 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:24:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4ac91b8c-0ad4-49f2-90c2-27e92c5e1754', 'content-length': '887', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4ac91b8c-0ad4-49f2-90c2-27e92c5e1754', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": null, "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:24:37,258 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.043s 2021-07-21 00:24:37,259 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:24:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b9156d31-cee4-4c60-93ef-640854b81670', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b9156d31-cee4-4c60-93ef-640854b81670', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:24:38,307 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.041s 2021-07-21 00:24:38,308 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:24:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1e517100-627f-4343-9f10-45d635561b93', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1e517100-627f-4343-9f10-45d635561b93', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:24:39,357 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.041s 2021-07-21 00:24:39,357 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:24:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a97fcd27-ed28-445b-8499-e04034551a89', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a97fcd27-ed28-445b-8499-e04034551a89', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:24:40,407 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.041s 2021-07-21 00:24:40,407 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:24:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-450ed9c8-4277-43b4-b2d6-2fd79bd84b11', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-450ed9c8-4277-43b4-b2d6-2fd79bd84b11', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:24:41,459 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.041s 2021-07-21 00:24:41,459 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:24:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-451742dd-5ae5-4438-8d55-eb6f32ffc470', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-451742dd-5ae5-4438-8d55-eb6f32ffc470', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:24:42,509 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.042s 2021-07-21 00:24:42,509 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:24:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4b478756-4ede-4187-82e7-0a7658d31af6', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4b478756-4ede-4187-82e7-0a7658d31af6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:24:43,558 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.041s 2021-07-21 00:24:43,558 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:24:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f3b23694-f3bf-483c-803e-cd206f1b334f', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f3b23694-f3bf-483c-803e-cd206f1b334f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:24:44,607 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.041s 2021-07-21 00:24:44,607 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:24:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7acef9fe-5fb6-4e1c-84a1-b6374242dae8', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7acef9fe-5fb6-4e1c-84a1-b6374242dae8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:24:45,655 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.040s 2021-07-21 00:24:45,655 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:24:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-36e54b62-0db3-40ad-ad18-05bdafaf7126', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-36e54b62-0db3-40ad-ad18-05bdafaf7126', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:24:46,704 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.041s 2021-07-21 00:24:46,705 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:24:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0d69f45b-3c24-4fe5-acbc-649918eb1fb6', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0d69f45b-3c24-4fe5-acbc-649918eb1fb6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:24:47,753 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.040s 2021-07-21 00:24:47,753 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:24:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5439228b-6bcb-44fc-b70a-3bcde8a8b652', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5439228b-6bcb-44fc-b70a-3bcde8a8b652', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:24:48,802 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.041s 2021-07-21 00:24:48,802 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:24:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-38d3d8d9-64fc-4e14-9983-418681b0f4c6', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-38d3d8d9-64fc-4e14-9983-418681b0f4c6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:24:49,851 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.039s 2021-07-21 00:24:49,851 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:24:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-91b03a5f-610d-411e-96f4-b1d219678e45', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-91b03a5f-610d-411e-96f4-b1d219678e45', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:24:50,900 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.041s 2021-07-21 00:24:50,901 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:24:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e424cde0-ce0a-4349-9022-7e90a1080fc2', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e424cde0-ce0a-4349-9022-7e90a1080fc2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:24:51,951 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.043s 2021-07-21 00:24:51,951 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:24:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-29d2ece3-2dec-4800-a721-aff8e7be2914', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-29d2ece3-2dec-4800-a721-aff8e7be2914', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:24:53,000 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.041s 2021-07-21 00:24:53,001 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:24:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-97eab5c3-d845-4936-8545-06375a2953c2', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-97eab5c3-d845-4936-8545-06375a2953c2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:24:54,049 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.040s 2021-07-21 00:24:54,049 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:24:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9ec9f19a-042c-4040-a6fa-939866aa4998', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9ec9f19a-042c-4040-a6fa-939866aa4998', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:24:55,098 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.041s 2021-07-21 00:24:55,099 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:24:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-709f860e-6783-4082-a1d1-76ba8ac8c6e5', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-709f860e-6783-4082-a1d1-76ba8ac8c6e5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:24:56,147 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.041s 2021-07-21 00:24:56,148 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:24:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b06313d9-76cc-4c6f-89a1-397dd7929c6b', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b06313d9-76cc-4c6f-89a1-397dd7929c6b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:24:57,198 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.042s 2021-07-21 00:24:57,198 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:24:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-56092e46-a403-446c-881a-8a8c927177ec', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-56092e46-a403-446c-881a-8a8c927177ec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:24:58,248 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.042s 2021-07-21 00:24:58,249 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:24:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a241028f-2d4e-458d-b8e8-6bc221fa9de4', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a241028f-2d4e-458d-b8e8-6bc221fa9de4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:24:59,298 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.041s 2021-07-21 00:24:59,298 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:24:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-227c731f-1c27-4f13-8807-f1774fad3683', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-227c731f-1c27-4f13-8807-f1774fad3683', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:25:00,346 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.041s 2021-07-21 00:25:00,347 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:25:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fea9e037-3776-420b-8619-f44cdd5ef8fc', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fea9e037-3776-420b-8619-f44cdd5ef8fc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:25:01,393 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.040s 2021-07-21 00:25:01,394 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:25:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4335575c-acbb-4499-bdf1-cc67d0f53f2a', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4335575c-acbb-4499-bdf1-cc67d0f53f2a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:25:02,442 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.040s 2021-07-21 00:25:02,442 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:25:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c5ac3640-4bf0-4f2e-a659-2d2d65aedc86', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c5ac3640-4bf0-4f2e-a659-2d2d65aedc86', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:25:03,492 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.041s 2021-07-21 00:25:03,493 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:25:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cb1916d4-dd0e-4ef1-99ff-a81e655b821f', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cb1916d4-dd0e-4ef1-99ff-a81e655b821f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:25:04,542 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.041s 2021-07-21 00:25:04,543 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:25:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-71d17aae-2a4c-47b2-b636-1594e04c9a9b', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-71d17aae-2a4c-47b2-b636-1594e04c9a9b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:25:05,593 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.043s 2021-07-21 00:25:05,594 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:25:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9a14de0e-d7c7-4174-bc97-61161e516be9', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9a14de0e-d7c7-4174-bc97-61161e516be9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:25:06,644 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.042s 2021-07-21 00:25:06,644 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:25:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bcbdc546-2836-4447-be79-68402697637f', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bcbdc546-2836-4447-be79-68402697637f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:25:07,693 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.040s 2021-07-21 00:25:07,693 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:25:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-515130a7-b5a2-4e53-96c6-0ec762bb43b0', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-515130a7-b5a2-4e53-96c6-0ec762bb43b0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:25:08,741 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.040s 2021-07-21 00:25:08,741 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:25:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-49ca1131-56e8-41f3-a608-9ba4ebf7dbea', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-49ca1131-56e8-41f3-a608-9ba4ebf7dbea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:25:09,791 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.041s 2021-07-21 00:25:09,792 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:25:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6263e5db-5755-4682-927f-dd821b6cf7ac', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6263e5db-5755-4682-927f-dd821b6cf7ac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:25:10,845 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.046s 2021-07-21 00:25:10,845 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:25:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d9893e9d-a24c-4c00-9307-1ccbed20495b', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d9893e9d-a24c-4c00-9307-1ccbed20495b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:25:11,893 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.040s 2021-07-21 00:25:11,894 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:25:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-756098cd-3a38-44fc-9edc-70fc35deb5e2', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-756098cd-3a38-44fc-9edc-70fc35deb5e2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:25:12,944 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.042s 2021-07-21 00:25:12,944 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:25:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-97038e6c-ff3c-424b-842b-aa627342ad59', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-97038e6c-ff3c-424b-842b-aa627342ad59', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:25:13,994 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.041s 2021-07-21 00:25:13,994 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:25:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-45112387-04f4-48cf-9620-4d2b93bde721', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-45112387-04f4-48cf-9620-4d2b93bde721', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:25:15,041 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.040s 2021-07-21 00:25:15,041 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:25:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-799728c9-3b77-4e43-957a-9655b523118d', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-799728c9-3b77-4e43-957a-9655b523118d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:25:16,091 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.041s 2021-07-21 00:25:16,091 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:25:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-815bb9d1-1631-4d07-8ca9-6cf3da1ab0c8', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-815bb9d1-1631-4d07-8ca9-6cf3da1ab0c8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:25:17,140 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.041s 2021-07-21 00:25:17,141 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:25:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9f85d294-0ebb-4d76-b38a-2303c0bc30e3', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9f85d294-0ebb-4d76-b38a-2303c0bc30e3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:25:18,190 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.041s 2021-07-21 00:25:18,190 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:25:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f33d15ec-fe43-43da-bfad-c46a6b37828c', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f33d15ec-fe43-43da-bfad-c46a6b37828c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:25:19,239 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.042s 2021-07-21 00:25:19,240 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:25:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0d048b3f-e584-4bf2-bf25-6bb5f43d4ebd', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0d048b3f-e584-4bf2-bf25-6bb5f43d4ebd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:25:20,289 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.041s 2021-07-21 00:25:20,289 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:25:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a1b496d5-c691-42e7-b777-58e29a2e4ace', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a1b496d5-c691-42e7-b777-58e29a2e4ace', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:25:21,339 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.041s 2021-07-21 00:25:21,340 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:25:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-38da8be7-84a8-425f-b508-973504a3fdad', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-38da8be7-84a8-425f-b508-973504a3fdad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:25:22,389 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.042s 2021-07-21 00:25:22,389 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:25:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0d866d22-f4ac-449b-a3bb-a87a1b33e412', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0d866d22-f4ac-449b-a3bb-a87a1b33e412', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:25:23,439 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.042s 2021-07-21 00:25:23,439 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:25:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-43498ff0-8bb2-4745-a3b5-5a5cf333e785', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-43498ff0-8bb2-4745-a3b5-5a5cf333e785', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:25:24,488 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.040s 2021-07-21 00:25:24,488 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:25:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-372c3581-f38a-4c58-b23b-d9e0be50f66d', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-372c3581-f38a-4c58-b23b-d9e0be50f66d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:25:25,537 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.041s 2021-07-21 00:25:25,538 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:25:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bd3234ba-61ee-4e62-a085-153e7ae4b4e6', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bd3234ba-61ee-4e62-a085-153e7ae4b4e6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:25:26,587 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.041s 2021-07-21 00:25:26,587 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:25:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e528dd21-b0fb-4e09-8ff5-4aa88a65e855', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e528dd21-b0fb-4e09-8ff5-4aa88a65e855', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:25:27,638 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.042s 2021-07-21 00:25:27,639 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:25:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f10e8ecd-de5d-4c2c-b037-ebf4a586b326', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f10e8ecd-de5d-4c2c-b037-ebf4a586b326', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:25:28,688 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.041s 2021-07-21 00:25:28,688 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:25:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f03bbae4-9fa5-4a35-a186-2cc29d6f1673', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f03bbae4-9fa5-4a35-a186-2cc29d6f1673', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:25:29,737 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.040s 2021-07-21 00:25:29,737 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:25:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c612d9f8-514e-4f40-a568-7a068dc24f6b', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c612d9f8-514e-4f40-a568-7a068dc24f6b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:25:30,785 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.040s 2021-07-21 00:25:30,785 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:25:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-44d4c575-58d8-4d49-827d-921161d4a72c', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-44d4c575-58d8-4d49-827d-921161d4a72c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:25:31,835 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.041s 2021-07-21 00:25:31,835 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:25:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ae233ec4-b4e9-4213-99ed-7f7125023927', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ae233ec4-b4e9-4213-99ed-7f7125023927', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:25:32,883 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.041s 2021-07-21 00:25:32,884 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:25:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-57366138-3332-4772-89cf-856bde7461d3', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-57366138-3332-4772-89cf-856bde7461d3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:25:33,934 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.042s 2021-07-21 00:25:33,934 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:25:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b7374105-a3cd-4f08-9102-1b14f9192a5f', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b7374105-a3cd-4f08-9102-1b14f9192a5f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:25:34,982 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.040s 2021-07-21 00:25:34,983 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:25:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2dd2c77b-d4ca-4f3b-81f9-ddad8f1ddc99', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2dd2c77b-d4ca-4f3b-81f9-ddad8f1ddc99', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:25:36,032 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.041s 2021-07-21 00:25:36,032 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:25:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-803f3ff5-3cc0-4852-9e56-ccbeda4ceb23', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-803f3ff5-3cc0-4852-9e56-ccbeda4ceb23', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:25:37,080 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.040s 2021-07-21 00:25:37,081 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:25:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ac7bb5b9-c269-4174-af43-8d8389a3fc0d', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ac7bb5b9-c269-4174-af43-8d8389a3fc0d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:25:38,129 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.041s 2021-07-21 00:25:38,130 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:25:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6a48694a-ebb3-419c-9e84-a0d745257411', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6a48694a-ebb3-419c-9e84-a0d745257411', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:25:39,179 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.041s 2021-07-21 00:25:39,179 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:25:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dd2ff319-5f6a-4ad1-bdcb-43d2edc0b09d', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dd2ff319-5f6a-4ad1-bdcb-43d2edc0b09d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:25:40,229 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.041s 2021-07-21 00:25:40,229 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:25:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a3ea2662-80a0-4098-9daa-1e7f64db1498', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a3ea2662-80a0-4098-9daa-1e7f64db1498', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:25:41,279 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.042s 2021-07-21 00:25:41,279 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:25:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0a9d524b-e3b7-4de0-92f7-3e57cf28a94a', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0a9d524b-e3b7-4de0-92f7-3e57cf28a94a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:25:42,328 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.041s 2021-07-21 00:25:42,328 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:25:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-034fb32e-a4fa-4e4b-aae2-bb6ff2e04d48', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-034fb32e-a4fa-4e4b-aae2-bb6ff2e04d48', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:25:43,378 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.041s 2021-07-21 00:25:43,378 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:25:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0fe09020-e626-4766-8b30-030e07ebdc32', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0fe09020-e626-4766-8b30-030e07ebdc32', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:25:44,427 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.041s 2021-07-21 00:25:44,427 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:25:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-75fc97ec-a948-4565-bace-4e06e6fbb5ca', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-75fc97ec-a948-4565-bace-4e06e6fbb5ca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:25:45,478 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.042s 2021-07-21 00:25:45,478 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:25:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-56a76464-baac-45d0-a629-732ee900eb8c', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-56a76464-baac-45d0-a629-732ee900eb8c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:25:46,528 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.041s 2021-07-21 00:25:46,528 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:25:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d029c9c2-c474-4605-95f7-8219dc383e34', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d029c9c2-c474-4605-95f7-8219dc383e34', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:25:47,577 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.042s 2021-07-21 00:25:47,578 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:25:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5fb7343d-dd23-4ad8-8e1e-39461659b180', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5fb7343d-dd23-4ad8-8e1e-39461659b180', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:25:48,627 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.040s 2021-07-21 00:25:48,628 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:25:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7a759145-7b31-48f1-93da-867a60d75d8e', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7a759145-7b31-48f1-93da-867a60d75d8e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:25:49,677 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.042s 2021-07-21 00:25:49,678 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:25:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d1dfbc3a-5687-40f7-a770-31b3eed9c2a4', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d1dfbc3a-5687-40f7-a770-31b3eed9c2a4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:25:50,725 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.040s 2021-07-21 00:25:50,726 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:25:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fd858321-7120-4a10-92f1-5ee8be8deddb', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fd858321-7120-4a10-92f1-5ee8be8deddb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:25:51,776 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.041s 2021-07-21 00:25:51,776 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:25:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6a35f74d-9326-4c29-a359-9f70b83efe76', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6a35f74d-9326-4c29-a359-9f70b83efe76', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:25:52,824 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.040s 2021-07-21 00:25:52,824 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:25:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1025a904-87fc-4ce0-9740-97f0359d7ecc', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1025a904-87fc-4ce0-9740-97f0359d7ecc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:25:53,872 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.041s 2021-07-21 00:25:53,873 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:25:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-47c3577d-d39d-4a8a-b4b0-d8d36ba4128c', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-47c3577d-d39d-4a8a-b4b0-d8d36ba4128c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:25:54,922 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.041s 2021-07-21 00:25:54,922 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:25:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dde29c9e-884e-4b50-ac01-93e4861f5ab8', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dde29c9e-884e-4b50-ac01-93e4861f5ab8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:25:55,972 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.042s 2021-07-21 00:25:55,972 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:25:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c075039c-d5d1-4248-a77a-e7a7e21b543a', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c075039c-d5d1-4248-a77a-e7a7e21b543a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:25:57,022 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.041s 2021-07-21 00:25:57,022 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:25:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-37a27a4c-d017-41ee-91a9-77887d275a45', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-37a27a4c-d017-41ee-91a9-77887d275a45', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:25:58,070 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.040s 2021-07-21 00:25:58,071 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:25:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2c4b339b-4c17-4aa3-971a-59d85131ead7', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2c4b339b-4c17-4aa3-971a-59d85131ead7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:25:59,120 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.041s 2021-07-21 00:25:59,120 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:25:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-06216ccf-11cd-46ae-b083-5a9c67c0f61a', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-06216ccf-11cd-46ae-b083-5a9c67c0f61a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:26:00,169 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.041s 2021-07-21 00:26:00,169 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:26:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-84669d6e-0ee8-4602-a7ee-96e6685a3739', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-84669d6e-0ee8-4602-a7ee-96e6685a3739', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:26:01,218 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.041s 2021-07-21 00:26:01,219 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:26:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ea612ae4-f253-47c3-b79f-ea1770474af4', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ea612ae4-f253-47c3-b79f-ea1770474af4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:26:02,267 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.041s 2021-07-21 00:26:02,267 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:26:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b1421268-dd03-478b-bb47-edd0f3045579', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b1421268-dd03-478b-bb47-edd0f3045579', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:26:03,316 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.041s 2021-07-21 00:26:03,317 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:26:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-89fb0db6-264e-4a91-ad09-88b96d3e9d0a', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-89fb0db6-264e-4a91-ad09-88b96d3e9d0a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:26:04,364 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.040s 2021-07-21 00:26:04,364 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:26:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b1e0854f-b069-4547-a837-d91a5519efb2', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b1e0854f-b069-4547-a837-d91a5519efb2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:26:05,417 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.044s 2021-07-21 00:26:05,417 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:26:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8a284b2a-3580-40f8-8dc6-1ebef94c6ff7', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8a284b2a-3580-40f8-8dc6-1ebef94c6ff7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:26:06,466 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.041s 2021-07-21 00:26:06,467 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:26:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5f670ce1-eddb-45ab-b3ec-4e943b73744e', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5f670ce1-eddb-45ab-b3ec-4e943b73744e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:26:07,516 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.042s 2021-07-21 00:26:07,516 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:26:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fde4f655-b01c-4ab7-9b23-fd56fed9e150', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fde4f655-b01c-4ab7-9b23-fd56fed9e150', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:26:08,564 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.040s 2021-07-21 00:26:08,565 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:26:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7065101c-74a4-4019-b6e7-74b35b2e7043', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7065101c-74a4-4019-b6e7-74b35b2e7043', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:26:09,614 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.040s 2021-07-21 00:26:09,614 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:26:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5debf4e6-40bf-48d3-a2e7-653f5e852ce0', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5debf4e6-40bf-48d3-a2e7-653f5e852ce0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:26:10,665 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.041s 2021-07-21 00:26:10,665 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:26:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fc199cc1-499e-411a-a3db-3646ff97d050', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fc199cc1-499e-411a-a3db-3646ff97d050', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:26:11,713 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.040s 2021-07-21 00:26:11,714 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:26:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7640f2e1-88b0-4440-b87c-932c5ed8dbe9', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7640f2e1-88b0-4440-b87c-932c5ed8dbe9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:26:12,767 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.046s 2021-07-21 00:26:12,767 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:26:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e7e9cd85-5cc8-4285-a336-aefa8044fe17', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e7e9cd85-5cc8-4285-a336-aefa8044fe17', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:26:13,816 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.040s 2021-07-21 00:26:13,816 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:26:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-276a7774-587e-40fc-8a8b-007cbbdcf6db', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-276a7774-587e-40fc-8a8b-007cbbdcf6db', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:26:14,865 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.041s 2021-07-21 00:26:14,865 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:26:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-712c9c33-1590-4643-b2c9-977d9def6af0', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-712c9c33-1590-4643-b2c9-977d9def6af0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:26:15,914 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.041s 2021-07-21 00:26:15,915 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:26:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2d0263f8-790b-43eb-a16c-1dc76576b8f2', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2d0263f8-790b-43eb-a16c-1dc76576b8f2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:26:16,965 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.042s 2021-07-21 00:26:16,965 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:26:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-32d17d62-d553-47db-8e51-5375af9ff1ab', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-32d17d62-d553-47db-8e51-5375af9ff1ab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:26:18,014 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.041s 2021-07-21 00:26:18,014 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:26:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5f1309d1-a567-42e6-9b35-694b9727aaac', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5f1309d1-a567-42e6-9b35-694b9727aaac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:26:19,063 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.041s 2021-07-21 00:26:19,063 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:26:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e626afb0-8695-4996-9a51-71f32c3723ce', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e626afb0-8695-4996-9a51-71f32c3723ce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:26:20,261 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.189s 2021-07-21 00:26:20,261 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:26:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7111e254-5f5a-4580-a07e-5508f9a151b9', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7111e254-5f5a-4580-a07e-5508f9a151b9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:26:21,310 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.041s 2021-07-21 00:26:21,311 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:26:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c94d65b2-8660-4c8c-b80e-f1c4d7db51cf', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c94d65b2-8660-4c8c-b80e-f1c4d7db51cf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:26:22,361 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.042s 2021-07-21 00:26:22,361 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:26:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fbeb5cfd-b46c-48d4-9afb-f3a9cd37b786', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fbeb5cfd-b46c-48d4-9afb-f3a9cd37b786', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:26:23,410 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.041s 2021-07-21 00:26:23,411 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:26:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-04f75ebf-70f6-496b-b382-abf0ae55b8ca', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-04f75ebf-70f6-496b-b382-abf0ae55b8ca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:26:24,459 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.041s 2021-07-21 00:26:24,459 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:26:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-52a7ae57-8db5-4871-9903-c317ad158e1f', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-52a7ae57-8db5-4871-9903-c317ad158e1f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:26:25,514 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.047s 2021-07-21 00:26:25,514 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:26:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-efb910bc-455c-4c8e-a3c0-e3f29a4d0996', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-efb910bc-455c-4c8e-a3c0-e3f29a4d0996', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:26:26,563 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.040s 2021-07-21 00:26:26,563 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:26:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7b1263a5-8792-444d-a381-9062f19b0295', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7b1263a5-8792-444d-a381-9062f19b0295', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:26:27,611 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.041s 2021-07-21 00:26:27,612 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:26:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-464d1975-2efc-4fe0-a05d-9be67d14a39f', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-464d1975-2efc-4fe0-a05d-9be67d14a39f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:26:28,661 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.041s 2021-07-21 00:26:28,661 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:26:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f3b09e1c-2293-4694-affb-0d49d5599e37', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f3b09e1c-2293-4694-affb-0d49d5599e37', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:26:29,712 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.042s 2021-07-21 00:26:29,712 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:26:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-35d6c1ab-f9bb-4830-bf11-a9227fa7c5a3', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-35d6c1ab-f9bb-4830-bf11-a9227fa7c5a3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:26:30,761 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.040s 2021-07-21 00:26:30,761 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:26:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6fa7789e-5be3-47ff-8b88-6b99d3ece116', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6fa7789e-5be3-47ff-8b88-6b99d3ece116', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:26:31,809 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.041s 2021-07-21 00:26:31,810 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:26:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-df93ca28-f170-45f2-a0b4-65108952e5ac', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-df93ca28-f170-45f2-a0b4-65108952e5ac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:26:32,859 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.041s 2021-07-21 00:26:32,859 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:26:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4993eb2e-51b4-4e47-a43f-ef71c5e49bcd', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4993eb2e-51b4-4e47-a43f-ef71c5e49bcd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:26:33,911 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.044s 2021-07-21 00:26:33,911 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:26:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f8cc2b0d-1e58-40f8-9ca7-b85ab190d152', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f8cc2b0d-1e58-40f8-9ca7-b85ab190d152', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:26:34,959 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.040s 2021-07-21 00:26:34,960 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:26:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1e0a55cf-5b32-461e-b4f3-faf75a693299', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1e0a55cf-5b32-461e-b4f3-faf75a693299', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:26:36,009 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.041s 2021-07-21 00:26:36,009 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:26:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-630548e1-0eb9-4f42-90b6-43ef93b5f0f7', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-630548e1-0eb9-4f42-90b6-43ef93b5f0f7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:26:37,058 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.041s 2021-07-21 00:26:37,058 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:26:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cba318ff-cc76-4c06-b629-44fd70cf60f7', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cba318ff-cc76-4c06-b629-44fd70cf60f7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:26:38,108 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.042s 2021-07-21 00:26:38,109 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:26:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6119914a-9640-431f-8cb6-d9736e3436e3', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6119914a-9640-431f-8cb6-d9736e3436e3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:26:39,158 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.042s 2021-07-21 00:26:39,159 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:26:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3f47a75c-8596-423b-bfca-026c56f7732e', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3f47a75c-8596-423b-bfca-026c56f7732e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:26:40,208 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.041s 2021-07-21 00:26:40,208 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:26:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2704eb7d-03e1-4d3b-91a1-558d80eff5ce', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2704eb7d-03e1-4d3b-91a1-558d80eff5ce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:26:41,260 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.045s 2021-07-21 00:26:41,261 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:26:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9ee21570-7771-40a3-97dd-92d0b0ea9c2d', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9ee21570-7771-40a3-97dd-92d0b0ea9c2d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:26:42,309 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.041s 2021-07-21 00:26:42,310 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:26:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-efc475f3-b84c-4c77-b45b-86c501140629', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-efc475f3-b84c-4c77-b45b-86c501140629', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:26:43,359 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.041s 2021-07-21 00:26:43,359 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:26:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ea8e3aaf-1fc9-43e9-a9bc-fbca3d673fc3', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ea8e3aaf-1fc9-43e9-a9bc-fbca3d673fc3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:26:44,408 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.041s 2021-07-21 00:26:44,409 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:26:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0ca157e9-939d-4cd1-850e-67b8d2f961ce', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0ca157e9-939d-4cd1-850e-67b8d2f961ce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:26:45,458 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.041s 2021-07-21 00:26:45,458 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:26:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2c661359-58ce-4ba6-a297-0f90b617fdd0', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2c661359-58ce-4ba6-a297-0f90b617fdd0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:26:46,508 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.042s 2021-07-21 00:26:46,509 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:26:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-04252957-68d5-43d3-b064-19cba4955636', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-04252957-68d5-43d3-b064-19cba4955636', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:26:47,557 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.040s 2021-07-21 00:26:47,557 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:26:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d3101316-d6ca-4ecb-8651-3d0fef6b3443', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d3101316-d6ca-4ecb-8651-3d0fef6b3443', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:26:48,606 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.041s 2021-07-21 00:26:48,607 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:26:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8d9a27fb-e09b-43aa-9b26-484396305692', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8d9a27fb-e09b-43aa-9b26-484396305692', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:26:49,657 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.042s 2021-07-21 00:26:49,657 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:26:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c81d755d-40f7-482c-a806-45f7e1384eb2', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c81d755d-40f7-482c-a806-45f7e1384eb2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:26:50,705 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.040s 2021-07-21 00:26:50,706 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:26:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-79b6157a-5205-4efc-bf7f-3a3f236795af', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-79b6157a-5205-4efc-bf7f-3a3f236795af', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:26:51,754 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.041s 2021-07-21 00:26:51,755 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:26:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-47485b43-782f-4cd0-9e31-f9413b42a536', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-47485b43-782f-4cd0-9e31-f9413b42a536', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:26:52,804 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.041s 2021-07-21 00:26:52,804 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:26:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6cc4053d-8eb8-4755-a1f1-dc7f33e37fd1', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6cc4053d-8eb8-4755-a1f1-dc7f33e37fd1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:26:53,855 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.043s 2021-07-21 00:26:53,856 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:26:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9fecb057-6102-4be8-b9f1-fba019bf0a4a', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9fecb057-6102-4be8-b9f1-fba019bf0a4a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:26:54,905 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.042s 2021-07-21 00:26:54,905 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:26:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cd71d2c2-0e2b-4f9f-8ce7-c338fc025ecc', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cd71d2c2-0e2b-4f9f-8ce7-c338fc025ecc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:26:55,955 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.042s 2021-07-21 00:26:55,956 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:26:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e0488d72-be35-42dc-81f5-1652328cf5a4', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e0488d72-be35-42dc-81f5-1652328cf5a4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:26:57,008 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.044s 2021-07-21 00:26:57,008 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:26:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fc53016b-d241-4dca-9060-1b3c33944ee1', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fc53016b-d241-4dca-9060-1b3c33944ee1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:26:58,057 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.041s 2021-07-21 00:26:58,058 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:26:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-757fa7cb-c437-4de0-bf3d-0092a91d0863', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-757fa7cb-c437-4de0-bf3d-0092a91d0863', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:26:59,105 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.041s 2021-07-21 00:26:59,105 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:26:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5a6a28f2-6e20-4704-937a-bb5f5c77aa95', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5a6a28f2-6e20-4704-937a-bb5f5c77aa95', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:27:00,154 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.041s 2021-07-21 00:27:00,154 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:27:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a49195e3-aa42-4f38-92ef-d25f105f9081', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a49195e3-aa42-4f38-92ef-d25f105f9081', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:27:01,203 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.041s 2021-07-21 00:27:01,203 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:27:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-33e9f68e-6121-41aa-85a3-91f157d2a925', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-33e9f68e-6121-41aa-85a3-91f157d2a925', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:27:02,252 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.041s 2021-07-21 00:27:02,253 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:27:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-82727442-257e-444b-98fc-5d99e439be3b', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-82727442-257e-444b-98fc-5d99e439be3b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:27:03,301 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.041s 2021-07-21 00:27:03,302 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:27:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e168849a-6b80-4357-99ea-26bbce995c90', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e168849a-6b80-4357-99ea-26bbce995c90', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:27:04,351 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.042s 2021-07-21 00:27:04,352 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:27:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-31052a8d-13e2-48c1-aa3b-5dee40dffa92', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-31052a8d-13e2-48c1-aa3b-5dee40dffa92', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:27:05,400 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.042s 2021-07-21 00:27:05,400 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:27:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-940f783f-026e-4591-8df4-408bc91c1b7e', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-940f783f-026e-4591-8df4-408bc91c1b7e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:27:06,450 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.041s 2021-07-21 00:27:06,450 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:27:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e7dc7c93-c497-4491-aed7-a08be530ceb0', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e7dc7c93-c497-4491-aed7-a08be530ceb0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:27:07,500 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.042s 2021-07-21 00:27:07,500 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:27:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bde93f12-4497-47aa-b598-991ea5bb35ea', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bde93f12-4497-47aa-b598-991ea5bb35ea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:27:08,549 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.041s 2021-07-21 00:27:08,549 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:27:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-13c8edfd-44e6-43e6-8660-0cd49416d940', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-13c8edfd-44e6-43e6-8660-0cd49416d940', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:27:09,600 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.043s 2021-07-21 00:27:09,600 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:27:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-664c11bf-5526-42fb-be7f-0d2bcb2ca93b', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-664c11bf-5526-42fb-be7f-0d2bcb2ca93b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:27:10,649 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.041s 2021-07-21 00:27:10,649 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:27:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-11361931-767c-4b76-9bd6-c0b64f24a4a0', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-11361931-767c-4b76-9bd6-c0b64f24a4a0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:27:11,699 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.041s 2021-07-21 00:27:11,699 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:27:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-12835aec-b0d2-4438-98c9-6948b40b0c21', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-12835aec-b0d2-4438-98c9-6948b40b0c21', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:27:12,748 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.041s 2021-07-21 00:27:12,748 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:27:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1ff4bdaf-edb7-4f77-89e4-5ae6688be4a4', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1ff4bdaf-edb7-4f77-89e4-5ae6688be4a4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:27:13,798 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.042s 2021-07-21 00:27:13,798 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:27:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-96c2d748-ffb8-458b-8aac-e86307610972', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-96c2d748-ffb8-458b-8aac-e86307610972', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:27:14,846 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.040s 2021-07-21 00:27:14,846 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:27:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-de60ed77-65d4-4a86-b123-319ffc39b751', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-de60ed77-65d4-4a86-b123-319ffc39b751', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:27:15,897 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.042s 2021-07-21 00:27:15,897 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:27:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-23223652-5ce3-4070-b41a-55c80b1bf042', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-23223652-5ce3-4070-b41a-55c80b1bf042', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:27:16,947 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.042s 2021-07-21 00:27:16,947 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:27:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1d2b184f-3f7c-4fdb-a86a-c14dd3d98bff', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1d2b184f-3f7c-4fdb-a86a-c14dd3d98bff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:27:17,996 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.041s 2021-07-21 00:27:17,997 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:27:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9c840ab9-ac6c-4901-8f60-122fe11e9a3d', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9c840ab9-ac6c-4901-8f60-122fe11e9a3d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:27:19,046 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.041s 2021-07-21 00:27:19,046 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:27:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8a0f238e-038b-41a9-9e86-76d06c63ad1b', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8a0f238e-038b-41a9-9e86-76d06c63ad1b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:27:20,094 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.040s 2021-07-21 00:27:20,094 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:27:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-db691944-e01b-4429-b7c7-782d1f14f9f7', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-db691944-e01b-4429-b7c7-782d1f14f9f7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:27:21,144 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.041s 2021-07-21 00:27:21,145 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:27:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-021bc9a4-172f-4af8-900e-d6584765ea71', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-021bc9a4-172f-4af8-900e-d6584765ea71', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:27:22,193 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.040s 2021-07-21 00:27:22,193 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:27:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8439c0ab-63c1-47d4-9718-f1cb46b0c729', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8439c0ab-63c1-47d4-9718-f1cb46b0c729', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:27:23,243 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.042s 2021-07-21 00:27:23,243 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:27:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fff1a404-aa8c-4e94-9826-5254fa807f5a', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fff1a404-aa8c-4e94-9826-5254fa807f5a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:27:24,294 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.043s 2021-07-21 00:27:24,294 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:27:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9f3d1bde-ce16-40e9-b422-18ab1424522c', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9f3d1bde-ce16-40e9-b422-18ab1424522c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:27:25,342 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.040s 2021-07-21 00:27:25,343 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:27:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-98625480-e55b-446c-8811-6412f27d5733', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-98625480-e55b-446c-8811-6412f27d5733', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:27:26,392 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.041s 2021-07-21 00:27:26,392 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:27:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-13fec86a-7287-436f-b0aa-7a3e32d25ca0', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-13fec86a-7287-436f-b0aa-7a3e32d25ca0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:27:27,441 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.041s 2021-07-21 00:27:27,442 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:27:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-56ab9dc6-4a8d-4648-a6d1-36d3f7ea10a2', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-56ab9dc6-4a8d-4648-a6d1-36d3f7ea10a2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:27:28,489 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.040s 2021-07-21 00:27:28,489 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:27:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-07ab7f06-26fc-462b-9388-80613c943294', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-07ab7f06-26fc-462b-9388-80613c943294', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:27:29,539 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.041s 2021-07-21 00:27:29,539 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:27:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fe66826a-33dd-4867-bb0d-a48b1efe7577', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fe66826a-33dd-4867-bb0d-a48b1efe7577', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:27:30,589 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.042s 2021-07-21 00:27:30,589 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:27:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-04030429-d875-4b89-a91d-49abf0461523', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-04030429-d875-4b89-a91d-49abf0461523', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:27:31,638 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.041s 2021-07-21 00:27:31,638 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:27:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2b83acd9-94bc-46bb-bbeb-13aafbd9fbf9', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2b83acd9-94bc-46bb-bbeb-13aafbd9fbf9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:27:32,687 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.041s 2021-07-21 00:27:32,687 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:27:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6ac966da-845c-48c2-9436-d5179c8cca50', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6ac966da-845c-48c2-9436-d5179c8cca50', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:27:33,736 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.041s 2021-07-21 00:27:33,737 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:27:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6760106a-08e1-4dbb-9728-d7795ba8489f', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6760106a-08e1-4dbb-9728-d7795ba8489f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:27:34,785 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.040s 2021-07-21 00:27:34,785 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:27:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0a1f2278-6f80-47f1-a6cb-abd372437dad', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0a1f2278-6f80-47f1-a6cb-abd372437dad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:27:35,834 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.041s 2021-07-21 00:27:35,835 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:27:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1c73d719-7a6a-411b-8863-27f7e19d5b85', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1c73d719-7a6a-411b-8863-27f7e19d5b85', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:27:36,885 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.042s 2021-07-21 00:27:36,885 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:27:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f4cf95d5-ba94-4635-b4a6-7605184e35a8', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f4cf95d5-ba94-4635-b4a6-7605184e35a8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:27:37,934 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.041s 2021-07-21 00:27:37,934 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:27:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8d36d1a2-0ab7-44b1-a7f6-5013a1768ad2', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8d36d1a2-0ab7-44b1-a7f6-5013a1768ad2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:27:38,983 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.041s 2021-07-21 00:27:38,983 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:27:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fe9cd522-6a38-49cc-ada9-d66148f19c7e', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fe9cd522-6a38-49cc-ada9-d66148f19c7e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:27:40,032 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.041s 2021-07-21 00:27:40,032 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:27:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-636a348c-a45e-4b3b-8075-73aaa896b56d', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-636a348c-a45e-4b3b-8075-73aaa896b56d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:27:41,082 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.042s 2021-07-21 00:27:41,083 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:27:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f6351994-46fb-4699-b98e-a707797a4eca', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f6351994-46fb-4699-b98e-a707797a4eca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:27:42,131 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.041s 2021-07-21 00:27:42,131 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:27:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bc170574-68c4-409a-ad75-0c1244303a39', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bc170574-68c4-409a-ad75-0c1244303a39', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:27:43,181 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.041s 2021-07-21 00:27:43,181 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:27:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cb76a085-61e9-42f8-9cd1-2319a706df57', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cb76a085-61e9-42f8-9cd1-2319a706df57', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:27:44,231 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.042s 2021-07-21 00:27:44,231 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:27:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6f30861c-6c42-4305-b6ec-8a1652cafa8c', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6f30861c-6c42-4305-b6ec-8a1652cafa8c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:27:45,280 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.041s 2021-07-21 00:27:45,280 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:27:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e2c47a6a-af23-4065-9560-9db9b4ddb7d8', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e2c47a6a-af23-4065-9560-9db9b4ddb7d8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:27:46,330 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.042s 2021-07-21 00:27:46,330 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:27:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-155888bd-df9b-4a5c-838d-109a37757e3c', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-155888bd-df9b-4a5c-838d-109a37757e3c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:27:47,379 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.041s 2021-07-21 00:27:47,380 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:27:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-85847247-4896-4088-b7ae-a51344ce8476', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-85847247-4896-4088-b7ae-a51344ce8476', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:27:48,428 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.040s 2021-07-21 00:27:48,428 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:27:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7bc4fadd-2e13-4522-acf7-c3be2c992c74', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7bc4fadd-2e13-4522-acf7-c3be2c992c74', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:27:49,477 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.040s 2021-07-21 00:27:49,478 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:27:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b78a9a8f-7fd5-4eaa-bbe4-5defaf8c876b', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b78a9a8f-7fd5-4eaa-bbe4-5defaf8c876b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:27:50,527 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.041s 2021-07-21 00:27:50,527 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:27:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7c8f6d74-b65a-4413-bef6-bb06f60179e6', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7c8f6d74-b65a-4413-bef6-bb06f60179e6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:27:51,575 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.040s 2021-07-21 00:27:51,575 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:27:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b68ed65e-4994-4b9c-9c75-b672497c5192', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b68ed65e-4994-4b9c-9c75-b672497c5192', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:27:52,625 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.042s 2021-07-21 00:27:52,625 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:27:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-70ff07aa-7e17-4a69-9b13-b845c07df0b7', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-70ff07aa-7e17-4a69-9b13-b845c07df0b7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:27:53,673 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.040s 2021-07-21 00:27:53,674 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:27:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-80583277-8ae6-4763-80dd-b1c76981cd23', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-80583277-8ae6-4763-80dd-b1c76981cd23', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:27:54,723 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.040s 2021-07-21 00:27:54,724 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:27:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cdd675e7-1765-4a5d-bc81-b1136678a41e', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cdd675e7-1765-4a5d-bc81-b1136678a41e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:27:55,773 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.041s 2021-07-21 00:27:55,773 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:27:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-71c3e6b2-4a8e-4df6-bb05-63ca9d6e086d', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-71c3e6b2-4a8e-4df6-bb05-63ca9d6e086d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:27:56,822 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.041s 2021-07-21 00:27:56,822 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:27:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ecc42f31-b3c0-4c70-a491-9e8a4c83f6e0', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ecc42f31-b3c0-4c70-a491-9e8a4c83f6e0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:27:57,870 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.041s 2021-07-21 00:27:57,870 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:27:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-12070fd3-17c4-46be-9ec7-b4ed2e5013c2', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-12070fd3-17c4-46be-9ec7-b4ed2e5013c2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:27:58,919 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.041s 2021-07-21 00:27:58,919 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:27:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b0989120-a3a0-4f54-924c-231d02b66fc6', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b0989120-a3a0-4f54-924c-231d02b66fc6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:27:59,971 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.044s 2021-07-21 00:27:59,971 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:27:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0f00dadb-a68d-4adf-8d53-f9ebd6f3c758', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0f00dadb-a68d-4adf-8d53-f9ebd6f3c758', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:28:01,020 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.041s 2021-07-21 00:28:01,020 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:28:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c5ffcf2e-aeeb-4ef8-b006-91d2ec24bbe0', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c5ffcf2e-aeeb-4ef8-b006-91d2ec24bbe0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:28:02,068 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.040s 2021-07-21 00:28:02,069 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:28:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2bef76d7-5bbc-47ac-a328-e54ba4ab1a85', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2bef76d7-5bbc-47ac-a328-e54ba4ab1a85', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:28:03,117 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.041s 2021-07-21 00:28:03,118 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:28:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6d1eb9d9-f482-4299-acf5-fb604dab3c0e', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6d1eb9d9-f482-4299-acf5-fb604dab3c0e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:28:04,166 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.041s 2021-07-21 00:28:04,167 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:28:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6faf42e0-2b57-4114-b1fc-875014c74b6c', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6faf42e0-2b57-4114-b1fc-875014c74b6c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:28:05,216 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.041s 2021-07-21 00:28:05,216 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:28:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4cc450e0-cde9-4870-a407-ce483b20915f', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4cc450e0-cde9-4870-a407-ce483b20915f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:28:06,266 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.041s 2021-07-21 00:28:06,266 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:28:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e2f7c9ee-eea8-43f1-81af-e716769da18b', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e2f7c9ee-eea8-43f1-81af-e716769da18b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:28:07,315 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.041s 2021-07-21 00:28:07,316 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:28:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8b6d9663-a112-45c8-bab9-5252456ddfaf', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8b6d9663-a112-45c8-bab9-5252456ddfaf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:28:08,365 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.042s 2021-07-21 00:28:08,366 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:28:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a06d544a-df65-46a0-816f-7cdeba0425f9', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a06d544a-df65-46a0-816f-7cdeba0425f9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:28:09,415 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.042s 2021-07-21 00:28:09,416 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:28:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9de50682-e084-4d6a-9b6b-ba38bf87e04b', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9de50682-e084-4d6a-9b6b-ba38bf87e04b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:28:10,464 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.040s 2021-07-21 00:28:10,464 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:28:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b21387a4-b77a-43ee-bc47-62b61de2041b', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b21387a4-b77a-43ee-bc47-62b61de2041b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:28:11,513 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.041s 2021-07-21 00:28:11,513 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:28:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bcca0067-a002-4ec8-b0b4-95e9b06264ed', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bcca0067-a002-4ec8-b0b4-95e9b06264ed', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:28:12,561 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.040s 2021-07-21 00:28:12,562 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:28:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cb13a234-6511-4345-8d4e-c640e6ceb245', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cb13a234-6511-4345-8d4e-c640e6ceb245', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:28:13,615 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.045s 2021-07-21 00:28:13,615 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:28:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e19b99cb-a6df-409b-8100-be2e38b2bb40', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e19b99cb-a6df-409b-8100-be2e38b2bb40', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:28:14,664 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.041s 2021-07-21 00:28:14,665 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:28:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-55e950d3-75c4-4df4-b2dc-ecc0ef8ef13e', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-55e950d3-75c4-4df4-b2dc-ecc0ef8ef13e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:28:15,713 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.040s 2021-07-21 00:28:15,713 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:28:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-992cf96a-6f46-4c57-8ab9-69d51cf3d06e', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-992cf96a-6f46-4c57-8ab9-69d51cf3d06e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:28:16,762 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.041s 2021-07-21 00:28:16,762 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:28:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-08169956-121d-4356-8574-9fea8eb04135', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-08169956-121d-4356-8574-9fea8eb04135', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:28:17,811 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.041s 2021-07-21 00:28:17,811 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:28:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-32e18062-9000-4062-a5c5-941a05f4572b', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-32e18062-9000-4062-a5c5-941a05f4572b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:28:18,859 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.041s 2021-07-21 00:28:18,860 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:28:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bfd16017-a2e9-4712-8966-8d18a3f6154c', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bfd16017-a2e9-4712-8966-8d18a3f6154c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:28:19,908 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.041s 2021-07-21 00:28:19,909 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:28:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-779500bc-3a74-4b71-81a6-5c2579d31907', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-779500bc-3a74-4b71-81a6-5c2579d31907', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:28:20,959 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.042s 2021-07-21 00:28:20,959 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:28:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c989e10b-e78a-4d5b-bdc4-deb593cab052', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c989e10b-e78a-4d5b-bdc4-deb593cab052', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:28:22,010 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.042s 2021-07-21 00:28:22,010 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:28:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dbdd6cc9-adee-4556-b1f6-6a79497a3519', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dbdd6cc9-adee-4556-b1f6-6a79497a3519', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:28:23,061 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.044s 2021-07-21 00:28:23,061 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:28:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5ecba92e-22f7-40b7-88a1-8344d2f72235', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5ecba92e-22f7-40b7-88a1-8344d2f72235', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:28:24,170 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.099s 2021-07-21 00:28:24,171 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:28:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d2d43c6d-a77e-4123-9da7-81cc0c5c5de2', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d2d43c6d-a77e-4123-9da7-81cc0c5c5de2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:28:25,218 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.040s 2021-07-21 00:28:25,219 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:28:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-85c36d19-e208-448b-9cbf-20fa35cc25f3', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-85c36d19-e208-448b-9cbf-20fa35cc25f3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:28:26,268 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.040s 2021-07-21 00:28:26,268 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:28:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b2110626-92e0-4a96-b0bc-33ee7d2490a0', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b2110626-92e0-4a96-b0bc-33ee7d2490a0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:28:27,316 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.040s 2021-07-21 00:28:27,317 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:28:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-51c4ce69-8971-44da-a94d-4178fcebdebf', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-51c4ce69-8971-44da-a94d-4178fcebdebf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:28:28,366 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.041s 2021-07-21 00:28:28,367 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:28:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-274afabc-00e0-4cb6-b6ac-383d69908653', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-274afabc-00e0-4cb6-b6ac-383d69908653', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:28:29,416 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.041s 2021-07-21 00:28:29,416 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:28:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8bb89c79-ef86-4f3a-a151-18714e6cc5f2', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8bb89c79-ef86-4f3a-a151-18714e6cc5f2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:28:30,464 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.040s 2021-07-21 00:28:30,464 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:28:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-529f7a47-6ebb-4cf5-bd3f-f5df2ce5e984', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-529f7a47-6ebb-4cf5-bd3f-f5df2ce5e984', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:28:31,513 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.042s 2021-07-21 00:28:31,514 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:28:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-18e94829-5e80-49d4-aa5e-e1d0594b74db', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-18e94829-5e80-49d4-aa5e-e1d0594b74db', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:28:32,562 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.040s 2021-07-21 00:28:32,562 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:28:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b9c5785a-db32-4979-a60d-5f3f349d0f12', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b9c5785a-db32-4979-a60d-5f3f349d0f12', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:28:33,612 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.041s 2021-07-21 00:28:33,612 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:28:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-86020591-98e0-4c73-b59f-a282f79f79e0', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-86020591-98e0-4c73-b59f-a282f79f79e0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:28:34,662 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.042s 2021-07-21 00:28:34,663 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:28:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8f834486-7d2f-4d1a-b0de-b04e2448be8f', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8f834486-7d2f-4d1a-b0de-b04e2448be8f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:28:35,711 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.041s 2021-07-21 00:28:35,712 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:28:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-85bff643-54f7-4780-be20-2561ab0d0a30', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-85bff643-54f7-4780-be20-2561ab0d0a30', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:28:36,762 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.042s 2021-07-21 00:28:36,762 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:28:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c9ca3e88-e56d-4818-898d-fd0c89331b8c', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c9ca3e88-e56d-4818-898d-fd0c89331b8c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:28:37,817 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.047s 2021-07-21 00:28:37,817 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:28:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-93621d9e-9fbb-475b-95ae-b99a5a2feb45', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-93621d9e-9fbb-475b-95ae-b99a5a2feb45', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:28:38,867 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.041s 2021-07-21 00:28:38,867 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:28:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3087dac1-aeb8-4fdc-8451-f9bf034ada10', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3087dac1-aeb8-4fdc-8451-f9bf034ada10', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:28:39,917 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.042s 2021-07-21 00:28:39,917 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:28:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c08c4814-0239-4316-93c8-8a4c02fd3c4a', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c08c4814-0239-4316-93c8-8a4c02fd3c4a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:28:40,965 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.040s 2021-07-21 00:28:40,965 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:28:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1b1541de-2fcb-4a09-84ae-164ea3fcb1d4', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1b1541de-2fcb-4a09-84ae-164ea3fcb1d4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:28:42,014 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.041s 2021-07-21 00:28:42,014 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:28:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8059e9ea-17ff-42b0-9f18-ac51a080c2ca', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8059e9ea-17ff-42b0-9f18-ac51a080c2ca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:28:43,063 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.041s 2021-07-21 00:28:43,064 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:28:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-88cedfa7-3036-466a-a03c-a7d5bed1af69', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-88cedfa7-3036-466a-a03c-a7d5bed1af69', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:28:44,115 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.043s 2021-07-21 00:28:44,116 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:28:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bb38fa06-85bb-4bbe-86f9-74597e188314', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bb38fa06-85bb-4bbe-86f9-74597e188314', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:28:45,164 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.041s 2021-07-21 00:28:45,165 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:28:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6b7de95f-df4e-4ac7-b1f2-78c2fa280476', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6b7de95f-df4e-4ac7-b1f2-78c2fa280476', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:28:46,213 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.041s 2021-07-21 00:28:46,214 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:28:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b2c816f4-1298-4b20-b601-77ac5a900a1f', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b2c816f4-1298-4b20-b601-77ac5a900a1f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:28:47,263 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.041s 2021-07-21 00:28:47,263 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:28:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b47577ca-641e-4ca3-9acf-e2c620513ec3', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b47577ca-641e-4ca3-9acf-e2c620513ec3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:28:48,314 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.043s 2021-07-21 00:28:48,315 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:28:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-126f845a-5278-482a-b130-376adf767226', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-126f845a-5278-482a-b130-376adf767226', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:28:49,362 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.039s 2021-07-21 00:28:49,362 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:28:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-47c791df-fc2e-40bf-8a67-a48c10ebede1', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-47c791df-fc2e-40bf-8a67-a48c10ebede1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:28:50,411 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.041s 2021-07-21 00:28:50,411 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:28:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bef07838-b5d1-4ac9-9c57-97fe14ffafbc', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bef07838-b5d1-4ac9-9c57-97fe14ffafbc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:28:51,460 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.041s 2021-07-21 00:28:51,460 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:28:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7cdbe426-c933-45b9-9047-8368be0f266f', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7cdbe426-c933-45b9-9047-8368be0f266f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:28:52,509 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.041s 2021-07-21 00:28:52,509 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:28:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a585fcb1-ea73-422a-a561-9949178765f7', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a585fcb1-ea73-422a-a561-9949178765f7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:28:53,558 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.041s 2021-07-21 00:28:53,558 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:28:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-66d1335a-2c8a-407b-a723-a49654ba3549', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-66d1335a-2c8a-407b-a723-a49654ba3549', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:28:54,607 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.041s 2021-07-21 00:28:54,607 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:28:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f0704a30-59e6-4b6c-9997-424427f3cc71', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f0704a30-59e6-4b6c-9997-424427f3cc71', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:28:55,656 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.041s 2021-07-21 00:28:55,656 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:28:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ad59a4cd-a755-45e7-857a-e00ffad7e1b2', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ad59a4cd-a755-45e7-857a-e00ffad7e1b2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:28:56,705 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.041s 2021-07-21 00:28:56,705 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:28:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d6dca9da-3979-4727-a7ae-f6372c1160a1', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d6dca9da-3979-4727-a7ae-f6372c1160a1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:28:57,754 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.040s 2021-07-21 00:28:57,754 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:28:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f2309e9a-ee8b-40a6-b227-d25a716a7660', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f2309e9a-ee8b-40a6-b227-d25a716a7660', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:28:58,803 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.040s 2021-07-21 00:28:58,803 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:28:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ca0d6e8e-caff-491d-8303-fcd56752f378', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ca0d6e8e-caff-491d-8303-fcd56752f378', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:28:59,852 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.041s 2021-07-21 00:28:59,853 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:28:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-67c4dc53-5148-40b9-8250-f43681323850', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-67c4dc53-5148-40b9-8250-f43681323850', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:29:00,905 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.044s 2021-07-21 00:29:00,905 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:29:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-24d81f14-afc8-4439-b210-942d6651c011', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-24d81f14-afc8-4439-b210-942d6651c011', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:29:01,955 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.041s 2021-07-21 00:29:01,955 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:29:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8ae3cfab-fdbf-4f3a-a294-f0d4f59a9cc6', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8ae3cfab-fdbf-4f3a-a294-f0d4f59a9cc6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:29:03,004 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.041s 2021-07-21 00:29:03,004 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:29:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9e6aabb8-9da5-44f3-9ad5-64213e21c018', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9e6aabb8-9da5-44f3-9ad5-64213e21c018', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:29:04,053 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.041s 2021-07-21 00:29:04,054 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:29:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a90f581b-0831-41a9-8f03-636845a44dde', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a90f581b-0831-41a9-8f03-636845a44dde', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:29:05,102 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.040s 2021-07-21 00:29:05,102 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:29:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-72b29c29-642f-4ea9-9c9d-83950586463c', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-72b29c29-642f-4ea9-9c9d-83950586463c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:29:06,152 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.041s 2021-07-21 00:29:06,152 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:29:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e0a7fbe4-33ea-4627-b91e-77fd697fc906', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e0a7fbe4-33ea-4627-b91e-77fd697fc906', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:29:07,201 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.041s 2021-07-21 00:29:07,201 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:29:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-377f0900-bf2b-47ec-8ae5-eafef521cc20', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-377f0900-bf2b-47ec-8ae5-eafef521cc20', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:29:08,250 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.041s 2021-07-21 00:29:08,250 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:29:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-63b1fea5-2211-485e-a9df-efa132ef972d', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-63b1fea5-2211-485e-a9df-efa132ef972d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:29:09,299 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.041s 2021-07-21 00:29:09,300 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:29:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7dd76b40-21d6-472b-832c-f65570970229', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7dd76b40-21d6-472b-832c-f65570970229', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:29:10,348 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.041s 2021-07-21 00:29:10,349 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:29:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2bfd535d-b658-421c-91ab-0832ba2d414a', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2bfd535d-b658-421c-91ab-0832ba2d414a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:29:11,398 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.041s 2021-07-21 00:29:11,399 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:29:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bf367f60-c0c3-4ee6-9eb4-d1011ae620f2', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bf367f60-c0c3-4ee6-9eb4-d1011ae620f2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:29:12,447 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.040s 2021-07-21 00:29:12,447 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:29:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6b86618b-40fd-4063-a49e-76d80a467021', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6b86618b-40fd-4063-a49e-76d80a467021', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:29:13,495 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.041s 2021-07-21 00:29:13,495 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:29:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6f3b7ffe-6bc3-4f2e-b263-97fc7d664501', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6f3b7ffe-6bc3-4f2e-b263-97fc7d664501', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:29:14,545 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.041s 2021-07-21 00:29:14,545 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:29:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1df046b4-3361-4514-9574-6c5385e21e05', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1df046b4-3361-4514-9574-6c5385e21e05', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:29:15,594 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.041s 2021-07-21 00:29:15,595 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:29:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-28c0f562-a7b4-4b50-abb6-465e4f7c413d', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-28c0f562-a7b4-4b50-abb6-465e4f7c413d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:29:16,642 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.040s 2021-07-21 00:29:16,643 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:29:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-243325b9-644f-42e1-95af-cb042ff4e49c', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-243325b9-644f-42e1-95af-cb042ff4e49c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:29:17,692 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.041s 2021-07-21 00:29:17,692 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:29:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eb170888-eec7-4d17-90d7-5b930e34efe6', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eb170888-eec7-4d17-90d7-5b930e34efe6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:29:18,740 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.040s 2021-07-21 00:29:18,741 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:29:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-046cb28f-8a23-4fbf-9896-bc23ed34535b', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-046cb28f-8a23-4fbf-9896-bc23ed34535b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:29:19,791 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.041s 2021-07-21 00:29:19,791 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:29:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-88a18ea4-8fbd-47b8-a14c-6432ff734fdf', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-88a18ea4-8fbd-47b8-a14c-6432ff734fdf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:29:20,839 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.040s 2021-07-21 00:29:20,839 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:29:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a71d9c69-60e5-42a7-986d-082887419602', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a71d9c69-60e5-42a7-986d-082887419602', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:29:21,889 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.042s 2021-07-21 00:29:21,889 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:29:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9226aaf7-c6a9-47b5-a6f1-df628b2d753e', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9226aaf7-c6a9-47b5-a6f1-df628b2d753e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:29:22,938 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.042s 2021-07-21 00:29:22,939 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:29:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-480ed1c6-efd7-4352-ac90-166b97d1ada4', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-480ed1c6-efd7-4352-ac90-166b97d1ada4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:29:23,988 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.041s 2021-07-21 00:29:23,988 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:29:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7b3f09e4-3aa1-4bea-b0b3-f20878693845', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7b3f09e4-3aa1-4bea-b0b3-f20878693845', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:29:25,036 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.040s 2021-07-21 00:29:25,037 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:29:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c61a2eec-c15c-4486-9540-b5e7f0249d62', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c61a2eec-c15c-4486-9540-b5e7f0249d62', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:29:26,086 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.041s 2021-07-21 00:29:26,087 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:29:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-80db022e-14c2-4798-8735-d86c77451e2c', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-80db022e-14c2-4798-8735-d86c77451e2c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:29:27,135 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.041s 2021-07-21 00:29:27,136 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:29:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aa2d35d7-0a8f-45a9-aac4-00f75508765c', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aa2d35d7-0a8f-45a9-aac4-00f75508765c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:29:28,185 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.041s 2021-07-21 00:29:28,185 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:29:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d44ded03-e756-483f-b9d1-b8e0bed2cead', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d44ded03-e756-483f-b9d1-b8e0bed2cead', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:29:29,233 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.040s 2021-07-21 00:29:29,234 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:29:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6963ca88-8b02-4a1c-b7d4-818428cb39ee', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6963ca88-8b02-4a1c-b7d4-818428cb39ee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:29:30,283 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.041s 2021-07-21 00:29:30,283 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:29:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-31f44a0c-7ee3-42cc-b998-f6f2e30a9c18', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-31f44a0c-7ee3-42cc-b998-f6f2e30a9c18', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:29:31,334 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.042s 2021-07-21 00:29:31,334 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:29:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1ff6e9eb-38d7-4337-9551-182b02991ce4', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1ff6e9eb-38d7-4337-9551-182b02991ce4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:29:32,382 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.040s 2021-07-21 00:29:32,382 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:29:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-72a2ff32-2dfc-43bb-ae44-f9c97e8b0010', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-72a2ff32-2dfc-43bb-ae44-f9c97e8b0010', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:29:33,432 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.041s 2021-07-21 00:29:33,432 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:29:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-34f5a302-4017-429a-9157-81115d2de386', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-34f5a302-4017-429a-9157-81115d2de386', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:29:34,482 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.043s 2021-07-21 00:29:34,482 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:29:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a8786787-9681-4059-bd7d-18a3d811889c', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a8786787-9681-4059-bd7d-18a3d811889c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:29:35,531 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.042s 2021-07-21 00:29:35,532 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:29:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f85c6238-922d-401f-aac4-3b90c22736b9', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f85c6238-922d-401f-aac4-3b90c22736b9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:29:36,581 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.041s 2021-07-21 00:29:36,581 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:29:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f1f81716-b5a1-47d5-9c49-1cf8019ae6b9', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f1f81716-b5a1-47d5-9c49-1cf8019ae6b9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:29:37,630 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.041s 2021-07-21 00:29:37,630 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:29:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a8158501-1f89-450c-9a85-eb11cdd8cabf', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a8158501-1f89-450c-9a85-eb11cdd8cabf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:29:38,679 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.041s 2021-07-21 00:29:38,679 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:29:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2f44201f-2ebc-4072-875d-a0076812ec25', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2f44201f-2ebc-4072-875d-a0076812ec25', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:29:39,729 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.041s 2021-07-21 00:29:39,729 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:29:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-acacf4c0-00d9-4da3-8e71-c4a59446b1a1', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-acacf4c0-00d9-4da3-8e71-c4a59446b1a1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:29:40,778 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.041s 2021-07-21 00:29:40,778 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:29:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c15d2dab-94ea-4d11-aa4a-55054813f803', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c15d2dab-94ea-4d11-aa4a-55054813f803', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:29:41,827 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.041s 2021-07-21 00:29:41,828 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:29:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9da6ee30-d252-4525-b13b-0df996bd841a', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9da6ee30-d252-4525-b13b-0df996bd841a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:29:42,876 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.041s 2021-07-21 00:29:42,877 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:29:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-18c35cf7-93b4-49a2-ba19-e550651037b7', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-18c35cf7-93b4-49a2-ba19-e550651037b7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:29:43,926 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.042s 2021-07-21 00:29:43,927 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:29:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-070e2a7e-6a61-4f42-aea7-dea18fecb995', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-070e2a7e-6a61-4f42-aea7-dea18fecb995', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:29:44,975 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.040s 2021-07-21 00:29:44,975 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:29:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-69792b5f-b1f1-40e9-969e-66401532d981', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-69792b5f-b1f1-40e9-969e-66401532d981', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:29:46,023 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.041s 2021-07-21 00:29:46,024 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:29:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9b2c1309-ef01-4990-8bb6-c9d8a1af27fe', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9b2c1309-ef01-4990-8bb6-c9d8a1af27fe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:29:47,074 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.042s 2021-07-21 00:29:47,074 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:29:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-275ec021-0e35-4235-82f6-71f669ab568d', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-275ec021-0e35-4235-82f6-71f669ab568d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:29:48,124 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.041s 2021-07-21 00:29:48,124 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:29:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-286962e8-bd0f-44ba-9dfa-9504c9222e99', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-286962e8-bd0f-44ba-9dfa-9504c9222e99', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:29:49,188 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.056s 2021-07-21 00:29:49,188 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:29:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dfdb6e4d-c017-4bcc-b06b-206c7ea6f202', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dfdb6e4d-c017-4bcc-b06b-206c7ea6f202', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:29:50,240 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.043s 2021-07-21 00:29:50,240 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:29:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5b75ceaa-2ca6-49ef-8a06-8efb1e7a9519', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5b75ceaa-2ca6-49ef-8a06-8efb1e7a9519', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:29:51,288 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.041s 2021-07-21 00:29:51,288 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:29:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7fea6957-3db2-480a-a385-dae668b93bb6', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7fea6957-3db2-480a-a385-dae668b93bb6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:29:52,338 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.041s 2021-07-21 00:29:52,338 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:29:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7f402b54-ae44-4299-b80e-247d07ca466d', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7f402b54-ae44-4299-b80e-247d07ca466d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:29:53,387 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.041s 2021-07-21 00:29:53,387 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:29:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-850ac2c6-35aa-440f-bc52-92da17a17861', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-850ac2c6-35aa-440f-bc52-92da17a17861', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:29:54,435 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.040s 2021-07-21 00:29:54,436 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:29:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3151828a-2ce3-4864-be97-0d82a2c10b44', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3151828a-2ce3-4864-be97-0d82a2c10b44', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:29:55,486 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.042s 2021-07-21 00:29:55,486 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:29:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-34006668-0635-4267-8f94-13634830f92f', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-34006668-0635-4267-8f94-13634830f92f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:29:56,536 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.042s 2021-07-21 00:29:56,536 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:29:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b0cd2971-8843-47cd-8c8c-3ab8f606bc9b', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b0cd2971-8843-47cd-8c8c-3ab8f606bc9b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:29:57,584 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.040s 2021-07-21 00:29:57,584 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:29:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c475fa79-5d7a-4f3b-a85a-35c4f96b7fa4', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c475fa79-5d7a-4f3b-a85a-35c4f96b7fa4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:29:58,634 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.041s 2021-07-21 00:29:58,635 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:29:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9dde2ca4-9936-423b-8c2e-e9937ea64c29', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9dde2ca4-9936-423b-8c2e-e9937ea64c29', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:29:59,685 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.042s 2021-07-21 00:29:59,685 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:29:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9a54edba-8b6b-462c-8bde-fa9af1253f8a', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9a54edba-8b6b-462c-8bde-fa9af1253f8a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:30:00,735 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.041s 2021-07-21 00:30:00,735 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:30:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-190affd2-08d9-47d3-9fca-7e648c707a46', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-190affd2-08d9-47d3-9fca-7e648c707a46', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:30:01,786 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.043s 2021-07-21 00:30:01,786 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:30:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-867b9665-e8d4-446c-b881-0ce4d2f3f914', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-867b9665-e8d4-446c-b881-0ce4d2f3f914', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:30:02,835 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.041s 2021-07-21 00:30:02,835 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:30:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-135eea60-192d-4f91-bf3f-5289bd9cc9a5', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-135eea60-192d-4f91-bf3f-5289bd9cc9a5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:30:03,884 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.041s 2021-07-21 00:30:03,885 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:30:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c744e3d1-3f10-458f-8453-6ca02a76618c', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c744e3d1-3f10-458f-8453-6ca02a76618c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:30:04,934 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.042s 2021-07-21 00:30:04,935 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:30:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a8b1c684-99da-4615-a471-a9251fb4c29a', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a8b1c684-99da-4615-a471-a9251fb4c29a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:30:05,984 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.041s 2021-07-21 00:30:05,984 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:30:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e539d58e-2659-4193-b937-ad0ee9b70dfb', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e539d58e-2659-4193-b937-ad0ee9b70dfb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:30:07,033 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.041s 2021-07-21 00:30:07,033 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:30:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6f252b7d-8f98-4553-94cf-35fc301520ba', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6f252b7d-8f98-4553-94cf-35fc301520ba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:30:08,083 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.041s 2021-07-21 00:30:08,083 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:30:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-11cca812-7520-45c2-8382-fabc648b57e0', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-11cca812-7520-45c2-8382-fabc648b57e0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:30:09,131 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.040s 2021-07-21 00:30:09,131 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:30:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6b1f86f6-5a6a-490e-a085-b04c3ee3f3f5', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6b1f86f6-5a6a-490e-a085-b04c3ee3f3f5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:30:10,180 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.040s 2021-07-21 00:30:10,180 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:30:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f6e72646-512f-4def-974c-5eb29e667791', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f6e72646-512f-4def-974c-5eb29e667791', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:30:11,230 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.041s 2021-07-21 00:30:11,230 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:30:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0f707cc5-b17d-47ba-a04e-879bf7340fd1', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0f707cc5-b17d-47ba-a04e-879bf7340fd1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:30:12,279 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.041s 2021-07-21 00:30:12,279 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:30:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5891cc5c-fba1-4cde-b895-d109c19f9e38', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5891cc5c-fba1-4cde-b895-d109c19f9e38', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:30:13,329 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.041s 2021-07-21 00:30:13,329 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:30:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5450de75-21f8-449c-9234-94d0cbe4e3f6', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5450de75-21f8-449c-9234-94d0cbe4e3f6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:30:14,378 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.042s 2021-07-21 00:30:14,379 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:30:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-62416708-c689-4098-8813-a45c78913c9c', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-62416708-c689-4098-8813-a45c78913c9c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:30:15,428 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.041s 2021-07-21 00:30:15,428 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:30:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c1a57899-aa94-4e6f-a2e0-7fde914a5512', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c1a57899-aa94-4e6f-a2e0-7fde914a5512', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:30:16,477 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.041s 2021-07-21 00:30:16,477 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:30:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-53683ae5-8721-4ce7-9ee9-1a1961bda5c7', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-53683ae5-8721-4ce7-9ee9-1a1961bda5c7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:30:17,526 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.041s 2021-07-21 00:30:17,526 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:30:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6bcb9937-5495-4b6b-b18f-7d14d517aa3e', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6bcb9937-5495-4b6b-b18f-7d14d517aa3e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:30:18,575 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.040s 2021-07-21 00:30:18,576 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:30:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a9cd39e4-e834-4c2e-9dc7-3e8470d4bde4', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a9cd39e4-e834-4c2e-9dc7-3e8470d4bde4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:30:19,623 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.041s 2021-07-21 00:30:19,624 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:30:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-84ce0ccb-6818-4732-a8dc-e3b4ddb7d4dd', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-84ce0ccb-6818-4732-a8dc-e3b4ddb7d4dd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:30:20,672 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.040s 2021-07-21 00:30:20,672 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:30:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3d12ffcd-8a31-436f-913c-f0b4074f7ec4', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3d12ffcd-8a31-436f-913c-f0b4074f7ec4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:30:21,721 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.041s 2021-07-21 00:30:21,721 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:30:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5e735498-1dcd-4ab6-b073-41e74a4dcfc6', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5e735498-1dcd-4ab6-b073-41e74a4dcfc6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:30:22,770 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.041s 2021-07-21 00:30:22,771 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:30:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bb356794-ac6f-4b09-92b7-2868d3cff621', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bb356794-ac6f-4b09-92b7-2868d3cff621', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:30:23,818 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.040s 2021-07-21 00:30:23,818 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:30:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-710fd9b1-ce17-4f05-a0d9-8214750b0237', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-710fd9b1-ce17-4f05-a0d9-8214750b0237', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:30:24,866 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.041s 2021-07-21 00:30:24,866 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:30:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-430c355f-053f-4ba2-bc09-3e857178e2b5', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-430c355f-053f-4ba2-bc09-3e857178e2b5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:30:25,915 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.041s 2021-07-21 00:30:25,916 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:30:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7dccb44b-ad01-4360-bc44-0697682584b6', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7dccb44b-ad01-4360-bc44-0697682584b6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:30:26,965 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.041s 2021-07-21 00:30:26,965 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:30:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-672e1d81-bbc1-40d1-9cc6-d059fb44e41e', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-672e1d81-bbc1-40d1-9cc6-d059fb44e41e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:30:28,015 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.042s 2021-07-21 00:30:28,015 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:30:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6c968123-85b4-4e6f-9371-7027c0f851e1', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6c968123-85b4-4e6f-9371-7027c0f851e1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:30:29,064 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.041s 2021-07-21 00:30:29,064 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:30:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-123c5e7b-347e-4b2f-a810-78177c666bd3', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-123c5e7b-347e-4b2f-a810-78177c666bd3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:30:30,114 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.042s 2021-07-21 00:30:30,114 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:30:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eeb6dc15-8b58-4439-a899-5a223af8c08f', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eeb6dc15-8b58-4439-a899-5a223af8c08f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:30:31,164 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.041s 2021-07-21 00:30:31,164 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:30:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-934bec37-5348-4d0f-8f4d-a78e5275e432', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-934bec37-5348-4d0f-8f4d-a78e5275e432', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:30:32,211 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.040s 2021-07-21 00:30:32,212 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:30:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-316f484f-207e-4187-a531-99bf3eae3f7a', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-316f484f-207e-4187-a531-99bf3eae3f7a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:30:33,263 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.043s 2021-07-21 00:30:33,263 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:30:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-332c0883-e324-414f-9514-efbfbfba281c', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-332c0883-e324-414f-9514-efbfbfba281c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:30:34,312 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.041s 2021-07-21 00:30:34,313 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:30:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f8821698-886e-4896-8ee9-bb3771ee8340', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f8821698-886e-4896-8ee9-bb3771ee8340', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:30:35,362 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.041s 2021-07-21 00:30:35,362 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:30:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c9b1de8d-7b08-405e-bfe2-fe8416ede87d', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c9b1de8d-7b08-405e-bfe2-fe8416ede87d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:30:36,410 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa 0.040s 2021-07-21 00:30:36,410 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:30:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c114df5c-151c-4805-adab-2e5a90bc2bae', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c114df5c-151c-4805-adab-2e5a90bc2bae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa'} Body: b'{"volume": {"id": "dffd0b7f-032e-4082-b500-db2b467e69fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:24:36.000000", "updated_at": "2021-07-21T00:24:36.000000", "name": "tempest-AttachVolumeTestJSON-volume-609272413", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/cff660dd91114b25863338506dfe54af/volumes/dffd0b7f-032e-4082-b500-db2b467e69fa"}], "user_id": "b5ea02f5a421436ba0027c334cd4718a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cff660dd91114b25863338506dfe54af"}}' 2021-07-21 00:30:36,531 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.222.0.30/compute/v2.1/servers/78bd6b8d-86e1-439d-9d6d-c047b287052f 0.113s 2021-07-21 00:30:36,531 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:30:36 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-769efb13-ff56-4943-be5e-1469572ac3ba', 'x-compute-request-id': 'req-769efb13-ff56-4943-be5e-1469572ac3ba', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/78bd6b8d-86e1-439d-9d6d-c047b287052f'} Body: b'' 2021-07-21 00:30:36,691 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/78bd6b8d-86e1-439d-9d6d-c047b287052f 0.159s 2021-07-21 00:30:36,691 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:30:36 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-03162bdd-3c9c-44dd-96c5-4bfbaf30063b', 'x-compute-request-id': 'req-03162bdd-3c9c-44dd-96c5-4bfbaf30063b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/78bd6b8d-86e1-439d-9d6d-c047b287052f'} Body: b'{"server": {"id": "78bd6b8d-86e1-439d-9d6d-c047b287052f", "name": "tempest-AttachVolumeTestJSON-server-345679751", "status": "ACTIVE", "tenant_id": "cff660dd91114b25863338506dfe54af", "user_id": "b5ea02f5a421436ba0027c334cd4718a", "metadata": {}, "hostId": "ce763072465c4bd5af2b66d75745d3b378c667f6a17f4fafdc03a4b4", "image": {"id": "85eb65b8-a5cc-489d-a3d6-b4c396f9651c", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/85eb65b8-a5cc-489d-a3d6-b4c396f9651c"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:23:37Z", "updated": "2021-07-21T00:30:36Z", "addresses": {"tempest-AttachVolumeTestJSON-656172834-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c2:a9:65"}, {"version": 4, "addr": "172.27.3.8", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c2:a9:65"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/78bd6b8d-86e1-439d-9d6d-c047b287052f"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/78bd6b8d-86e1-439d-9d6d-c047b287052f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1276688261", "OS-SRV-USG:launched_at": "2021-07-21T00:23:51.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--879940321"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2021-07-21 00:30:37,787 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/78bd6b8d-86e1-439d-9d6d-c047b287052f 0.087s 2021-07-21 00:30:37,788 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:30:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1604', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c4120b94-c1ff-42ba-acc9-b992b8b4c557', 'x-compute-request-id': 'req-c4120b94-c1ff-42ba-acc9-b992b8b4c557', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/78bd6b8d-86e1-439d-9d6d-c047b287052f'} Body: b'{"server": {"id": "78bd6b8d-86e1-439d-9d6d-c047b287052f", "name": "tempest-AttachVolumeTestJSON-server-345679751", "status": "ACTIVE", "tenant_id": "cff660dd91114b25863338506dfe54af", "user_id": "b5ea02f5a421436ba0027c334cd4718a", "metadata": {}, "hostId": "ce763072465c4bd5af2b66d75745d3b378c667f6a17f4fafdc03a4b4", "image": {"id": "85eb65b8-a5cc-489d-a3d6-b4c396f9651c", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/85eb65b8-a5cc-489d-a3d6-b4c396f9651c"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:23:37Z", "updated": "2021-07-21T00:30:36Z", "addresses": {"tempest-AttachVolumeTestJSON-656172834-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c2:a9:65"}, {"version": 4, "addr": "172.27.3.8", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c2:a9:65"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/78bd6b8d-86e1-439d-9d6d-c047b287052f"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/78bd6b8d-86e1-439d-9d6d-c047b287052f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1276688261", "OS-SRV-USG:launched_at": "2021-07-21T00:23:51.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2021-07-21 00:30:38,831 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 404 GET http://10.222.0.30/compute/v2.1/servers/78bd6b8d-86e1-439d-9d6d-c047b287052f 0.033s 2021-07-21 00:30:38,831 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:30:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-30e6502d-6088-4b15-b2c7-c7ad8a351a5c', 'x-compute-request-id': 'req-30e6502d-6088-4b15-b2c7-c7ad8a351a5c', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/78bd6b8d-86e1-439d-9d6d-c047b287052f'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 78bd6b8d-86e1-439d-9d6d-c047b287052f could not be found."}}' 2021-07-21 00:30:38,863 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 202 DELETE http://10.222.0.30/compute/v2.1/os-keypairs/tempest-keypair-1276688261 0.030s 2021-07-21 00:30:38,863 114911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:30:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-534217bd-6359-4529-b006-f63a5a0fa0b3', 'x-compute-request-id': 'req-534217bd-6359-4529-b006-f63a5a0fa0b3', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.30/compute/v2.1/os-keypairs/tempest-keypair-1276688261'} Body: b'' 2021-07-21 00:30:39,005 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.222.0.30:9696/v2.0/security-groups/f8290ace-0950-432e-afdf-7b28135ca45f 0.141s 2021-07-21 00:30:39,005 114911 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-47449cd6-79f5-40bd-a76f-9c2aceaebe02', 'content-length': '0', 'date': 'Wed, 21 Jul 2021 00:30:39 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.30:9696/v2.0/security-groups/f8290ace-0950-432e-afdf-7b28135ca45f'} Body: b'' 2021-07-21 00:30:39,024 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 404 GET http://10.222.0.30:9696/v2.0/security-groups/f8290ace-0950-432e-afdf-7b28135ca45f 0.018s 2021-07-21 00:30:39,024 114911 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-c81abe4c-eb4f-419a-8621-509607afe72a', 'date': 'Wed, 21 Jul 2021 00:30:39 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.30:9696/v2.0/security-groups/f8290ace-0950-432e-afdf-7b28135ca45f'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group f8290ace-0950-432e-afdf-7b28135ca45f does not exist", "detail": ""}}' 2021-07-21 00:30:39,677 114911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.222.0.30:9696/v2.0/floatingips/3fae5dea-56e4-45a5-8d29-44b8d08e3b77 0.652s 2021-07-21 00:30:39,677 114911 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-3fd23c38-b44f-481c-a184-6906d9b8e97f', 'content-length': '0', 'date': 'Wed, 21 Jul 2021 00:30:39 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.30:9696/v2.0/floatingips/3fae5dea-56e4-45a5-8d29-44b8d08e3b77'} Body: b'' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume.py", line 141, in test_list_get_volume_attachments volume_1st = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 533, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 312, in wait_for_volume_resource_status raise lib_exc.TimeoutException(message) tempest.lib.exceptions.TimeoutException: Request timed out Details: volume dffd0b7f-032e-4082-b500-db2b467e69fa failed to reach available status (current creating) within the required time (360 s). |
||||||
tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON | 6 | 2 | 3 | 0 | 1 | Detail | |
test_snapshot_backup[id-bbcfa285-af7f-479e-8c1a-8c34fc16543c] |
skip
pt7.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
pt7.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
pt7.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] |
fail
ft7.4: tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_offline_delete_online[compute,id-5210a1de-85a0-11e6-bb21-641c676a5d61]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2021-07-21 00:23:46,455 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 202 POST http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots 0.114s 2021-07-21 00:23:46,455 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"snapshot": {"volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1583888428"}} Response - Headers: {'date': 'Wed, 21 Jul 2021 00:23:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6edd6bdf-f663-45e2-99b5-567036ba1ab4', 'content-length': '310', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6edd6bdf-f663-45e2-99b5-567036ba1ab4', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots'} Body: b'{"snapshot": {"id": "80cceae3-72ae-412a-8baa-71add38bcf25", "created_at": "2021-07-21T00:23:46.409274", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1583888428", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}}}' 2021-07-21 00:23:46,479 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/80cceae3-72ae-412a-8baa-71add38bcf25 0.021s 2021-07-21 00:23:46,479 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:23:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1611a546-1063-4987-ab3e-67d87fd7a924', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1611a546-1063-4987-ab3e-67d87fd7a924', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/80cceae3-72ae-412a-8baa-71add38bcf25'} Body: b'{"snapshot": {"id": "80cceae3-72ae-412a-8baa-71add38bcf25", "created_at": "2021-07-21T00:23:46.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1583888428", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:23:47,505 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/80cceae3-72ae-412a-8baa-71add38bcf25 0.022s 2021-07-21 00:23:47,505 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:23:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eaacf228-29ad-4868-b8a4-f5aa8a6a5f86', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eaacf228-29ad-4868-b8a4-f5aa8a6a5f86', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/80cceae3-72ae-412a-8baa-71add38bcf25'} Body: b'{"snapshot": {"id": "80cceae3-72ae-412a-8baa-71add38bcf25", "created_at": "2021-07-21T00:23:46.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1583888428", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:23:48,529 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/80cceae3-72ae-412a-8baa-71add38bcf25 0.020s 2021-07-21 00:23:48,530 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:23:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-255ecd2f-a144-42e0-bcdb-2a336f1351ec', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-255ecd2f-a144-42e0-bcdb-2a336f1351ec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/80cceae3-72ae-412a-8baa-71add38bcf25'} Body: b'{"snapshot": {"id": "80cceae3-72ae-412a-8baa-71add38bcf25", "created_at": "2021-07-21T00:23:46.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1583888428", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:23:49,553 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/80cceae3-72ae-412a-8baa-71add38bcf25 0.020s 2021-07-21 00:23:49,554 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:23:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-596a8caa-9c65-4e13-a157-2ea7f267416a', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-596a8caa-9c65-4e13-a157-2ea7f267416a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/80cceae3-72ae-412a-8baa-71add38bcf25'} Body: b'{"snapshot": {"id": "80cceae3-72ae-412a-8baa-71add38bcf25", "created_at": "2021-07-21T00:23:46.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1583888428", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:23:50,578 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/80cceae3-72ae-412a-8baa-71add38bcf25 0.021s 2021-07-21 00:23:50,579 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:23:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f268078b-25ef-4115-84ff-942d913b60e6', 'content-length': '469', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f268078b-25ef-4115-84ff-942d913b60e6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/80cceae3-72ae-412a-8baa-71add38bcf25'} Body: b'{"snapshot": {"id": "80cceae3-72ae-412a-8baa-71add38bcf25", "created_at": "2021-07-21T00:23:46.000000", "updated_at": "2021-07-21T00:23:50.000000", "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1583888428", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "available", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "100%"}}' 2021-07-21 00:23:50,581 114913 INFO [tempest.common.waiters] snapshot 80cceae3-72ae-412a-8baa-71add38bcf25 reached available after waiting for 4.581838 seconds 2021-07-21 00:23:50,670 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 201 POST http://10.222.0.30/identity/v3/auth/tokens 0.084s 2021-07-21 00:23:50,671 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Wed, 21 Jul 2021 00:23:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3403', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-e886b1eb-6652-46ce-87ef-877923980b6e', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.30/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "eee64f43758146518effe7f505ec3486", "name": "tempest-VolumesSnapshotTestJSON-1046955923-project", "password_expires_at": null}, "audit_ids": ["n26QzO0ZSsep0-gErHRMuw"], "expires_at": "2021-07-21T01:23:50.000000Z", "issued_at": "2021-07-21T00:23:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "29973e77972d406caa7a5d453c78d7d6", "name": "tempest-VolumesSnapshotTestJSON-1046955923"}, "is_domain": false, "roles": [{"id": "d5a7fd48e59c40608d722d38315ccd08", "name": "member"}, {"id": "73e4b38f90334c5db5ebb59eca3ab9fe", "name": "reader"}], "catalog": [{"endpoints": [{"id": "9b9dddfdb905487f9e499897d7340e3b", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6", "region": "RegionOne"}], "id": "096c5a4c0e2c42c189cc4cd9ca598648", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "467d30d3354d47768e663c974281ac90", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.30/compute/v2.1", "region": "RegionOne"}], "id": "36eee5eb953149f6991f287efa9705fb", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "3dc7176e8ddd4f57b39c55eee7a8c1ad", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6", "region": "RegionOne"}], "id": "38558e6a5b6248a390c84384461a3834", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "7718e257b8ec491dba876fa6aa03f142", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.30/identity", "region": "RegionOne"}, {"id": "ebd0f3fd9622468daf90a09376333f1b", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.30/identity", "region": "RegionOne"}], "id": "3b0b663d518f491c91a364dd7959b99d", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "4dc4df10c0774a4ebe0791c364a13a2c", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.30/image", "region": "RegionOne"}], "id": "770241ee1d3b453c94cd43ca71252f6f", "type": "image", "name": "glance"}, {"endpoints": [{"id": "124af9acca3b422a954ded510b40780a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.30:9696/", "region": "RegionOne"}], "id": "9bb0e4faab7d41c4a5ae2ba7cf3c2169", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "26325bbfbf25449d99ccf2d7f35ce51e", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.30/compute/v2/29973e77972d406caa7a5d453c78d7d6", "region": "RegionOne"}], "id": "d0d4d685b4f844f09c95b8725a50e508", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "8866b53622e24147b73c36f11cca1b1b", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.30/placement", "region": "RegionOne"}], "id": "d9597099c0344078a370ca29d64e1b93", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "5a2de297eccc49489141dd021cd307b0", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.30:8080", "region": "RegionOne"}, {"id": "db3be857c31d47aa8c1968ea10432ed2", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.30:8080/v1/AUTH_29973e77972d406caa7a5d453c78d7d6", "region": "RegionOne"}], "id": "f51a83832ddc465abf887bc4365cec44", "type": "object-store", "name": "swift"}]}}' 2021-07-21 00:23:50,671 114913 INFO [tempest.lib.common.fixed_network] (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online) Found network {'id': '7308e628-d8e6-496f-b3a0-70f9273b9d83', 'name': 'tempest-VolumesSnapshotTestJSON-1763226707-network', 'tenant_id': '29973e77972d406caa7a5d453c78d7d6', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '29973e77972d406caa7a5d453c78d7d6', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 206, 'availability_zone_hints': [], 'is_default': False, 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2021-07-21T00:22:42Z', 'updated_at': '2021-07-21T00:22:42Z', 'revision_number': 1} available for tenant 2021-07-21 00:23:51,191 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 202 POST http://10.222.0.30/compute/v2.1/servers 0.518s 2021-07-21 00:23:51,191 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"server": {"name": "tempest-VolumesSnapshotTestJSON-instance-1370406665", "imageRef": "85eb65b8-a5cc-489d-a3d6-b4c396f9651c", "flavorRef": "452", "networks": [{"uuid": "7308e628-d8e6-496f-b3a0-70f9273b9d83"}]}} Response - Headers: {'date': 'Wed, 21 Jul 2021 00:23:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '380', 'location': 'http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a9d72d83-9b43-457d-a592-86825c9e35af', 'x-compute-request-id': 'req-a9d72d83-9b43-457d-a592-86825c9e35af', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.30/compute/v2.1/servers'} Body: b'{"server": {"id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "WUBH2KGJ75Tg"}}' 2021-07-21 00:23:51,265 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece 0.072s 2021-07-21 00:23:51,265 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:23:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6cb7f219-19cb-41af-9e5b-fe1fd5d83e59', 'x-compute-request-id': 'req-6cb7f219-19cb-41af-9e5b-fe1fd5d83e59', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece'} Body: b'{"server": {"id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "name": "tempest-VolumesSnapshotTestJSON-instance-1370406665", "status": "BUILD", "tenant_id": "29973e77972d406caa7a5d453c78d7d6", "user_id": "eee64f43758146518effe7f505ec3486", "metadata": {}, "hostId": "", "image": {"id": "85eb65b8-a5cc-489d-a3d6-b4c396f9651c", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/85eb65b8-a5cc-489d-a3d6-b4c396f9651c"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:23:51Z", "updated": "2021-07-21T00:23:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2021-07-21 00:23:52,359 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece 0.085s 2021-07-21 00:23:52,359 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:23:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1277', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5fe2fbc1-f59e-40a0-8154-3b8475fe4197', 'x-compute-request-id': 'req-5fe2fbc1-f59e-40a0-8154-3b8475fe4197', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece'} Body: b'{"server": {"id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "name": "tempest-VolumesSnapshotTestJSON-instance-1370406665", "status": "BUILD", "tenant_id": "29973e77972d406caa7a5d453c78d7d6", "user_id": "eee64f43758146518effe7f505ec3486", "metadata": {}, "hostId": "48a2ad87b832a23ac08284a971eacc481133f3180ca7338599f57303", "image": {"id": "85eb65b8-a5cc-489d-a3d6-b4c396f9651c", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/85eb65b8-a5cc-489d-a3d6-b4c396f9651c"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:23:51Z", "updated": "2021-07-21T00:23:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2021-07-21 00:23:52,367 114913 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/spawning" after 1 second wait 2021-07-21 00:23:53,530 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece 0.162s 2021-07-21 00:23:53,531 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:23:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1319', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9383b521-cda1-4f80-8b20-61d0c0acc7d7', 'x-compute-request-id': 'req-9383b521-cda1-4f80-8b20-61d0c0acc7d7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece'} Body: b'{"server": {"id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "name": "tempest-VolumesSnapshotTestJSON-instance-1370406665", "status": "BUILD", "tenant_id": "29973e77972d406caa7a5d453c78d7d6", "user_id": "eee64f43758146518effe7f505ec3486", "metadata": {}, "hostId": "48a2ad87b832a23ac08284a971eacc481133f3180ca7338599f57303", "image": {"id": "85eb65b8-a5cc-489d-a3d6-b4c396f9651c", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/85eb65b8-a5cc-489d-a3d6-b4c396f9651c"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:23:51Z", "updated": "2021-07-21T00:23:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2021-07-21 00:23:54,729 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece 0.191s 2021-07-21 00:23:54,730 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:23:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1319', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d3a00c3b-7bca-4f3d-a9d0-b0875b5f7e35', 'x-compute-request-id': 'req-d3a00c3b-7bca-4f3d-a9d0-b0875b5f7e35', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece'} Body: b'{"server": {"id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "name": "tempest-VolumesSnapshotTestJSON-instance-1370406665", "status": "BUILD", "tenant_id": "29973e77972d406caa7a5d453c78d7d6", "user_id": "eee64f43758146518effe7f505ec3486", "metadata": {}, "hostId": "48a2ad87b832a23ac08284a971eacc481133f3180ca7338599f57303", "image": {"id": "85eb65b8-a5cc-489d-a3d6-b4c396f9651c", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/85eb65b8-a5cc-489d-a3d6-b4c396f9651c"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:23:51Z", "updated": "2021-07-21T00:23:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2021-07-21 00:23:55,897 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece 0.159s 2021-07-21 00:23:55,897 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:23:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1319', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b0787998-ce4f-47ba-bc7c-cd1033999d04', 'x-compute-request-id': 'req-b0787998-ce4f-47ba-bc7c-cd1033999d04', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece'} Body: b'{"server": {"id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "name": "tempest-VolumesSnapshotTestJSON-instance-1370406665", "status": "BUILD", "tenant_id": "29973e77972d406caa7a5d453c78d7d6", "user_id": "eee64f43758146518effe7f505ec3486", "metadata": {}, "hostId": "48a2ad87b832a23ac08284a971eacc481133f3180ca7338599f57303", "image": {"id": "85eb65b8-a5cc-489d-a3d6-b4c396f9651c", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/85eb65b8-a5cc-489d-a3d6-b4c396f9651c"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:23:51Z", "updated": "2021-07-21T00:23:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2021-07-21 00:23:57,060 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece 0.154s 2021-07-21 00:23:57,060 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:23:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1319', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-66bd3ca8-f96b-4007-9156-69cc3a499739', 'x-compute-request-id': 'req-66bd3ca8-f96b-4007-9156-69cc3a499739', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece'} Body: b'{"server": {"id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "name": "tempest-VolumesSnapshotTestJSON-instance-1370406665", "status": "BUILD", "tenant_id": "29973e77972d406caa7a5d453c78d7d6", "user_id": "eee64f43758146518effe7f505ec3486", "metadata": {}, "hostId": "48a2ad87b832a23ac08284a971eacc481133f3180ca7338599f57303", "image": {"id": "85eb65b8-a5cc-489d-a3d6-b4c396f9651c", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/85eb65b8-a5cc-489d-a3d6-b4c396f9651c"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:23:51Z", "updated": "2021-07-21T00:23:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2021-07-21 00:23:58,235 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece 0.167s 2021-07-21 00:23:58,236 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:23:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1319', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-796de8f0-b6cf-4e47-9863-41331d939d59', 'x-compute-request-id': 'req-796de8f0-b6cf-4e47-9863-41331d939d59', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece'} Body: b'{"server": {"id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "name": "tempest-VolumesSnapshotTestJSON-instance-1370406665", "status": "BUILD", "tenant_id": "29973e77972d406caa7a5d453c78d7d6", "user_id": "eee64f43758146518effe7f505ec3486", "metadata": {}, "hostId": "48a2ad87b832a23ac08284a971eacc481133f3180ca7338599f57303", "image": {"id": "85eb65b8-a5cc-489d-a3d6-b4c396f9651c", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/85eb65b8-a5cc-489d-a3d6-b4c396f9651c"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:23:51Z", "updated": "2021-07-21T00:23:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2021-07-21 00:23:59,405 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece 0.161s 2021-07-21 00:23:59,406 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:23:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1319', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5b076b9c-afee-4828-b839-56b7cbb29e2a', 'x-compute-request-id': 'req-5b076b9c-afee-4828-b839-56b7cbb29e2a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece'} Body: b'{"server": {"id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "name": "tempest-VolumesSnapshotTestJSON-instance-1370406665", "status": "BUILD", "tenant_id": "29973e77972d406caa7a5d453c78d7d6", "user_id": "eee64f43758146518effe7f505ec3486", "metadata": {}, "hostId": "48a2ad87b832a23ac08284a971eacc481133f3180ca7338599f57303", "image": {"id": "85eb65b8-a5cc-489d-a3d6-b4c396f9651c", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/85eb65b8-a5cc-489d-a3d6-b4c396f9651c"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:23:51Z", "updated": "2021-07-21T00:23:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2021-07-21 00:24:00,670 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece 0.256s 2021-07-21 00:24:00,670 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:24:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1319', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6978b229-9f55-4a96-9468-1a4ad2fe40c4', 'x-compute-request-id': 'req-6978b229-9f55-4a96-9468-1a4ad2fe40c4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece'} Body: b'{"server": {"id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "name": "tempest-VolumesSnapshotTestJSON-instance-1370406665", "status": "BUILD", "tenant_id": "29973e77972d406caa7a5d453c78d7d6", "user_id": "eee64f43758146518effe7f505ec3486", "metadata": {}, "hostId": "48a2ad87b832a23ac08284a971eacc481133f3180ca7338599f57303", "image": {"id": "85eb65b8-a5cc-489d-a3d6-b4c396f9651c", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/85eb65b8-a5cc-489d-a3d6-b4c396f9651c"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:23:51Z", "updated": "2021-07-21T00:23:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2021-07-21 00:24:01,885 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece 0.205s 2021-07-21 00:24:01,885 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:24:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1319', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2b6ce779-24ea-4d02-b61e-0321cd093b1f', 'x-compute-request-id': 'req-2b6ce779-24ea-4d02-b61e-0321cd093b1f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece'} Body: b'{"server": {"id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "name": "tempest-VolumesSnapshotTestJSON-instance-1370406665", "status": "BUILD", "tenant_id": "29973e77972d406caa7a5d453c78d7d6", "user_id": "eee64f43758146518effe7f505ec3486", "metadata": {}, "hostId": "48a2ad87b832a23ac08284a971eacc481133f3180ca7338599f57303", "image": {"id": "85eb65b8-a5cc-489d-a3d6-b4c396f9651c", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/85eb65b8-a5cc-489d-a3d6-b4c396f9651c"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:23:51Z", "updated": "2021-07-21T00:24:01Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2021-07-21 00:24:03,076 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece 0.184s 2021-07-21 00:24:03,077 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:24:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1508', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e2acdc59-683c-4692-91b4-a33fffaff2f3', 'x-compute-request-id': 'req-e2acdc59-683c-4692-91b4-a33fffaff2f3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece'} Body: b'{"server": {"id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "name": "tempest-VolumesSnapshotTestJSON-instance-1370406665", "status": "ACTIVE", "tenant_id": "29973e77972d406caa7a5d453c78d7d6", "user_id": "eee64f43758146518effe7f505ec3486", "metadata": {}, "hostId": "48a2ad87b832a23ac08284a971eacc481133f3180ca7338599f57303", "image": {"id": "85eb65b8-a5cc-489d-a3d6-b4c396f9651c", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/85eb65b8-a5cc-489d-a3d6-b4c396f9651c"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:23:51Z", "updated": "2021-07-21T00:24:02Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1763226707-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ad:dc:b8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-07-21T00:24:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2021-07-21 00:24:03,084 114913 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 12 second wait 2021-07-21 00:24:03,437 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 POST http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece/os-volume_attachments 0.352s 2021-07-21 00:24:03,438 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"volumeAttachment": {"volumeId": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "device": "/dev/sdb"}} Response - Headers: {'date': 'Wed, 21 Jul 2021 00:24:03 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-268b0587-6b74-4f28-9925-f4717254d632', 'x-compute-request-id': 'req-268b0587-6b74-4f28-9925-f4717254d632', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece/os-volume_attachments'} Body: b'{"volumeAttachment": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "serverId": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "volumeId": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "device": "/dev/sdb"}}' 2021-07-21 00:24:03,495 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.055s 2021-07-21 00:24:03,495 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:24:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5757ae07-9ba0-45c0-a5a1-9f585d40bb0f', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5757ae07-9ba0-45c0-a5a1-9f585d40bb0f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:24:03.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:24:04,565 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.061s 2021-07-21 00:24:04,565 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:24:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-98434d78-63fe-4987-bcce-bd26f0cd0ec5', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-98434d78-63fe-4987-bcce-bd26f0cd0ec5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:24:04.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:24:05,658 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.086s 2021-07-21 00:24:05,659 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:24:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c2efec12-b39d-4d72-b59f-dd714e0884ef', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c2efec12-b39d-4d72-b59f-dd714e0884ef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:24:04.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:24:06,733 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.066s 2021-07-21 00:24:06,733 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:24:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4b4e99e6-47c2-4abc-8416-21c233bf286f', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4b4e99e6-47c2-4abc-8416-21c233bf286f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:24:04.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:24:07,808 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.066s 2021-07-21 00:24:07,808 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:24:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dc651c4b-561d-47f3-b016-13f35f0bfa10', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dc651c4b-561d-47f3-b016-13f35f0bfa10', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:24:04.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:24:08,864 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.048s 2021-07-21 00:24:08,865 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:24:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0a87cfc7-7445-4e20-80c6-2c44da9d7fb2', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0a87cfc7-7445-4e20-80c6-2c44da9d7fb2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:24:04.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:24:09,934 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.060s 2021-07-21 00:24:09,934 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:24:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ba92efcd-8769-4f31-b3ba-1029547521ca', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ba92efcd-8769-4f31-b3ba-1029547521ca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:24:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:24:09,941 114913 INFO [tempest.common.waiters] volume 8ffde1de-58f8-438b-8faf-3d9f386d0de1 reached in-use after waiting for 6.941528 seconds 2021-07-21 00:24:10,059 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 202 POST http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots 0.117s 2021-07-21 00:24:10,059 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"snapshot": {"volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "force": true, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256"}} Response - Headers: {'date': 'Wed, 21 Jul 2021 00:24:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9fb2f277-b0de-4b11-937b-03377f9e330a', 'content-length': '309', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9fb2f277-b0de-4b11-937b-03377f9e330a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.008903", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}}}' 2021-07-21 00:24:10,088 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.027s 2021-07-21 00:24:10,089 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:24:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0804f91f-291d-4b7d-a229-0a9cb2bb3364', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0804f91f-291d-4b7d-a229-0a9cb2bb3364', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:24:11,115 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.022s 2021-07-21 00:24:11,115 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:24:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-89abacc9-f85e-4566-86f8-1e21d0ef13d0', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-89abacc9-f85e-4566-86f8-1e21d0ef13d0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:24:12,140 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.020s 2021-07-21 00:24:12,140 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:24:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2c8856ca-b07b-42a6-bf6a-68748cb603a0', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2c8856ca-b07b-42a6-bf6a-68748cb603a0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:24:13,164 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.020s 2021-07-21 00:24:13,165 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:24:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9533e331-096c-46b0-80d8-de19425110dc', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9533e331-096c-46b0-80d8-de19425110dc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:24:14,189 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.020s 2021-07-21 00:24:14,189 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:24:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3543bdb7-8ff2-47c5-937b-6252a9022772', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3543bdb7-8ff2-47c5-937b-6252a9022772', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:24:15,217 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.025s 2021-07-21 00:24:15,218 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:24:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9a87b8c5-4aaa-4610-8ea0-0d32690498a8', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9a87b8c5-4aaa-4610-8ea0-0d32690498a8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:24:16,241 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.020s 2021-07-21 00:24:16,242 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:24:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e57ce411-ba62-4bcc-843d-ef474f3a09ae', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e57ce411-ba62-4bcc-843d-ef474f3a09ae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:24:17,265 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.020s 2021-07-21 00:24:17,266 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:24:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-afec2c6d-e042-47f6-a621-b7937b7c275e', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-afec2c6d-e042-47f6-a621-b7937b7c275e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:24:18,291 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.022s 2021-07-21 00:24:18,292 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:24:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5f7f2dd3-1bfa-43ea-9b18-ddbfefc1e48f', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5f7f2dd3-1bfa-43ea-9b18-ddbfefc1e48f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:24:19,315 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.020s 2021-07-21 00:24:19,316 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:24:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5bca578a-7ec0-48aa-bcd0-efb84ea0b926', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5bca578a-7ec0-48aa-bcd0-efb84ea0b926', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:24:20,340 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.020s 2021-07-21 00:24:20,340 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:24:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7df40c1d-8eb9-4e69-ac48-71da78849039', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7df40c1d-8eb9-4e69-ac48-71da78849039', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:24:21,386 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.041s 2021-07-21 00:24:21,386 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:24:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-436f6f4a-6e22-4502-a63a-7c445d74939c', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-436f6f4a-6e22-4502-a63a-7c445d74939c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:24:22,410 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.020s 2021-07-21 00:24:22,411 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:24:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f523f2c8-d6cd-465d-86e3-ed9c3de4637a', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f523f2c8-d6cd-465d-86e3-ed9c3de4637a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:24:23,443 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.027s 2021-07-21 00:24:23,443 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:24:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b19f5ae4-7620-49ab-af99-848456a36d48', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b19f5ae4-7620-49ab-af99-848456a36d48', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:24:24,470 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.022s 2021-07-21 00:24:24,470 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:24:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-22da7828-ac15-4635-aa0d-20836e6ca446', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-22da7828-ac15-4635-aa0d-20836e6ca446', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:24:25,495 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.021s 2021-07-21 00:24:25,495 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:24:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fd2e32ad-67d4-4bb6-b2b9-b3acbe6d6e75', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fd2e32ad-67d4-4bb6-b2b9-b3acbe6d6e75', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:24:26,520 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.020s 2021-07-21 00:24:26,520 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:24:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2629a818-4b2a-4c3d-b426-12a8ed58510b', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2629a818-4b2a-4c3d-b426-12a8ed58510b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:24:27,544 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.020s 2021-07-21 00:24:27,545 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:24:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-13e1108d-d987-48e2-bd69-23867be80a64', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-13e1108d-d987-48e2-bd69-23867be80a64', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:24:28,569 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.021s 2021-07-21 00:24:28,570 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:24:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-62290fa5-442e-4064-a934-e2c35410353e', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-62290fa5-442e-4064-a934-e2c35410353e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:24:29,596 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.022s 2021-07-21 00:24:29,597 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:24:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-43cfbad9-37b8-4a63-8220-7df4336c618e', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-43cfbad9-37b8-4a63-8220-7df4336c618e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:24:30,621 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.021s 2021-07-21 00:24:30,621 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:24:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-71bb9282-9666-4866-92e8-624e30bb1ce2', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-71bb9282-9666-4866-92e8-624e30bb1ce2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:24:31,644 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.020s 2021-07-21 00:24:31,644 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:24:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6e9298d7-bf35-49f9-b15c-1253818ce39d', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6e9298d7-bf35-49f9-b15c-1253818ce39d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:24:32,669 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.021s 2021-07-21 00:24:32,669 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:24:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-53206386-a0d6-4aff-9fdb-d46210c242ba', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-53206386-a0d6-4aff-9fdb-d46210c242ba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:24:33,693 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.020s 2021-07-21 00:24:33,693 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:24:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5de12ee1-e09c-40f5-b985-dc9969e6fd72', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5de12ee1-e09c-40f5-b985-dc9969e6fd72', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:24:34,716 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.020s 2021-07-21 00:24:34,717 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:24:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-28f48bad-7639-4f86-a927-486e5430e11f', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-28f48bad-7639-4f86-a927-486e5430e11f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:24:35,740 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.020s 2021-07-21 00:24:35,740 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:24:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-95881a48-ff2a-4b4a-b762-d68e6fe17e6c', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-95881a48-ff2a-4b4a-b762-d68e6fe17e6c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:24:36,765 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.020s 2021-07-21 00:24:36,765 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:24:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-03fda3af-a409-4dfc-a5af-81eb87b856fc', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-03fda3af-a409-4dfc-a5af-81eb87b856fc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:24:37,789 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.021s 2021-07-21 00:24:37,790 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:24:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9f9f27ab-e6df-40dd-8226-25e79b7cae5d', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9f9f27ab-e6df-40dd-8226-25e79b7cae5d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:24:38,814 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.020s 2021-07-21 00:24:38,814 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:24:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-25563685-5adc-46e6-a072-07630ca898d4', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-25563685-5adc-46e6-a072-07630ca898d4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:24:39,838 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.020s 2021-07-21 00:24:39,839 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:24:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6e50ed89-9296-465d-915e-be17c04a7a5c', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6e50ed89-9296-465d-915e-be17c04a7a5c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:24:40,862 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.019s 2021-07-21 00:24:40,862 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:24:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5288fc35-07a1-4121-bdc3-cb44e4ffc39f', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5288fc35-07a1-4121-bdc3-cb44e4ffc39f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:24:41,886 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.020s 2021-07-21 00:24:41,887 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:24:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3da7d23a-90f8-4152-9139-31811d66b3a1', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3da7d23a-90f8-4152-9139-31811d66b3a1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:24:42,911 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.020s 2021-07-21 00:24:42,911 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:24:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-401565f5-d9e9-4767-aa4d-e18ee1924016', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-401565f5-d9e9-4767-aa4d-e18ee1924016', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:24:43,934 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.020s 2021-07-21 00:24:43,935 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:24:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-db50da11-5f1c-41ba-a8f1-f88530eff836', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-db50da11-5f1c-41ba-a8f1-f88530eff836', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:24:44,959 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.020s 2021-07-21 00:24:44,959 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:24:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b238636b-df7e-4281-894c-a2a06fd452cc', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b238636b-df7e-4281-894c-a2a06fd452cc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:24:45,982 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.019s 2021-07-21 00:24:45,982 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:24:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7c3778c3-f318-4959-8711-a205a9133605', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7c3778c3-f318-4959-8711-a205a9133605', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:24:47,006 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.020s 2021-07-21 00:24:47,006 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:24:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-73397255-f7ec-4493-97c4-0d6f4f672c35', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-73397255-f7ec-4493-97c4-0d6f4f672c35', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:24:48,030 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.020s 2021-07-21 00:24:48,030 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:24:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0d4b7417-b728-47d1-861f-ca5172245632', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0d4b7417-b728-47d1-861f-ca5172245632', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:24:49,053 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.020s 2021-07-21 00:24:49,054 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:24:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-889b68e9-93a0-4c82-8878-7e5e67d1c679', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-889b68e9-93a0-4c82-8878-7e5e67d1c679', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:24:50,077 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.019s 2021-07-21 00:24:50,077 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:24:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-627e9f37-b4c9-4507-a951-a19830b3f0ab', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-627e9f37-b4c9-4507-a951-a19830b3f0ab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:24:51,101 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.020s 2021-07-21 00:24:51,101 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:24:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4976f23d-4f94-47fb-b533-a3fbf76d1663', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4976f23d-4f94-47fb-b533-a3fbf76d1663', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:24:52,128 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.022s 2021-07-21 00:24:52,128 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:24:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d2fff790-ddf1-449f-8f3e-127667bceff1', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d2fff790-ddf1-449f-8f3e-127667bceff1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:24:53,152 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.020s 2021-07-21 00:24:53,153 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:24:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2f5dcb57-8974-4914-817f-c30005e90775', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2f5dcb57-8974-4914-817f-c30005e90775', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:24:54,176 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.019s 2021-07-21 00:24:54,176 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:24:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-67000d18-f560-4978-9734-022c5e644bff', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-67000d18-f560-4978-9734-022c5e644bff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:24:55,200 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.020s 2021-07-21 00:24:55,200 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:24:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7d2c0fc7-b837-4af2-b5cb-2006d3703564', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7d2c0fc7-b837-4af2-b5cb-2006d3703564', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:24:56,224 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.020s 2021-07-21 00:24:56,225 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:24:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ab3bdceb-68ba-40e8-be45-77a728a1f169', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ab3bdceb-68ba-40e8-be45-77a728a1f169', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:24:57,249 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.020s 2021-07-21 00:24:57,250 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:24:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-41296032-1665-4f32-8a06-b94ec54a69bc', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-41296032-1665-4f32-8a06-b94ec54a69bc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:24:58,273 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.019s 2021-07-21 00:24:58,273 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:24:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-44b1752c-d680-443f-b41f-b446f0f05727', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-44b1752c-d680-443f-b41f-b446f0f05727', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:24:59,295 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.019s 2021-07-21 00:24:59,296 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:24:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-08357d8f-b090-4737-8d97-2a8bb8a3c851', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-08357d8f-b090-4737-8d97-2a8bb8a3c851', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:25:00,320 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.020s 2021-07-21 00:25:00,321 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:25:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-19085cb4-e343-41d9-9779-a1524f7de41b', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-19085cb4-e343-41d9-9779-a1524f7de41b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:25:01,345 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.020s 2021-07-21 00:25:01,345 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:25:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-63e7e93e-45a7-402a-b91a-828e3201a5f9', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-63e7e93e-45a7-402a-b91a-828e3201a5f9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:25:02,369 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.020s 2021-07-21 00:25:02,369 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:25:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f0e0eb1a-2dd1-4894-a06a-18d5422e3393', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f0e0eb1a-2dd1-4894-a06a-18d5422e3393', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:25:03,393 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.020s 2021-07-21 00:25:03,393 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:25:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-32ef3c54-7c9d-499f-85a2-2e31d41435d4', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-32ef3c54-7c9d-499f-85a2-2e31d41435d4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:25:04,417 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.020s 2021-07-21 00:25:04,417 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:25:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5e16aec7-45ce-451d-a42a-8b29b6122eb6', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5e16aec7-45ce-451d-a42a-8b29b6122eb6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:25:05,440 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.020s 2021-07-21 00:25:05,441 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:25:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c105258b-f9db-4cba-82c1-5a4844be9e3e', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c105258b-f9db-4cba-82c1-5a4844be9e3e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:25:06,465 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.020s 2021-07-21 00:25:06,465 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:25:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0c43ea06-0037-425f-a3cc-8ed60e974519', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0c43ea06-0037-425f-a3cc-8ed60e974519', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:25:07,490 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.021s 2021-07-21 00:25:07,490 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:25:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e26e3940-0f30-4c0f-bb69-eeeeb531ab41', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e26e3940-0f30-4c0f-bb69-eeeeb531ab41', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:25:08,514 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.020s 2021-07-21 00:25:08,514 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:25:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f2d92aa5-d3b8-47e5-b4eb-1fd49981a281', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f2d92aa5-d3b8-47e5-b4eb-1fd49981a281', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:25:09,538 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.020s 2021-07-21 00:25:09,538 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:25:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9b2279da-9b8b-468c-a55c-738b034f0ed4', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9b2279da-9b8b-468c-a55c-738b034f0ed4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:25:10,563 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.020s 2021-07-21 00:25:10,563 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:25:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e2cdce92-e63a-416c-9c62-5f9dd1cf7590', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e2cdce92-e63a-416c-9c62-5f9dd1cf7590', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:25:11,586 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.019s 2021-07-21 00:25:11,586 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:25:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b40da133-bb65-4010-9169-4f3ae9ea5442', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b40da133-bb65-4010-9169-4f3ae9ea5442', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:25:12,609 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.019s 2021-07-21 00:25:12,609 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:25:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-903a1be7-aee2-444a-bf08-53106bd3973a', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-903a1be7-aee2-444a-bf08-53106bd3973a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:25:13,633 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.020s 2021-07-21 00:25:13,633 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:25:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2306dc1e-c411-4bdc-a956-76a4836a413e', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2306dc1e-c411-4bdc-a956-76a4836a413e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:25:14,657 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.019s 2021-07-21 00:25:14,657 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:25:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cc210af9-141b-41e0-94bd-b745797e93d1', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cc210af9-141b-41e0-94bd-b745797e93d1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:25:15,680 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.019s 2021-07-21 00:25:15,681 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:25:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1bbaab32-e2f2-47ce-9686-64543e4b05bd', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1bbaab32-e2f2-47ce-9686-64543e4b05bd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:25:16,704 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.019s 2021-07-21 00:25:16,704 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:25:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-37911be3-acb7-478b-a897-1e8d1f78978b', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-37911be3-acb7-478b-a897-1e8d1f78978b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:25:17,726 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.019s 2021-07-21 00:25:17,727 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:25:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5a25f8b7-5e84-4afc-bc3f-de6983249322', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5a25f8b7-5e84-4afc-bc3f-de6983249322', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:25:18,749 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.018s 2021-07-21 00:25:18,750 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:25:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-62585afd-38c2-4c1d-bc4a-331eb3c37dad', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-62585afd-38c2-4c1d-bc4a-331eb3c37dad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:25:19,771 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.019s 2021-07-21 00:25:19,772 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:25:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8d27f4a0-531f-4179-9702-96726d8774a1', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8d27f4a0-531f-4179-9702-96726d8774a1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:25:20,818 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.042s 2021-07-21 00:25:20,819 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:25:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d07d647b-c7f7-4f0d-a77a-cd8876049378', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d07d647b-c7f7-4f0d-a77a-cd8876049378', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:25:21,873 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.050s 2021-07-21 00:25:21,873 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:25:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7a04d315-e1ec-4b04-a4cb-2067d0cea36e', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7a04d315-e1ec-4b04-a4cb-2067d0cea36e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:25:22,921 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.045s 2021-07-21 00:25:22,921 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:25:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-42a7cd26-d546-4265-a195-adb7f10475a3', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-42a7cd26-d546-4265-a195-adb7f10475a3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:25:23,969 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.045s 2021-07-21 00:25:23,970 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:25:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8e3efaf9-958a-4075-ab60-31954b6cf9cb', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8e3efaf9-958a-4075-ab60-31954b6cf9cb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:25:25,018 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.045s 2021-07-21 00:25:25,018 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:25:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ea25e8b5-a5b6-457b-b272-7caa1e3074cc', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ea25e8b5-a5b6-457b-b272-7caa1e3074cc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:25:26,068 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.046s 2021-07-21 00:25:26,068 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:25:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2f6ad8d2-ab93-4c16-bb41-7f99e3f69cea', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2f6ad8d2-ab93-4c16-bb41-7f99e3f69cea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:25:27,119 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.047s 2021-07-21 00:25:27,120 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:25:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8b5e695b-bf8d-423d-aaea-7e87d4885ec7', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8b5e695b-bf8d-423d-aaea-7e87d4885ec7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:25:28,169 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.045s 2021-07-21 00:25:28,169 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:25:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1c1f31a1-4aa6-4f3e-8975-de0204ab9bc4', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1c1f31a1-4aa6-4f3e-8975-de0204ab9bc4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:25:29,218 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.045s 2021-07-21 00:25:29,218 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:25:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0e0fea12-2fe5-4896-b482-ad682e93752b', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0e0fea12-2fe5-4896-b482-ad682e93752b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:25:30,266 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.044s 2021-07-21 00:25:30,266 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:25:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-77e44b1e-8027-46a0-b0c7-e8d29628bbe9', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-77e44b1e-8027-46a0-b0c7-e8d29628bbe9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:25:31,315 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.045s 2021-07-21 00:25:31,316 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:25:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b25dc77f-449c-48a8-808a-5e5aef517226', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b25dc77f-449c-48a8-808a-5e5aef517226', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:25:32,365 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.045s 2021-07-21 00:25:32,365 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:25:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5ac42d8e-2619-48ba-81e4-df14fff1fe21', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5ac42d8e-2619-48ba-81e4-df14fff1fe21', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:25:33,413 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.044s 2021-07-21 00:25:33,414 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:25:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-55fcc640-0199-46b1-a569-5c48a8a328d5', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-55fcc640-0199-46b1-a569-5c48a8a328d5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:25:34,463 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.045s 2021-07-21 00:25:34,463 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:25:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-be2059a4-58dc-44b0-9e6c-6d17d9f8e818', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-be2059a4-58dc-44b0-9e6c-6d17d9f8e818', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:25:35,514 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.047s 2021-07-21 00:25:35,514 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:25:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-17f7368c-cb37-4989-8e51-7dc7cced7eaa', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-17f7368c-cb37-4989-8e51-7dc7cced7eaa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:25:36,562 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.045s 2021-07-21 00:25:36,563 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:25:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-883250b8-21c1-4d3d-b2aa-fbd95b4318ea', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-883250b8-21c1-4d3d-b2aa-fbd95b4318ea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:25:37,611 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.044s 2021-07-21 00:25:37,611 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:25:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-73c2ce9d-36c5-4834-9ee8-29d5ea81a8e3', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-73c2ce9d-36c5-4834-9ee8-29d5ea81a8e3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:25:38,659 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.044s 2021-07-21 00:25:38,660 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:25:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c91f60ee-3318-4892-9d89-8e0f36716792', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c91f60ee-3318-4892-9d89-8e0f36716792', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:25:39,710 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.047s 2021-07-21 00:25:39,710 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:25:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a4dff217-b004-4e4a-bc07-995668dfa407', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a4dff217-b004-4e4a-bc07-995668dfa407', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:25:40,760 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.045s 2021-07-21 00:25:40,760 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:25:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b5224749-ff98-4b69-8f31-4310cf6d8821', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b5224749-ff98-4b69-8f31-4310cf6d8821', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:25:41,808 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.044s 2021-07-21 00:25:41,808 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:25:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9a3f0574-b3a2-48f1-bc88-d372667cb88d', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9a3f0574-b3a2-48f1-bc88-d372667cb88d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:25:42,859 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.046s 2021-07-21 00:25:42,859 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:25:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ee3aa239-7bf6-4c96-b22f-6acbd4b5088a', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ee3aa239-7bf6-4c96-b22f-6acbd4b5088a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:25:43,909 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.046s 2021-07-21 00:25:43,909 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:25:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-55570814-dc8a-4023-8eb5-3034458b4a2d', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-55570814-dc8a-4023-8eb5-3034458b4a2d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:25:44,959 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.047s 2021-07-21 00:25:44,960 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:25:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b9e02352-62af-4fef-a013-45134251b647', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b9e02352-62af-4fef-a013-45134251b647', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:25:46,011 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.047s 2021-07-21 00:25:46,012 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:25:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-668a7d9c-b9db-4de3-be93-453a077a60ee', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-668a7d9c-b9db-4de3-be93-453a077a60ee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:25:47,067 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.051s 2021-07-21 00:25:47,067 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:25:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5873d203-1848-4141-92c6-bb5b408fe5b0', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5873d203-1848-4141-92c6-bb5b408fe5b0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:25:48,115 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.044s 2021-07-21 00:25:48,116 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:25:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4d07ac75-1140-40e9-9f64-0107e2192440', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4d07ac75-1140-40e9-9f64-0107e2192440', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:25:49,165 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.046s 2021-07-21 00:25:49,166 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:25:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-08a793da-f204-476e-9cd0-8776a5177264', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-08a793da-f204-476e-9cd0-8776a5177264', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:25:50,215 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.046s 2021-07-21 00:25:50,215 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:25:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-89ac581e-e778-4311-8f0f-6c11ada02923', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-89ac581e-e778-4311-8f0f-6c11ada02923', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:25:51,264 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.046s 2021-07-21 00:25:51,265 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:25:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0a72203a-9246-4773-8408-767380095972', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0a72203a-9246-4773-8408-767380095972', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:25:52,315 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.046s 2021-07-21 00:25:52,315 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:25:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2cf36e93-a1f6-4791-955c-df8309689bd0', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2cf36e93-a1f6-4791-955c-df8309689bd0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:25:53,364 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.045s 2021-07-21 00:25:53,365 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:25:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ac52524e-f8d4-487d-b27b-eb9d3c216a47', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ac52524e-f8d4-487d-b27b-eb9d3c216a47', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:25:54,414 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.044s 2021-07-21 00:25:54,415 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:25:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-17124f67-5c33-426e-a17b-92d71c6f773e', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-17124f67-5c33-426e-a17b-92d71c6f773e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:25:55,464 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.045s 2021-07-21 00:25:55,464 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:25:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-359b31ce-5046-438f-92bc-b85cbbea494c', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-359b31ce-5046-438f-92bc-b85cbbea494c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:25:56,515 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.047s 2021-07-21 00:25:56,515 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:25:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-064f2d89-767b-4188-b9cf-92e622c20619', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-064f2d89-767b-4188-b9cf-92e622c20619', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:25:57,564 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.045s 2021-07-21 00:25:57,564 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:25:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8017ea61-c8e5-4778-a454-f4f02bd6ba68', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8017ea61-c8e5-4778-a454-f4f02bd6ba68', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:25:58,613 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.045s 2021-07-21 00:25:58,614 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:25:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-13adc450-d3fe-4045-b3ea-3e90ae8f6bce', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-13adc450-d3fe-4045-b3ea-3e90ae8f6bce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:25:59,665 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.048s 2021-07-21 00:25:59,665 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:25:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d6f9beea-a750-4d1a-93db-bcec52520df6', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d6f9beea-a750-4d1a-93db-bcec52520df6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:26:00,714 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.045s 2021-07-21 00:26:00,714 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:26:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-89c9cd3f-2b4e-44f6-b566-7335ca30bade', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-89c9cd3f-2b4e-44f6-b566-7335ca30bade', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:26:01,763 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.045s 2021-07-21 00:26:01,763 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:26:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9bde695c-a474-4e62-a331-ec49d5747c82', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9bde695c-a474-4e62-a331-ec49d5747c82', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:26:02,812 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.045s 2021-07-21 00:26:02,813 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:26:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-929dddda-9e36-45df-94bd-3a03b4302fa2', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-929dddda-9e36-45df-94bd-3a03b4302fa2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:26:03,861 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.045s 2021-07-21 00:26:03,862 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:26:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3064221a-4295-4e05-bf22-fa9259da228d', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3064221a-4295-4e05-bf22-fa9259da228d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:26:04,911 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.047s 2021-07-21 00:26:04,911 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:26:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9384c517-e380-4bd6-b2f5-3ea9bd795bb7', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9384c517-e380-4bd6-b2f5-3ea9bd795bb7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:26:05,961 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.046s 2021-07-21 00:26:05,962 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:26:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-512aef3e-02ab-4bb0-a079-3f9d2b950a26', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-512aef3e-02ab-4bb0-a079-3f9d2b950a26', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:26:07,014 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.048s 2021-07-21 00:26:07,014 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:26:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-412064ee-525d-4091-aa3a-b282cfa734fd', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-412064ee-525d-4091-aa3a-b282cfa734fd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:26:08,064 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.046s 2021-07-21 00:26:08,064 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:26:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-18b76ffa-20c5-4b0f-a6fb-a186782924ca', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-18b76ffa-20c5-4b0f-a6fb-a186782924ca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:26:09,113 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.045s 2021-07-21 00:26:09,114 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:26:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-91e28924-761c-4e99-bb14-be5bf2360731', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-91e28924-761c-4e99-bb14-be5bf2360731', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:26:10,163 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.045s 2021-07-21 00:26:10,163 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:26:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d03d1d15-4958-48eb-8a73-bacc4adc275b', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d03d1d15-4958-48eb-8a73-bacc4adc275b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:26:11,213 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.046s 2021-07-21 00:26:11,213 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:26:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3a1b126b-0739-4cfb-8f1c-e4da6bfc2da1', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3a1b126b-0739-4cfb-8f1c-e4da6bfc2da1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:26:12,264 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.047s 2021-07-21 00:26:12,264 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:26:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b851fc46-fcce-4aac-ba70-a1f0dcf8d390', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b851fc46-fcce-4aac-ba70-a1f0dcf8d390', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:26:13,312 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.044s 2021-07-21 00:26:13,312 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:26:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2b7278cb-6db1-4e4d-b301-db2acc6e5821', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2b7278cb-6db1-4e4d-b301-db2acc6e5821', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:26:14,362 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.046s 2021-07-21 00:26:14,362 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:26:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d1d25b83-6e00-4014-bd0d-b745ba3f25e7', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d1d25b83-6e00-4014-bd0d-b745ba3f25e7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:26:15,412 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.046s 2021-07-21 00:26:15,412 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:26:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c3a967db-f9ce-4660-ad35-9813f76babed', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c3a967db-f9ce-4660-ad35-9813f76babed', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:26:16,462 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.045s 2021-07-21 00:26:16,462 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:26:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1215da70-ac0d-449e-825c-0589b6d0c70a', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1215da70-ac0d-449e-825c-0589b6d0c70a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:26:17,512 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.047s 2021-07-21 00:26:17,512 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:26:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a1f33d61-b559-4e11-b56b-93bb43dd6b9a', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a1f33d61-b559-4e11-b56b-93bb43dd6b9a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:26:18,563 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.047s 2021-07-21 00:26:18,564 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:26:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c5bb530d-5169-40ce-82f4-f0de71c96cbc', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c5bb530d-5169-40ce-82f4-f0de71c96cbc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:26:19,612 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.045s 2021-07-21 00:26:19,613 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:26:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-62e79995-6573-4f4a-81d0-db0f124aa0ac', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-62e79995-6573-4f4a-81d0-db0f124aa0ac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:26:20,661 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.044s 2021-07-21 00:26:20,661 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:26:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-565ed87c-34a2-4789-94f9-8ed6518db432', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-565ed87c-34a2-4789-94f9-8ed6518db432', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:26:21,711 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.046s 2021-07-21 00:26:21,711 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:26:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-af12dbd5-b805-40a3-ac62-dd636b87ae6c', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-af12dbd5-b805-40a3-ac62-dd636b87ae6c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:26:22,761 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.046s 2021-07-21 00:26:22,761 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:26:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-55f61f9d-b0e4-40a2-898a-5a4b4a244756', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-55f61f9d-b0e4-40a2-898a-5a4b4a244756', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:26:23,811 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.045s 2021-07-21 00:26:23,811 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:26:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-430b680a-1493-4ed7-b870-5219ea261f12', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-430b680a-1493-4ed7-b870-5219ea261f12', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:26:24,859 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.045s 2021-07-21 00:26:24,860 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:26:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a72dd85d-2fa8-43f8-a162-e5bd0efcad42', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a72dd85d-2fa8-43f8-a162-e5bd0efcad42', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:26:25,910 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.046s 2021-07-21 00:26:25,910 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:26:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2b49e1ef-00d2-4942-a5d8-c8ae2cc638c7', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2b49e1ef-00d2-4942-a5d8-c8ae2cc638c7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:26:26,967 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.053s 2021-07-21 00:26:26,967 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:26:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9722f88f-d20b-4617-98f2-adcb72ed1233', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9722f88f-d20b-4617-98f2-adcb72ed1233', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:26:28,018 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.047s 2021-07-21 00:26:28,018 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:26:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1931d4c9-8043-4e46-aa22-195a90cd0b18', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1931d4c9-8043-4e46-aa22-195a90cd0b18', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:26:29,067 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.045s 2021-07-21 00:26:29,068 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:26:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f8dda52c-649a-4fd6-aeee-2690c05e9ffb', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f8dda52c-649a-4fd6-aeee-2690c05e9ffb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:26:30,116 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.045s 2021-07-21 00:26:30,116 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:26:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c3d36db2-2855-4c71-9322-d530528b5eb3', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c3d36db2-2855-4c71-9322-d530528b5eb3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:26:31,165 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.044s 2021-07-21 00:26:31,165 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:26:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b68f35ab-060a-4c90-8b6b-eb2d37718c9c', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b68f35ab-060a-4c90-8b6b-eb2d37718c9c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:26:32,213 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.045s 2021-07-21 00:26:32,214 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:26:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5b2fe1fb-46cf-4952-8161-eb3be83bbb56', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5b2fe1fb-46cf-4952-8161-eb3be83bbb56', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:26:33,264 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.047s 2021-07-21 00:26:33,264 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:26:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6144b08d-4326-4139-bec5-4e1f830a575d', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6144b08d-4326-4139-bec5-4e1f830a575d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:26:34,314 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.047s 2021-07-21 00:26:34,315 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:26:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-23f794d9-a194-482b-905e-1e9c9cb84657', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-23f794d9-a194-482b-905e-1e9c9cb84657', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:26:35,363 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.044s 2021-07-21 00:26:35,363 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:26:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-095512f6-b3c7-4673-8ae2-ece36196d3b6', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-095512f6-b3c7-4673-8ae2-ece36196d3b6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:26:36,412 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.044s 2021-07-21 00:26:36,412 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:26:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-21edd12e-0505-492e-80b7-0044d2b07bca', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-21edd12e-0505-492e-80b7-0044d2b07bca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:26:37,462 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.045s 2021-07-21 00:26:37,462 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:26:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ffbd2a66-4d8d-4843-a32e-be7a7efd22fa', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ffbd2a66-4d8d-4843-a32e-be7a7efd22fa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:26:38,513 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.046s 2021-07-21 00:26:38,513 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:26:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-19747637-7218-465d-81ca-75e50a319b22', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-19747637-7218-465d-81ca-75e50a319b22', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:26:39,563 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.046s 2021-07-21 00:26:39,563 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:26:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-23f43cf6-f692-4bf9-8351-fc219cb1169c', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-23f43cf6-f692-4bf9-8351-fc219cb1169c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:26:40,612 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.045s 2021-07-21 00:26:40,612 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:26:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cdbef2dc-bd10-4e36-80b0-6f63c99e0a51', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cdbef2dc-bd10-4e36-80b0-6f63c99e0a51', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:26:41,661 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.045s 2021-07-21 00:26:41,662 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:26:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b09d8ac1-0793-4d7e-85f1-856ee87518a4', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b09d8ac1-0793-4d7e-85f1-856ee87518a4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:26:42,709 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.044s 2021-07-21 00:26:42,709 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:26:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-74e11fca-138c-459d-a08f-44a1e40b903c', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-74e11fca-138c-459d-a08f-44a1e40b903c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:26:43,758 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.044s 2021-07-21 00:26:43,758 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:26:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e14f86e3-4310-4ecc-840e-f789c0575754', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e14f86e3-4310-4ecc-840e-f789c0575754', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:26:44,807 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.045s 2021-07-21 00:26:44,808 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:26:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1009258c-4126-4c77-bf69-e1011aba6917', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1009258c-4126-4c77-bf69-e1011aba6917', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:26:45,857 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.045s 2021-07-21 00:26:45,857 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:26:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9b3d1e96-520d-404b-a0c1-5ffcba7a21b4', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9b3d1e96-520d-404b-a0c1-5ffcba7a21b4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:26:46,906 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.045s 2021-07-21 00:26:46,906 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:26:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cbc5a8b0-5347-4699-98e7-0a83da8e0f8c', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cbc5a8b0-5347-4699-98e7-0a83da8e0f8c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:26:47,956 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.046s 2021-07-21 00:26:47,956 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:26:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6714c5e4-0f7a-4bce-ad98-1fa4963db889', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6714c5e4-0f7a-4bce-ad98-1fa4963db889', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:26:49,005 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.045s 2021-07-21 00:26:49,005 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:26:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b3148099-bdc7-45be-8ceb-13d27b039024', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b3148099-bdc7-45be-8ceb-13d27b039024', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:26:50,055 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.045s 2021-07-21 00:26:50,055 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:26:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d4274533-c161-457a-9c1c-48c7fcf531de', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d4274533-c161-457a-9c1c-48c7fcf531de', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:26:51,104 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.046s 2021-07-21 00:26:51,105 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:26:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1a4848af-794d-4302-9093-c80092b148bf', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1a4848af-794d-4302-9093-c80092b148bf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:26:52,154 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.045s 2021-07-21 00:26:52,154 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:26:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9efb909d-b101-4253-9674-22e77a0bdb5b', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9efb909d-b101-4253-9674-22e77a0bdb5b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:26:53,202 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.044s 2021-07-21 00:26:53,202 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:26:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f3dde805-dcd7-4ba9-b5c4-0d65dd565aca', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f3dde805-dcd7-4ba9-b5c4-0d65dd565aca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:26:54,251 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.045s 2021-07-21 00:26:54,251 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:26:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e625d8c1-2748-46ea-8762-df3c9cf7058c', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e625d8c1-2748-46ea-8762-df3c9cf7058c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:26:55,300 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.045s 2021-07-21 00:26:55,301 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:26:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-49f443c2-b3bb-418b-bf3e-6873a1009baa', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-49f443c2-b3bb-418b-bf3e-6873a1009baa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:26:56,349 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.044s 2021-07-21 00:26:56,350 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:26:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d93e60f9-e563-4952-9811-2a66d2016c5d', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d93e60f9-e563-4952-9811-2a66d2016c5d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:26:57,398 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.044s 2021-07-21 00:26:57,399 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:26:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d76a9479-f7af-432d-96ed-25ee79817958', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d76a9479-f7af-432d-96ed-25ee79817958', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:26:58,450 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.048s 2021-07-21 00:26:58,450 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:26:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5f417b2c-efd4-4518-a884-76d565f0e4ff', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5f417b2c-efd4-4518-a884-76d565f0e4ff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:26:59,497 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.044s 2021-07-21 00:26:59,497 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:26:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9779e3ec-53e2-4939-ae20-37f6b1646fe3', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9779e3ec-53e2-4939-ae20-37f6b1646fe3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:27:00,548 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.047s 2021-07-21 00:27:00,549 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:27:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-59a4475f-124d-423f-957c-4b527c07a62a', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-59a4475f-124d-423f-957c-4b527c07a62a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:27:01,596 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.043s 2021-07-21 00:27:01,596 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:27:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0d7bfa32-91df-4751-84ac-052218d518b5', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0d7bfa32-91df-4751-84ac-052218d518b5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:27:02,645 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.045s 2021-07-21 00:27:02,646 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:27:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dfc1d563-13a4-4890-93b1-88245c17b2fa', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dfc1d563-13a4-4890-93b1-88245c17b2fa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:27:03,693 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.044s 2021-07-21 00:27:03,693 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:27:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-49202476-1765-4d4c-84d0-c4d75cff95c2', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-49202476-1765-4d4c-84d0-c4d75cff95c2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:27:04,741 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.044s 2021-07-21 00:27:04,742 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:27:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0c1ee25b-6709-412e-826c-2946aa29ef53', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0c1ee25b-6709-412e-826c-2946aa29ef53', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:27:05,792 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.046s 2021-07-21 00:27:05,792 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:27:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-21f0158b-0804-4728-a40e-f6f445c24c57', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-21f0158b-0804-4728-a40e-f6f445c24c57', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:27:06,840 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.044s 2021-07-21 00:27:06,840 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:27:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4fa68713-c52a-4a07-843d-7121e491dc26', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4fa68713-c52a-4a07-843d-7121e491dc26', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:27:07,890 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.046s 2021-07-21 00:27:07,891 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:27:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5ee79797-dc07-4532-844e-7abaa4d50af8', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5ee79797-dc07-4532-844e-7abaa4d50af8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:27:08,915 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.021s 2021-07-21 00:27:08,915 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:27:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c9463448-4125-4745-8438-375d0a56f526', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c9463448-4125-4745-8438-375d0a56f526', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:27:09,940 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.020s 2021-07-21 00:27:09,940 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:27:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0c48d0eb-2c14-44d1-83bf-2cdfea8222ba', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0c48d0eb-2c14-44d1-83bf-2cdfea8222ba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:27:10,964 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.020s 2021-07-21 00:27:10,964 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:27:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-57ce1ec2-368b-46fa-b687-b0f39fe4d95b', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-57ce1ec2-368b-46fa-b687-b0f39fe4d95b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:27:11,988 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.021s 2021-07-21 00:27:11,988 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:27:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cac0f3e1-760f-4cee-9ce1-5bf403f2738a', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cac0f3e1-760f-4cee-9ce1-5bf403f2738a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:27:13,013 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.020s 2021-07-21 00:27:13,013 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:27:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d5342b42-50e3-4dee-b7de-bd5f65a9bd89', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d5342b42-50e3-4dee-b7de-bd5f65a9bd89', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:27:14,036 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.019s 2021-07-21 00:27:14,036 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:27:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b1dbbc68-96cb-4d11-9fa6-c33df452c73e', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b1dbbc68-96cb-4d11-9fa6-c33df452c73e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:27:15,059 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.019s 2021-07-21 00:27:15,059 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:27:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f06479c8-bc32-4837-b557-6b8bc98e616f', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f06479c8-bc32-4837-b557-6b8bc98e616f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:27:16,082 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.019s 2021-07-21 00:27:16,082 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:27:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7b04ec88-184c-4047-ae3c-ff469963b73e', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7b04ec88-184c-4047-ae3c-ff469963b73e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:27:17,106 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.020s 2021-07-21 00:27:17,107 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:27:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-189e54dd-a64a-4291-8f42-62cd10173ba5', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-189e54dd-a64a-4291-8f42-62cd10173ba5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:27:18,131 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.020s 2021-07-21 00:27:18,131 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:27:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-90dbbde2-dbab-4286-9cb9-f07a7afd1329', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-90dbbde2-dbab-4286-9cb9-f07a7afd1329', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:27:19,156 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.020s 2021-07-21 00:27:19,156 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:27:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5f39e871-5812-42a5-8fdf-c55b5fb80b73', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5f39e871-5812-42a5-8fdf-c55b5fb80b73', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:27:20,180 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.020s 2021-07-21 00:27:20,180 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:27:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5be40dba-e6e3-4050-a857-9a6a7436ec92', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5be40dba-e6e3-4050-a857-9a6a7436ec92', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:27:21,203 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.019s 2021-07-21 00:27:21,203 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:27:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4c668d5f-6ffa-4c90-80b5-620f784fe280', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4c668d5f-6ffa-4c90-80b5-620f784fe280', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:27:22,227 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.020s 2021-07-21 00:27:22,228 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:27:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7642d954-9d5f-47de-aeee-6ab66bd8604c', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7642d954-9d5f-47de-aeee-6ab66bd8604c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:27:23,251 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.020s 2021-07-21 00:27:23,251 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:27:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0a25d78f-fc29-47b1-b7a2-bc7f9337467d', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0a25d78f-fc29-47b1-b7a2-bc7f9337467d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:27:24,276 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.020s 2021-07-21 00:27:24,276 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:27:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-31273974-1489-4110-9b3e-9d59f9f62487', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-31273974-1489-4110-9b3e-9d59f9f62487', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:27:25,300 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.020s 2021-07-21 00:27:25,301 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:27:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-10db3be5-4d9a-44c1-af2c-fc9481cb6cdf', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-10db3be5-4d9a-44c1-af2c-fc9481cb6cdf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:27:26,325 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.020s 2021-07-21 00:27:26,325 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:27:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-45be3ddc-4369-4a5e-aed0-ae3d9a17b473', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-45be3ddc-4369-4a5e-aed0-ae3d9a17b473', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:27:27,349 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.020s 2021-07-21 00:27:27,349 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:27:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9819c07d-85ee-441a-bf33-3032325d4ebb', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9819c07d-85ee-441a-bf33-3032325d4ebb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:27:28,373 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.020s 2021-07-21 00:27:28,374 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:27:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7719cf3f-5b2f-4392-bc4b-c4c85baf6c5f', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7719cf3f-5b2f-4392-bc4b-c4c85baf6c5f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:27:29,399 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.020s 2021-07-21 00:27:29,399 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:27:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1d2e456a-8144-420d-8f8d-4fe633c8a883', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1d2e456a-8144-420d-8f8d-4fe633c8a883', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:27:30,423 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.020s 2021-07-21 00:27:30,423 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:27:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d5f612bc-feea-4fb8-a3aa-ee5dde57cc71', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d5f612bc-feea-4fb8-a3aa-ee5dde57cc71', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:27:31,448 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.021s 2021-07-21 00:27:31,449 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:27:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8262d5be-ebf6-4963-8a91-655760c9b90f', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8262d5be-ebf6-4963-8a91-655760c9b90f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:27:32,473 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.020s 2021-07-21 00:27:32,473 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:27:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-99f85bbf-bb28-4556-97f5-76fb8c27e733', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-99f85bbf-bb28-4556-97f5-76fb8c27e733', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:27:33,497 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.020s 2021-07-21 00:27:33,497 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:27:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8c102698-e2cb-4b7e-a115-e25aa6afae35', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8c102698-e2cb-4b7e-a115-e25aa6afae35', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:27:34,520 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.020s 2021-07-21 00:27:34,521 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:27:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bc8ae633-7569-4c6c-918d-777a467c15b3', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bc8ae633-7569-4c6c-918d-777a467c15b3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:27:35,545 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.020s 2021-07-21 00:27:35,545 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:27:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1d9e3cc8-f3ff-4cdb-87da-eecb3e4dcb4e', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1d9e3cc8-f3ff-4cdb-87da-eecb3e4dcb4e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:27:36,569 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.020s 2021-07-21 00:27:36,569 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:27:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7a39bfb1-7901-45e5-9d29-f8ae2ac6d6d1', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7a39bfb1-7901-45e5-9d29-f8ae2ac6d6d1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:27:37,594 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.020s 2021-07-21 00:27:37,594 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:27:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f83c49f9-8950-4cb1-8eb4-582ac9c02d50', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f83c49f9-8950-4cb1-8eb4-582ac9c02d50', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:27:38,619 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.021s 2021-07-21 00:27:38,619 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:27:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-adea91f8-e69f-4122-ba17-1e6842f6dafa', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-adea91f8-e69f-4122-ba17-1e6842f6dafa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:27:39,644 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.021s 2021-07-21 00:27:39,644 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:27:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f1129651-20be-496a-bd12-d000c4016b26', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f1129651-20be-496a-bd12-d000c4016b26', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:27:40,668 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.019s 2021-07-21 00:27:40,668 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:27:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-20adb91c-b947-4623-b39d-c7e24830720e', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-20adb91c-b947-4623-b39d-c7e24830720e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:27:41,692 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.020s 2021-07-21 00:27:41,692 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:27:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4163f6cf-d575-4ef5-88b9-b3d3246b72be', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4163f6cf-d575-4ef5-88b9-b3d3246b72be', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:27:42,715 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.019s 2021-07-21 00:27:42,716 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:27:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-25c14796-f537-4542-8d8e-dce5a4ce2222', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-25c14796-f537-4542-8d8e-dce5a4ce2222', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:27:43,785 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.065s 2021-07-21 00:27:43,785 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:27:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-56c92fea-b89a-47c8-8e18-0148e6f5a081', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-56c92fea-b89a-47c8-8e18-0148e6f5a081', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:27:44,808 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.020s 2021-07-21 00:27:44,808 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:27:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1425e057-da87-4b44-a02a-2f76734d5b24', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1425e057-da87-4b44-a02a-2f76734d5b24', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:27:45,833 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.021s 2021-07-21 00:27:45,833 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:27:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e54fa7b7-8933-4692-921d-93e12dc54851', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e54fa7b7-8933-4692-921d-93e12dc54851', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:27:46,858 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.020s 2021-07-21 00:27:46,858 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:27:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-02f48928-a1a7-4459-a007-49319f17d018', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-02f48928-a1a7-4459-a007-49319f17d018', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:27:47,883 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.021s 2021-07-21 00:27:47,883 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:27:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9ace8ae9-e5af-444f-8a0c-886a3f8443cf', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9ace8ae9-e5af-444f-8a0c-886a3f8443cf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:27:48,907 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.020s 2021-07-21 00:27:48,908 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:27:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eb1d4417-906b-4627-8dfe-e9c6b6f84090', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eb1d4417-906b-4627-8dfe-e9c6b6f84090', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:27:49,931 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.021s 2021-07-21 00:27:49,932 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:27:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-42a5c581-e041-4ccb-bacd-f07ec466e9f6', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-42a5c581-e041-4ccb-bacd-f07ec466e9f6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:27:50,955 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.019s 2021-07-21 00:27:50,955 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:27:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1f163cfc-0f0f-4cc3-b1d6-a9e42855c316', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1f163cfc-0f0f-4cc3-b1d6-a9e42855c316', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:27:51,979 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.020s 2021-07-21 00:27:51,980 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:27:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-873df6bb-b8d3-4c9b-a09e-c3dd973fcdd8', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-873df6bb-b8d3-4c9b-a09e-c3dd973fcdd8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:27:53,003 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.020s 2021-07-21 00:27:53,004 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:27:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8975f73a-be17-464a-9c1c-03b80ffbac68', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8975f73a-be17-464a-9c1c-03b80ffbac68', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:27:54,027 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.020s 2021-07-21 00:27:54,027 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:27:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3e8fdb99-3bcd-48e0-b4ee-8bd2a5fff736', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3e8fdb99-3bcd-48e0-b4ee-8bd2a5fff736', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:27:55,050 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.020s 2021-07-21 00:27:55,051 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:27:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-431e4360-e9b0-48df-842a-f0660109a98f', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-431e4360-e9b0-48df-842a-f0660109a98f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:27:56,074 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.020s 2021-07-21 00:27:56,075 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:27:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-894806c9-6064-4a1d-b949-f3e3398f0085', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-894806c9-6064-4a1d-b949-f3e3398f0085', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:27:57,099 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.020s 2021-07-21 00:27:57,099 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:27:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2408ada9-73ff-4ffc-b4e2-49557f642d5b', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2408ada9-73ff-4ffc-b4e2-49557f642d5b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:27:58,123 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.019s 2021-07-21 00:27:58,123 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:27:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bde34ed0-1ef6-4c30-9236-b482d00078bb', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bde34ed0-1ef6-4c30-9236-b482d00078bb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:27:59,147 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.020s 2021-07-21 00:27:59,148 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:27:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-03f2cd51-3d28-4e1c-b267-2538e15dc37e', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-03f2cd51-3d28-4e1c-b267-2538e15dc37e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:28:00,172 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.020s 2021-07-21 00:28:00,172 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:28:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bb838293-d123-490e-b3a5-4622b05ce048', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bb838293-d123-490e-b3a5-4622b05ce048', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:28:01,195 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.020s 2021-07-21 00:28:01,196 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:28:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-297056ad-9fcc-4c06-ac9f-f900849706e0', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-297056ad-9fcc-4c06-ac9f-f900849706e0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:28:02,219 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.020s 2021-07-21 00:28:02,220 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:28:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-27955863-d684-4162-bca1-ed98ce394c23', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-27955863-d684-4162-bca1-ed98ce394c23', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:28:03,244 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.021s 2021-07-21 00:28:03,245 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:28:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-db373ca0-b1de-4020-aae5-e859baa3747d', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-db373ca0-b1de-4020-aae5-e859baa3747d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:28:04,268 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.020s 2021-07-21 00:28:04,268 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:28:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-31649f23-795d-441d-98b3-9d28cf00958d', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-31649f23-795d-441d-98b3-9d28cf00958d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:28:05,292 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.019s 2021-07-21 00:28:05,292 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:28:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dde0a628-33a4-4caa-965a-69b89fb9056c', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dde0a628-33a4-4caa-965a-69b89fb9056c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:28:06,316 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.020s 2021-07-21 00:28:06,316 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:28:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d0501f53-2f49-4e41-a3d5-791ba4ff144c', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d0501f53-2f49-4e41-a3d5-791ba4ff144c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:28:07,339 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.019s 2021-07-21 00:28:07,339 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:28:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fc1d113a-18cd-4db7-a7fc-8391d9af814a', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fc1d113a-18cd-4db7-a7fc-8391d9af814a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:28:08,363 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.020s 2021-07-21 00:28:08,363 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:28:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-43b9378e-94c6-451e-858f-7934eed516e6', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-43b9378e-94c6-451e-858f-7934eed516e6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:28:09,388 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.021s 2021-07-21 00:28:09,388 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:28:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9147396d-d635-4c3b-bd7f-230addb2ffd6', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9147396d-d635-4c3b-bd7f-230addb2ffd6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:28:10,412 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.020s 2021-07-21 00:28:10,413 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:28:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4aba02ab-2607-4ea6-b2bd-65326d4c2b73', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4aba02ab-2607-4ea6-b2bd-65326d4c2b73', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:28:11,438 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.021s 2021-07-21 00:28:11,438 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:28:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4edae4c0-54f6-4cd9-98ca-40ce5c1b4cbb', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4edae4c0-54f6-4cd9-98ca-40ce5c1b4cbb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:28:12,462 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.020s 2021-07-21 00:28:12,462 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:28:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e9463c50-c73e-4c0d-9ae9-763bc99bcdeb', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e9463c50-c73e-4c0d-9ae9-763bc99bcdeb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:28:13,485 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.019s 2021-07-21 00:28:13,486 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:28:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-58eec7dd-0c0d-4566-8dc8-356348c2ae4a', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-58eec7dd-0c0d-4566-8dc8-356348c2ae4a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:28:14,510 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.020s 2021-07-21 00:28:14,510 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:28:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e514bdff-e188-40a5-8135-40626533b267', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e514bdff-e188-40a5-8135-40626533b267', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:28:15,534 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.020s 2021-07-21 00:28:15,534 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:28:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cdb98e77-b656-4fbe-a997-1cfbf4b76cc3', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cdb98e77-b656-4fbe-a997-1cfbf4b76cc3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:28:16,557 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.020s 2021-07-21 00:28:16,557 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:28:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6f49b469-c6af-47b5-89c5-7d28082362b4', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6f49b469-c6af-47b5-89c5-7d28082362b4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:28:17,582 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.021s 2021-07-21 00:28:17,582 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:28:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2324be2f-b4b0-4c0d-8790-3f0cec942be3', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2324be2f-b4b0-4c0d-8790-3f0cec942be3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:28:18,607 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.020s 2021-07-21 00:28:18,607 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:28:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-455031da-8308-4c69-a004-665ceda34b03', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-455031da-8308-4c69-a004-665ceda34b03', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:28:19,632 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.020s 2021-07-21 00:28:19,632 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:28:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0e423bf5-cdc9-41c0-aa07-99fec95746d0', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0e423bf5-cdc9-41c0-aa07-99fec95746d0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:28:20,656 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.020s 2021-07-21 00:28:20,656 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:28:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-337f90cc-d2f1-4f8c-a931-2833e50481a0', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-337f90cc-d2f1-4f8c-a931-2833e50481a0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:28:21,680 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.020s 2021-07-21 00:28:21,680 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:28:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7949f561-99f6-4657-b294-2108c0782fea', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7949f561-99f6-4657-b294-2108c0782fea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:28:22,704 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.020s 2021-07-21 00:28:22,704 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:28:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4b4b43c2-a702-4365-a7e9-fc212499fe39', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4b4b43c2-a702-4365-a7e9-fc212499fe39', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:28:23,728 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.020s 2021-07-21 00:28:23,728 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:28:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7c4f30e6-8027-4ad5-b6fa-fdf9875f31da', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7c4f30e6-8027-4ad5-b6fa-fdf9875f31da', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:28:24,752 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.020s 2021-07-21 00:28:24,752 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:28:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7707953a-7950-41ea-be3e-5b92879a4a7a', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7707953a-7950-41ea-be3e-5b92879a4a7a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:28:25,776 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.019s 2021-07-21 00:28:25,776 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:28:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8d47781a-8d3f-4e28-9b8d-05b41f8d9c5a', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8d47781a-8d3f-4e28-9b8d-05b41f8d9c5a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:28:26,801 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.020s 2021-07-21 00:28:26,801 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:28:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0b650b6e-3758-4331-ad36-eb6daa34621a', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0b650b6e-3758-4331-ad36-eb6daa34621a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:28:27,825 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.020s 2021-07-21 00:28:27,825 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:28:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-92339b84-0fbf-4ba3-9953-c06617e0adbf', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-92339b84-0fbf-4ba3-9953-c06617e0adbf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:28:28,848 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.020s 2021-07-21 00:28:28,849 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:28:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d3a1c512-66b9-47e0-acc5-f4d11c513ac8', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d3a1c512-66b9-47e0-acc5-f4d11c513ac8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:28:29,873 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.020s 2021-07-21 00:28:29,873 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:28:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fce4cdf0-6ec2-4e6a-b078-3fd95d752eb7', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fce4cdf0-6ec2-4e6a-b078-3fd95d752eb7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:28:30,897 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.020s 2021-07-21 00:28:30,898 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:28:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-29b18d52-9d9f-457a-9f43-136d9c585b5a', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-29b18d52-9d9f-457a-9f43-136d9c585b5a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:28:31,922 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.021s 2021-07-21 00:28:31,922 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:28:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5c7b1cdb-6b8d-419d-98ea-bc8cd93f1b2b', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5c7b1cdb-6b8d-419d-98ea-bc8cd93f1b2b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:28:32,947 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.021s 2021-07-21 00:28:32,947 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:28:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-defbc05c-c394-40bd-9eb3-2fa74872dab1', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-defbc05c-c394-40bd-9eb3-2fa74872dab1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:28:33,971 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.020s 2021-07-21 00:28:33,972 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:28:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-22c57ca8-dade-498c-8e5b-9b0afbcce5c4', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-22c57ca8-dade-498c-8e5b-9b0afbcce5c4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:28:34,996 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.020s 2021-07-21 00:28:34,996 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:28:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-80af2eca-5516-4d04-9590-f213b32a9be4', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-80af2eca-5516-4d04-9590-f213b32a9be4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:28:36,021 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.020s 2021-07-21 00:28:36,021 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:28:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-57d45eb3-25c9-4df3-a0a4-40b6ac235ff1', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-57d45eb3-25c9-4df3-a0a4-40b6ac235ff1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:28:37,044 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.020s 2021-07-21 00:28:37,045 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:28:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-937c978e-bfb7-4ead-a368-f387229c49c7', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-937c978e-bfb7-4ead-a368-f387229c49c7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:28:38,068 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.020s 2021-07-21 00:28:38,069 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:28:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2e78a4d1-e04f-4a90-bf94-26ab0296a7d5', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2e78a4d1-e04f-4a90-bf94-26ab0296a7d5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:28:39,092 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.019s 2021-07-21 00:28:39,092 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:28:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ed48d60e-fbfb-48e6-adb1-fb72095774b0', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ed48d60e-fbfb-48e6-adb1-fb72095774b0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:28:40,115 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.019s 2021-07-21 00:28:40,115 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:28:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-48413246-4c1c-4605-9b58-fcb6a3355e33', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-48413246-4c1c-4605-9b58-fcb6a3355e33', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:28:41,139 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.020s 2021-07-21 00:28:41,139 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:28:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a5b6156d-72be-4f18-a564-8e1dbc120cb3', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a5b6156d-72be-4f18-a564-8e1dbc120cb3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:28:42,163 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.020s 2021-07-21 00:28:42,163 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:28:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bea4a8c8-fb4e-4dd8-8fd7-7010ba717cb9', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bea4a8c8-fb4e-4dd8-8fd7-7010ba717cb9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:28:43,186 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.020s 2021-07-21 00:28:43,187 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:28:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4504b74e-6e6e-48fd-8620-a5fa10b125b1', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4504b74e-6e6e-48fd-8620-a5fa10b125b1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:28:44,210 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.020s 2021-07-21 00:28:44,211 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:28:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7da5d3f7-5f8a-4cb0-bc9e-944f62c81261', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7da5d3f7-5f8a-4cb0-bc9e-944f62c81261', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:28:45,235 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.020s 2021-07-21 00:28:45,235 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:28:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aefad044-4372-4dcf-9726-8c9e0cc12cbf', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aefad044-4372-4dcf-9726-8c9e0cc12cbf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:28:46,259 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.020s 2021-07-21 00:28:46,259 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:28:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8520e0e1-3f73-468e-b01c-3bf4db7b45f0', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8520e0e1-3f73-468e-b01c-3bf4db7b45f0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:28:47,283 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.020s 2021-07-21 00:28:47,283 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:28:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-943802f6-7130-4ca5-9575-84defbcca291', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-943802f6-7130-4ca5-9575-84defbcca291', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:28:48,307 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.021s 2021-07-21 00:28:48,308 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:28:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4bec349f-83f3-480b-b8ad-0e2ee3621ced', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4bec349f-83f3-480b-b8ad-0e2ee3621ced', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:28:49,332 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.020s 2021-07-21 00:28:49,332 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:28:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9a5d0772-077b-4481-9882-6af968927f42', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9a5d0772-077b-4481-9882-6af968927f42', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:28:50,356 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.020s 2021-07-21 00:28:50,356 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:28:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b56b8876-9cb7-498c-9d95-0bf527a80394', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b56b8876-9cb7-498c-9d95-0bf527a80394', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:28:51,380 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.020s 2021-07-21 00:28:51,381 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:28:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e4a42788-e5eb-4a5b-849d-7308b7ae57a5', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e4a42788-e5eb-4a5b-849d-7308b7ae57a5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:28:52,405 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.020s 2021-07-21 00:28:52,405 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:28:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2f5024f5-bfc7-49bd-8eea-ab102fbfd917', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2f5024f5-bfc7-49bd-8eea-ab102fbfd917', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:28:53,428 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.019s 2021-07-21 00:28:53,429 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:28:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-68cac794-10bb-4ecf-a158-9b3a8bf219fc', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-68cac794-10bb-4ecf-a158-9b3a8bf219fc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:28:54,452 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.020s 2021-07-21 00:28:54,452 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:28:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-015bd9eb-1d77-4b77-802a-759865fe0a3b', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-015bd9eb-1d77-4b77-802a-759865fe0a3b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:28:55,477 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.021s 2021-07-21 00:28:55,477 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:28:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eda992d3-27f4-47dc-8ae1-9cb91312d145', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eda992d3-27f4-47dc-8ae1-9cb91312d145', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:28:56,501 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.020s 2021-07-21 00:28:56,501 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:28:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cebd9c38-02ea-4c12-8bcc-9e4540a0c9c2', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cebd9c38-02ea-4c12-8bcc-9e4540a0c9c2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:28:57,525 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.020s 2021-07-21 00:28:57,525 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:28:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d665a1f0-b2a3-4f63-910b-f8b0f6c7690d', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d665a1f0-b2a3-4f63-910b-f8b0f6c7690d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:28:58,548 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.020s 2021-07-21 00:28:58,549 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:28:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5e136dda-1e9f-49d4-9385-01941c977747', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5e136dda-1e9f-49d4-9385-01941c977747', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:28:59,573 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.020s 2021-07-21 00:28:59,573 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:28:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6e709364-55a1-4cd8-96ff-caf3c40889a4', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6e709364-55a1-4cd8-96ff-caf3c40889a4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:29:00,596 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.020s 2021-07-21 00:29:00,597 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:29:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-21d4d9ed-899c-4e25-8025-cd46d0cd5dd5', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-21d4d9ed-899c-4e25-8025-cd46d0cd5dd5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:29:01,621 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.020s 2021-07-21 00:29:01,622 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:29:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-20912270-05e2-4c08-8393-f0126df46023', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-20912270-05e2-4c08-8393-f0126df46023', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:29:02,645 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.020s 2021-07-21 00:29:02,646 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:29:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c39de8e9-02bb-420c-b45b-9412e0caa617', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c39de8e9-02bb-420c-b45b-9412e0caa617', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:29:03,669 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.020s 2021-07-21 00:29:03,670 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:29:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-650a36e2-1d75-455d-80b6-c13d7f362172', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-650a36e2-1d75-455d-80b6-c13d7f362172', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:29:04,693 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.020s 2021-07-21 00:29:04,694 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:29:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-39790d81-a0da-4c2a-b904-f1266313824c', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-39790d81-a0da-4c2a-b904-f1266313824c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:29:05,717 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.020s 2021-07-21 00:29:05,718 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:29:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-21dfc051-562d-464c-8232-8ae6edce8868', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-21dfc051-562d-464c-8232-8ae6edce8868', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:29:06,741 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.020s 2021-07-21 00:29:06,742 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:29:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f0eeb67d-cbb0-4d9f-8d39-fae60912d666', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f0eeb67d-cbb0-4d9f-8d39-fae60912d666', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:29:07,765 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.019s 2021-07-21 00:29:07,765 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:29:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ec9990d9-a861-4487-899d-ddd5ed229319', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ec9990d9-a861-4487-899d-ddd5ed229319', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:29:08,788 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.019s 2021-07-21 00:29:08,789 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:29:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-55d50cd4-d32d-45e7-8219-7b3e2de39eaa', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-55d50cd4-d32d-45e7-8219-7b3e2de39eaa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:29:09,813 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.020s 2021-07-21 00:29:09,813 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:29:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-39e0827d-6d03-4540-9e29-b2a9e55c3981', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-39e0827d-6d03-4540-9e29-b2a9e55c3981', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:29:10,837 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.020s 2021-07-21 00:29:10,837 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:29:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0c77ebf1-fb68-49c9-8635-d52ef1ab91eb', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0c77ebf1-fb68-49c9-8635-d52ef1ab91eb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:29:11,861 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.020s 2021-07-21 00:29:11,861 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:29:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5580c1ed-e19b-42e2-8c00-498e360223da', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5580c1ed-e19b-42e2-8c00-498e360223da', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:29:12,885 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.020s 2021-07-21 00:29:12,885 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:29:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-28b81fa1-9c50-47eb-8197-976684bc0dd4', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-28b81fa1-9c50-47eb-8197-976684bc0dd4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:29:13,908 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.020s 2021-07-21 00:29:13,909 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:29:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9ed87f65-7e7c-44c0-8f3c-388f7dd77cfe', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9ed87f65-7e7c-44c0-8f3c-388f7dd77cfe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:29:14,932 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.020s 2021-07-21 00:29:14,933 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:29:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4a0b6ce2-55c1-4a6e-b007-35034feecc16', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4a0b6ce2-55c1-4a6e-b007-35034feecc16', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:29:15,956 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.020s 2021-07-21 00:29:15,957 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:29:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-03dcd4a9-b8c5-4c9d-909a-2992508f539a', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-03dcd4a9-b8c5-4c9d-909a-2992508f539a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:29:16,980 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.020s 2021-07-21 00:29:16,981 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:29:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-06c07457-df8d-465a-a776-ff6ed8caff29', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-06c07457-df8d-465a-a776-ff6ed8caff29', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:29:18,004 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.020s 2021-07-21 00:29:18,005 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:29:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-061e879a-5bf6-4c43-aa4b-c21236487c6f', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-061e879a-5bf6-4c43-aa4b-c21236487c6f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:29:19,028 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.020s 2021-07-21 00:29:19,029 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:29:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e78dab27-53e7-4fdc-9060-0e15ce7caf45', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e78dab27-53e7-4fdc-9060-0e15ce7caf45', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:29:20,052 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.019s 2021-07-21 00:29:20,052 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:29:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-02ba2d46-8967-4cdc-b29a-6f303be0e6c2', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-02ba2d46-8967-4cdc-b29a-6f303be0e6c2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:29:21,076 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.020s 2021-07-21 00:29:21,077 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:29:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7d5c8acc-ccaa-4b9d-b128-13f2fa917336', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7d5c8acc-ccaa-4b9d-b128-13f2fa917336', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:29:22,100 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.019s 2021-07-21 00:29:22,100 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:29:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7c6c75c7-d0fb-4d94-baf4-6b6a9ee248a2', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7c6c75c7-d0fb-4d94-baf4-6b6a9ee248a2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:29:23,124 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.020s 2021-07-21 00:29:23,125 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:29:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d7780587-52eb-4896-9a51-73cdcf54e0e6', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d7780587-52eb-4896-9a51-73cdcf54e0e6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:29:24,149 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.021s 2021-07-21 00:29:24,150 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:29:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8166b8b5-21fa-4a06-8462-e9b3b16d72fc', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8166b8b5-21fa-4a06-8462-e9b3b16d72fc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:29:25,172 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.020s 2021-07-21 00:29:25,173 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:29:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0ff90cbd-0bf4-41b4-9ece-94d9082ea153', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0ff90cbd-0bf4-41b4-9ece-94d9082ea153', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:29:26,197 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.020s 2021-07-21 00:29:26,197 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:29:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-515b7aee-c7b9-43df-af80-d16f78746cde', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-515b7aee-c7b9-43df-af80-d16f78746cde', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:29:27,220 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.020s 2021-07-21 00:29:27,221 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:29:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-330c3886-db4a-4ea7-bda3-b6aef68708cb', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-330c3886-db4a-4ea7-bda3-b6aef68708cb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:29:28,245 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.020s 2021-07-21 00:29:28,245 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:29:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c98145a8-e8a8-458a-8d0a-32575ddf16e6', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c98145a8-e8a8-458a-8d0a-32575ddf16e6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:29:29,269 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.020s 2021-07-21 00:29:29,269 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:29:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-224626a4-34e7-45cd-9ccc-61c71cb0a2c8', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-224626a4-34e7-45cd-9ccc-61c71cb0a2c8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:29:30,295 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.021s 2021-07-21 00:29:30,295 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:29:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d7c4e71f-229e-4349-8d78-24475abc4d44', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d7c4e71f-229e-4349-8d78-24475abc4d44', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:29:31,319 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.020s 2021-07-21 00:29:31,319 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:29:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f0726c0e-198b-436f-8f9c-503272650244', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f0726c0e-198b-436f-8f9c-503272650244', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:29:32,344 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.020s 2021-07-21 00:29:32,344 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:29:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-332b8f69-6176-4d4d-9501-48c86aff9184', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-332b8f69-6176-4d4d-9501-48c86aff9184', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:29:33,368 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.020s 2021-07-21 00:29:33,368 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:29:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3421b4b6-0735-4e0c-a05b-13f0b090aa5d', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3421b4b6-0735-4e0c-a05b-13f0b090aa5d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:29:34,391 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.019s 2021-07-21 00:29:34,392 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:29:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-351f6987-04e2-471a-a6b8-7ce20d5dcda1', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-351f6987-04e2-471a-a6b8-7ce20d5dcda1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:29:35,415 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.019s 2021-07-21 00:29:35,416 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:29:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0651b854-ae2d-4323-8e4f-16203e9e7d44', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0651b854-ae2d-4323-8e4f-16203e9e7d44', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:29:36,439 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.020s 2021-07-21 00:29:36,439 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:29:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-52684cab-32f3-4307-b958-266bfd72b917', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-52684cab-32f3-4307-b958-266bfd72b917', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:29:37,463 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.020s 2021-07-21 00:29:37,464 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:29:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4c49ecc1-569f-4b19-b56d-76edbfc9e2d7', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4c49ecc1-569f-4b19-b56d-76edbfc9e2d7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:29:38,487 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.020s 2021-07-21 00:29:38,487 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:29:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6af7b558-8071-49ab-beb0-5a03c86f9510', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6af7b558-8071-49ab-beb0-5a03c86f9510', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:29:39,512 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.021s 2021-07-21 00:29:39,513 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:29:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a284fe7e-44e8-4468-bf25-06cae34b0e8b', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a284fe7e-44e8-4468-bf25-06cae34b0e8b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:29:40,537 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.020s 2021-07-21 00:29:40,537 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:29:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9c844b1e-d596-4aa6-abf5-081a89710ed0', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9c844b1e-d596-4aa6-abf5-081a89710ed0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:29:41,561 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.019s 2021-07-21 00:29:41,562 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:29:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5c8de179-bf52-4934-a041-06e2cff98c32', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5c8de179-bf52-4934-a041-06e2cff98c32', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:29:42,585 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.020s 2021-07-21 00:29:42,586 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:29:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b603496f-f223-4147-aa28-c749b905899a', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b603496f-f223-4147-aa28-c749b905899a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:29:43,610 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.020s 2021-07-21 00:29:43,611 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:29:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-19a3b7c9-bcce-4935-90a6-d026990b873a', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-19a3b7c9-bcce-4935-90a6-d026990b873a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:29:44,635 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.020s 2021-07-21 00:29:44,635 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:29:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-90c17445-6c22-4df1-9311-5707c2d9f5c4', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-90c17445-6c22-4df1-9311-5707c2d9f5c4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:29:45,659 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.020s 2021-07-21 00:29:45,659 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:29:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-910a4b55-a5ad-4180-81f6-edf61d18bbe2', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-910a4b55-a5ad-4180-81f6-edf61d18bbe2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:29:46,683 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.020s 2021-07-21 00:29:46,683 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:29:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b4baa822-dad7-420d-8526-159957b5fc1a', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b4baa822-dad7-420d-8526-159957b5fc1a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:29:47,708 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.021s 2021-07-21 00:29:47,708 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:29:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0470530b-930e-4a84-a0e0-c5af0a02adfd', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0470530b-930e-4a84-a0e0-c5af0a02adfd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:29:48,733 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.020s 2021-07-21 00:29:48,733 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:29:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-94f5e33e-cc48-4a08-956d-9176e5d7095b', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-94f5e33e-cc48-4a08-956d-9176e5d7095b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:29:49,757 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.020s 2021-07-21 00:29:49,758 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:29:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6a72a74b-f284-49a9-a3a6-f991c086402d', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6a72a74b-f284-49a9-a3a6-f991c086402d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:29:50,781 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.019s 2021-07-21 00:29:50,781 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:29:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0017bdf6-9ea7-4f2e-a8e3-176f9e31a270', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0017bdf6-9ea7-4f2e-a8e3-176f9e31a270', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:29:51,804 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.019s 2021-07-21 00:29:51,805 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:29:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c28ad4c7-3a4f-4803-8303-40495962d6da', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c28ad4c7-3a4f-4803-8303-40495962d6da', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:29:52,828 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.020s 2021-07-21 00:29:52,829 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:29:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4ea369af-a719-4455-a570-99846a0c7c5f', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4ea369af-a719-4455-a570-99846a0c7c5f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:29:53,852 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.019s 2021-07-21 00:29:53,852 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:29:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e4d1d6db-5387-404b-9ed7-026100b028b5', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e4d1d6db-5387-404b-9ed7-026100b028b5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:29:54,876 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.020s 2021-07-21 00:29:54,876 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:29:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-58412c09-7a06-457a-8047-96058fc3bcb9', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-58412c09-7a06-457a-8047-96058fc3bcb9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:29:55,900 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.020s 2021-07-21 00:29:55,900 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:29:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cf06ad2a-913d-45c6-982b-e0ed9c0df982', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cf06ad2a-913d-45c6-982b-e0ed9c0df982', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:29:56,924 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.020s 2021-07-21 00:29:56,924 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:29:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b41eddc7-fc29-4300-9d9c-14ae28f68e2a', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b41eddc7-fc29-4300-9d9c-14ae28f68e2a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:29:57,948 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.019s 2021-07-21 00:29:57,948 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:29:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-66e8fda0-2f64-4806-9157-c75127fcd02e', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-66e8fda0-2f64-4806-9157-c75127fcd02e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:29:58,972 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.020s 2021-07-21 00:29:58,973 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:29:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9aa6089f-35d9-4b60-b6ff-b4ec653b577e', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9aa6089f-35d9-4b60-b6ff-b4ec653b577e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:29:59,997 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.021s 2021-07-21 00:29:59,998 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:29:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ba1ae241-0e50-4db6-964e-3182fc70011f', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ba1ae241-0e50-4db6-964e-3182fc70011f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:30:01,021 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.020s 2021-07-21 00:30:01,022 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:30:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-870a87f2-cfff-4717-a70d-599c02ae1c5d', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-870a87f2-cfff-4717-a70d-599c02ae1c5d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:30:02,045 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.019s 2021-07-21 00:30:02,045 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:30:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7c2c1af4-8b88-4062-8ad4-f5161d5b027f', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7c2c1af4-8b88-4062-8ad4-f5161d5b027f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:30:03,069 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.020s 2021-07-21 00:30:03,070 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:30:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3c4b7032-f08e-439b-b91e-a8633b04c647', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3c4b7032-f08e-439b-b91e-a8633b04c647', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:30:04,093 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.020s 2021-07-21 00:30:04,093 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:30:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-637d96f2-41eb-4a0d-855b-2ee46a52da21', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-637d96f2-41eb-4a0d-855b-2ee46a52da21', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:30:05,117 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.020s 2021-07-21 00:30:05,118 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:30:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d339333f-c166-40e1-89a2-ca18aabcc951', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d339333f-c166-40e1-89a2-ca18aabcc951', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:30:06,141 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.020s 2021-07-21 00:30:06,142 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:30:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2223fa83-1a65-41f7-baeb-64d24563f6c4', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2223fa83-1a65-41f7-baeb-64d24563f6c4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:30:07,166 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.020s 2021-07-21 00:30:07,166 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:30:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-059bdd01-08fb-4ede-ba1c-d60f472e1e81', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-059bdd01-08fb-4ede-ba1c-d60f472e1e81', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:30:08,190 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.019s 2021-07-21 00:30:08,190 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:30:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e5a1c839-73e6-439a-8b14-a91ae9135bc4', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e5a1c839-73e6-439a-8b14-a91ae9135bc4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:30:09,214 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.020s 2021-07-21 00:30:09,215 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:30:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f6be3c83-d34c-4eda-98f4-1020566cc874', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f6be3c83-d34c-4eda-98f4-1020566cc874', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:30:10,247 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203 0.028s 2021-07-21 00:30:10,248 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:30:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e3a6eaff-546f-44f0-91fb-ed307f2a9e8a', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e3a6eaff-546f-44f0-91fb-ed307f2a9e8a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/snapshots/444d5b9e-1fd6-4369-ad41-fd4872702203'} Body: b'{"snapshot": {"id": "444d5b9e-1fd6-4369-ad41-fd4872702203", "created_at": "2021-07-21T00:24:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-322684256", "description": null, "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "29973e77972d406caa7a5d453c78d7d6", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-07-21 00:30:10,459 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 202 DELETE http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece/os-volume_attachments/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.208s 2021-07-21 00:30:10,460 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:30:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b280bd5b-616a-4c6f-83c7-0ad7c1f56aaa', 'x-compute-request-id': 'req-b280bd5b-616a-4c6f-83c7-0ad7c1f56aaa', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece/os-volume_attachments/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'' 2021-07-21 00:30:10,509 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.048s 2021-07-21 00:30:10,509 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:30:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3a9595d3-2fb9-43e9-ae94-1cafc4988534', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3a9595d3-2fb9-43e9-ae94-1cafc4988534', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:30:11,562 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.043s 2021-07-21 00:30:11,562 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:30:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cfdfb47d-2d03-4fe7-b38e-67cecd4c539a', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cfdfb47d-2d03-4fe7-b38e-67cecd4c539a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:30:12,761 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.192s 2021-07-21 00:30:12,762 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:30:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9f5d29e0-c214-4df9-89d8-80ebdba83ca7', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9f5d29e0-c214-4df9-89d8-80ebdba83ca7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:30:13,815 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.044s 2021-07-21 00:30:13,815 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:30:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4cf1acf4-c4b9-430d-8287-730d4b575c9d', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4cf1acf4-c4b9-430d-8287-730d4b575c9d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:30:14,868 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.045s 2021-07-21 00:30:14,869 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:30:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5732bd2f-2ebc-49a4-8fe9-bc2922bf3bb8', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5732bd2f-2ebc-49a4-8fe9-bc2922bf3bb8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:30:15,923 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.045s 2021-07-21 00:30:15,923 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:30:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-afea6cce-1a36-41df-872c-82e8b4af7fe7', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-afea6cce-1a36-41df-872c-82e8b4af7fe7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:30:16,976 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.045s 2021-07-21 00:30:16,976 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:30:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b2aac802-06c3-4669-aedb-2a48535c0be7', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b2aac802-06c3-4669-aedb-2a48535c0be7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:30:18,030 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.045s 2021-07-21 00:30:18,030 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:30:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cc1d7925-32ae-4a27-9e05-128ddc18d7e4', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cc1d7925-32ae-4a27-9e05-128ddc18d7e4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:30:19,083 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.045s 2021-07-21 00:30:19,084 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:30:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-653f903c-7959-4209-a67a-edd5cfcc62ac', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-653f903c-7959-4209-a67a-edd5cfcc62ac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:30:20,138 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.045s 2021-07-21 00:30:20,138 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:30:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4b2b9e51-b829-4c82-9e8a-f2a550824e75', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4b2b9e51-b829-4c82-9e8a-f2a550824e75', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:30:21,194 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.048s 2021-07-21 00:30:21,195 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:30:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0ec43a23-13ad-4e6e-b13c-202d68f45b5e', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0ec43a23-13ad-4e6e-b13c-202d68f45b5e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:30:22,247 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.044s 2021-07-21 00:30:22,247 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:30:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e61eddc3-8a12-47fb-a030-7e01076feef5', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e61eddc3-8a12-47fb-a030-7e01076feef5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:30:23,301 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.045s 2021-07-21 00:30:23,301 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:30:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2aae0f4d-6971-4a27-8e11-d642029fb5ff', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2aae0f4d-6971-4a27-8e11-d642029fb5ff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:30:24,355 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.046s 2021-07-21 00:30:24,355 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:30:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-93e631c3-7fee-47be-8e26-72468bd68ab0', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-93e631c3-7fee-47be-8e26-72468bd68ab0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:30:25,408 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.044s 2021-07-21 00:30:25,409 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:30:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-07bacb90-3657-4f15-b92c-50fba406b85b', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-07bacb90-3657-4f15-b92c-50fba406b85b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:30:26,461 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.044s 2021-07-21 00:30:26,461 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:30:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5eecaced-9719-4981-b84e-064c00ee733b', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5eecaced-9719-4981-b84e-064c00ee733b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:30:27,515 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.045s 2021-07-21 00:30:27,515 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:30:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ef3933ca-d26c-4840-94d9-72de66e71147', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ef3933ca-d26c-4840-94d9-72de66e71147', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:30:28,568 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.045s 2021-07-21 00:30:28,569 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:30:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a401dca0-00a5-4eae-ac46-7d3e86db8e27', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a401dca0-00a5-4eae-ac46-7d3e86db8e27', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:30:29,621 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.044s 2021-07-21 00:30:29,622 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:30:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c1183ae4-0527-469c-9b94-4aa1f2cf9671', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c1183ae4-0527-469c-9b94-4aa1f2cf9671', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:30:30,675 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.045s 2021-07-21 00:30:30,675 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:30:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7b84c4a4-cfd7-4712-8723-1737316d486f', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7b84c4a4-cfd7-4712-8723-1737316d486f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:30:31,729 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.045s 2021-07-21 00:30:31,729 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:30:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b9765f6f-c3a5-4f91-ad24-4fc41e61456c', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b9765f6f-c3a5-4f91-ad24-4fc41e61456c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:30:32,784 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.046s 2021-07-21 00:30:32,784 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:30:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-00aee485-fc55-43a3-92aa-7d4c2afb2295', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-00aee485-fc55-43a3-92aa-7d4c2afb2295', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:30:33,839 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.046s 2021-07-21 00:30:33,839 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:30:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-76fc7fa9-db92-4514-84c5-ec4ddc85ece7', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-76fc7fa9-db92-4514-84c5-ec4ddc85ece7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:30:34,898 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.050s 2021-07-21 00:30:34,898 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:30:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9e963c0c-b77e-43dd-8240-8a7cd3d3ff74', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9e963c0c-b77e-43dd-8240-8a7cd3d3ff74', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:30:35,951 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.045s 2021-07-21 00:30:35,951 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:30:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0b2c0382-6003-4e9e-959c-cade716973a8', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0b2c0382-6003-4e9e-959c-cade716973a8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:30:37,006 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.046s 2021-07-21 00:30:37,006 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:30:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ff7cc36e-81b6-4592-a27f-58bf8a81c847', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ff7cc36e-81b6-4592-a27f-58bf8a81c847', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:30:38,075 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.061s 2021-07-21 00:30:38,075 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:30:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-53183a5a-84d9-4956-846b-4ed3fbcc95de', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-53183a5a-84d9-4956-846b-4ed3fbcc95de', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:30:39,129 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.046s 2021-07-21 00:30:39,129 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:30:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-002a99f0-6129-4e98-8374-0994dd4bf60f', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-002a99f0-6129-4e98-8374-0994dd4bf60f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:30:40,182 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.045s 2021-07-21 00:30:40,182 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:30:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-215e6088-d52a-4118-9132-74714e4c604a', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-215e6088-d52a-4118-9132-74714e4c604a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:30:41,236 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.045s 2021-07-21 00:30:41,236 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:30:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ad894b1d-8381-4c23-8441-ac89fbd4c80e', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ad894b1d-8381-4c23-8441-ac89fbd4c80e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:30:42,289 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.044s 2021-07-21 00:30:42,289 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:30:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3e1eabc3-3016-472c-9abc-a4a2f3425675', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3e1eabc3-3016-472c-9abc-a4a2f3425675', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:30:43,343 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.046s 2021-07-21 00:30:43,343 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:30:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-433d015e-ed55-4521-b10a-78608fd96010', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-433d015e-ed55-4521-b10a-78608fd96010', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:30:44,397 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.046s 2021-07-21 00:30:44,397 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:30:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e3e495b3-b63f-41df-9fe2-4fd6dba5127e', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e3e495b3-b63f-41df-9fe2-4fd6dba5127e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:30:45,448 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.043s 2021-07-21 00:30:45,449 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:30:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-21af3a1e-1df3-4ded-b897-bcef55bbf076', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-21af3a1e-1df3-4ded-b897-bcef55bbf076', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:30:46,502 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.044s 2021-07-21 00:30:46,502 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:30:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-004a5c27-39d9-426a-82bf-72727ccfa78f', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-004a5c27-39d9-426a-82bf-72727ccfa78f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:30:47,553 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.044s 2021-07-21 00:30:47,554 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:30:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4a533dc7-2733-47f9-834e-f25dc389915a', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4a533dc7-2733-47f9-834e-f25dc389915a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:30:48,607 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.045s 2021-07-21 00:30:48,607 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:30:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8023d94f-fb5c-40a6-a0b1-4a551d7b1ca4', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8023d94f-fb5c-40a6-a0b1-4a551d7b1ca4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:30:49,659 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.044s 2021-07-21 00:30:49,659 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:30:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-341c951d-5817-4556-be69-bbf9970bd026', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-341c951d-5817-4556-be69-bbf9970bd026', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:30:50,713 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.045s 2021-07-21 00:30:50,713 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:30:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dc78cc3a-10b7-4ca2-98bd-02fa73ded3a5', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dc78cc3a-10b7-4ca2-98bd-02fa73ded3a5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:30:51,765 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.044s 2021-07-21 00:30:51,766 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:30:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fd4f3259-c123-4267-a206-c83f46d67a63', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fd4f3259-c123-4267-a206-c83f46d67a63', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:30:52,817 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.044s 2021-07-21 00:30:52,817 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:30:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-29aa202b-df5c-4c4f-9a15-112100c611b8', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-29aa202b-df5c-4c4f-9a15-112100c611b8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:30:53,870 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.045s 2021-07-21 00:30:53,871 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:30:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d9fee300-5abd-47ae-9dbe-dfac9e240249', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d9fee300-5abd-47ae-9dbe-dfac9e240249', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:30:54,923 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.044s 2021-07-21 00:30:54,923 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:30:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0c32c9c8-5605-484f-8641-a1141cc16943', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0c32c9c8-5605-484f-8641-a1141cc16943', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:30:55,976 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.045s 2021-07-21 00:30:55,976 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:30:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bf42f8ed-8a8b-4d93-a77d-9a6d562c467d', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bf42f8ed-8a8b-4d93-a77d-9a6d562c467d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:30:57,033 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.048s 2021-07-21 00:30:57,033 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:30:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c9abcc9c-485e-46f2-9969-c9d294bdfeb4', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c9abcc9c-485e-46f2-9969-c9d294bdfeb4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:30:58,085 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.044s 2021-07-21 00:30:58,085 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:30:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-509b0217-1df4-4e8b-b5a0-b96b6a323b92', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-509b0217-1df4-4e8b-b5a0-b96b6a323b92', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:30:59,141 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.048s 2021-07-21 00:30:59,142 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:30:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a68144eb-cc9a-4a2b-8c59-bde2e78c6505', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a68144eb-cc9a-4a2b-8c59-bde2e78c6505', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:31:00,194 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.044s 2021-07-21 00:31:00,194 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:31:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1a784cc3-0e6e-4819-9534-470c5f807114', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1a784cc3-0e6e-4819-9534-470c5f807114', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:31:01,252 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.050s 2021-07-21 00:31:01,252 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:31:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-417a14a8-ead0-4a32-a497-887f444e25dd', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-417a14a8-ead0-4a32-a497-887f444e25dd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:31:02,304 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.044s 2021-07-21 00:31:02,304 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:31:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-705b6c46-0ce4-470f-9845-5736d900c44c', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-705b6c46-0ce4-470f-9845-5736d900c44c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:31:03,358 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.046s 2021-07-21 00:31:03,358 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:31:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7c674b4f-e913-4960-831f-80dfe364b2f7', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7c674b4f-e913-4960-831f-80dfe364b2f7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:31:04,412 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.046s 2021-07-21 00:31:04,413 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:31:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-11d0d2bd-e203-4e39-8f8e-deff50ac5ec2', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-11d0d2bd-e203-4e39-8f8e-deff50ac5ec2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:31:05,464 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.044s 2021-07-21 00:31:05,465 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:31:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-81af285f-273b-4c4a-94d0-3d71bdedc114', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-81af285f-273b-4c4a-94d0-3d71bdedc114', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:31:06,518 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.045s 2021-07-21 00:31:06,518 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:31:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e927e359-d274-41bb-9934-af08fb761a19', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e927e359-d274-41bb-9934-af08fb761a19', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:31:07,571 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.045s 2021-07-21 00:31:07,572 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:31:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a7964898-6306-4944-8fb4-f6c5afe43326', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a7964898-6306-4944-8fb4-f6c5afe43326', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:31:08,624 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.044s 2021-07-21 00:31:08,625 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:31:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-75aaf207-b895-44bf-b669-48e07ec87d4c', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-75aaf207-b895-44bf-b669-48e07ec87d4c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:31:09,680 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.048s 2021-07-21 00:31:09,681 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:31:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e05da57c-98c1-4cc1-80e3-0a8fc68b2d47', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e05da57c-98c1-4cc1-80e3-0a8fc68b2d47', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:31:10,733 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.044s 2021-07-21 00:31:10,733 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:31:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6770977d-5362-48de-8b89-f41fe692341b', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6770977d-5362-48de-8b89-f41fe692341b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:31:11,787 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.046s 2021-07-21 00:31:11,787 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:31:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-743ba5b1-40a7-4bba-abf2-4dc358a17bae', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-743ba5b1-40a7-4bba-abf2-4dc358a17bae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:31:12,839 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.045s 2021-07-21 00:31:12,839 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:31:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-19c82e61-cd12-4691-bf78-06896ae76384', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-19c82e61-cd12-4691-bf78-06896ae76384', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:31:13,892 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.044s 2021-07-21 00:31:13,893 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:31:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-62fb6bd7-c457-4895-aa98-a4d1e9844747', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-62fb6bd7-c457-4895-aa98-a4d1e9844747', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:31:14,946 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.045s 2021-07-21 00:31:14,946 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:31:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b6d941d2-9cbb-40d9-ad45-083b7aa46f12', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b6d941d2-9cbb-40d9-ad45-083b7aa46f12', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:31:15,999 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.045s 2021-07-21 00:31:16,000 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:31:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a534faba-bce4-4650-a2dc-a8b58c32a7ea', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a534faba-bce4-4650-a2dc-a8b58c32a7ea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:31:17,052 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.044s 2021-07-21 00:31:17,052 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:31:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-95cbaa57-0137-4482-8fa8-639865eeb227', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-95cbaa57-0137-4482-8fa8-639865eeb227', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:31:18,106 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.045s 2021-07-21 00:31:18,106 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:31:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c4928392-9589-4dfc-a7d2-6ff25730db86', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c4928392-9589-4dfc-a7d2-6ff25730db86', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:31:19,159 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.044s 2021-07-21 00:31:19,159 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:31:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-64db0057-2a9a-433f-96b7-b3c1945dd61a', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-64db0057-2a9a-433f-96b7-b3c1945dd61a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:31:20,211 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.044s 2021-07-21 00:31:20,211 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:31:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-49294d0d-7c2a-4bcc-8ac2-8b4a5e8d0514', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-49294d0d-7c2a-4bcc-8ac2-8b4a5e8d0514', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:31:21,268 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.049s 2021-07-21 00:31:21,269 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:31:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bdda1b17-40f6-4d8c-b2c4-d1ccf9f6c16e', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bdda1b17-40f6-4d8c-b2c4-d1ccf9f6c16e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:31:22,320 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.044s 2021-07-21 00:31:22,321 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:31:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2d4ebcd4-656f-487e-b677-24edb9c0f3a7', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2d4ebcd4-656f-487e-b677-24edb9c0f3a7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:31:23,374 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.045s 2021-07-21 00:31:23,374 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:31:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-134fe5e9-c1c9-49a0-8c91-3fc0121b7de6', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-134fe5e9-c1c9-49a0-8c91-3fc0121b7de6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:31:24,427 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.045s 2021-07-21 00:31:24,427 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:31:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-df35e79e-3498-4d74-a2dc-83771bf218e9', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-df35e79e-3498-4d74-a2dc-83771bf218e9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:31:25,479 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.044s 2021-07-21 00:31:25,479 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:31:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3dfecc1f-91f2-4cb8-b283-b9aa7f4207fc', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3dfecc1f-91f2-4cb8-b283-b9aa7f4207fc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:31:26,535 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.048s 2021-07-21 00:31:26,536 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:31:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c3c9dd5f-3cff-4591-a7eb-62a26aadc00c', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c3c9dd5f-3cff-4591-a7eb-62a26aadc00c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:31:27,589 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.047s 2021-07-21 00:31:27,590 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:31:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0f497208-3c72-46c3-962a-36de94af1326', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0f497208-3c72-46c3-962a-36de94af1326', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:31:28,643 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.045s 2021-07-21 00:31:28,643 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:31:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-94ebfcc9-16d5-44fa-ad59-685e86a04366', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-94ebfcc9-16d5-44fa-ad59-685e86a04366', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:31:29,697 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.047s 2021-07-21 00:31:29,698 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:31:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-69ad93ab-7062-40f4-8099-f2cfacc14d45', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-69ad93ab-7062-40f4-8099-f2cfacc14d45', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:31:30,750 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.044s 2021-07-21 00:31:30,751 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:31:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ae0b394a-ebb9-4a5a-a532-5745c7fd84a3', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ae0b394a-ebb9-4a5a-a532-5745c7fd84a3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:31:31,803 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.044s 2021-07-21 00:31:31,803 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:31:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ef246458-2b7d-4f61-a452-498da8aa0b88', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ef246458-2b7d-4f61-a452-498da8aa0b88', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:31:32,856 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.045s 2021-07-21 00:31:32,856 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:31:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7432b62d-5cf5-48a9-9566-0a8e85ff5db7', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7432b62d-5cf5-48a9-9566-0a8e85ff5db7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:31:33,915 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.050s 2021-07-21 00:31:33,916 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:31:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0e95a267-ae53-4957-9975-d08330f5945e', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0e95a267-ae53-4957-9975-d08330f5945e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:31:34,975 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.051s 2021-07-21 00:31:34,976 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:31:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-acf3268f-ad73-4d82-945f-1fc3e31664b7', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-acf3268f-ad73-4d82-945f-1fc3e31664b7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:31:36,029 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.044s 2021-07-21 00:31:36,029 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:31:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-af49bc24-8131-40a2-82ff-8203a347a18b', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-af49bc24-8131-40a2-82ff-8203a347a18b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:31:37,083 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.046s 2021-07-21 00:31:37,084 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:31:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c84259cb-79d3-48c6-b5c6-730b1fc7e022', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c84259cb-79d3-48c6-b5c6-730b1fc7e022', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:31:38,137 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.045s 2021-07-21 00:31:38,137 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:31:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-838044be-448e-4e07-a80d-0e14af4b1cf8', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-838044be-448e-4e07-a80d-0e14af4b1cf8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:31:39,190 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.044s 2021-07-21 00:31:39,191 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:31:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1e546d90-cb51-4856-b153-3be044027c17', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1e546d90-cb51-4856-b153-3be044027c17', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:31:40,242 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.043s 2021-07-21 00:31:40,242 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:31:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cf4cf5c4-4b0f-457a-af19-2a8d3a392d13', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cf4cf5c4-4b0f-457a-af19-2a8d3a392d13', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:31:41,297 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.045s 2021-07-21 00:31:41,297 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:31:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-db6ff0ae-3bd4-4063-ad56-635c211e11fb', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-db6ff0ae-3bd4-4063-ad56-635c211e11fb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:31:42,350 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.045s 2021-07-21 00:31:42,351 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:31:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a1d66686-89f9-4ac4-ba2b-f2e80ae88a9c', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a1d66686-89f9-4ac4-ba2b-f2e80ae88a9c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:31:43,404 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.045s 2021-07-21 00:31:43,405 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:31:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-66109c6e-6b7d-4c0f-8e5d-291695847f36', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-66109c6e-6b7d-4c0f-8e5d-291695847f36', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:31:44,459 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.045s 2021-07-21 00:31:44,459 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:31:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0d674e88-9eb8-42fb-a86e-557909904271', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0d674e88-9eb8-42fb-a86e-557909904271', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:31:45,512 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.045s 2021-07-21 00:31:45,512 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:31:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c40c89cf-49ea-46f9-8b90-784c7e2ee569', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c40c89cf-49ea-46f9-8b90-784c7e2ee569', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:31:46,565 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.045s 2021-07-21 00:31:46,566 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:31:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-838d9eb2-340f-4f83-8ed7-20c430aa5d3a', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-838d9eb2-340f-4f83-8ed7-20c430aa5d3a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:31:47,618 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.044s 2021-07-21 00:31:47,619 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:31:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-be96aef6-3ab1-4934-8bb4-20693f624d45', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-be96aef6-3ab1-4934-8bb4-20693f624d45', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:31:48,671 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.044s 2021-07-21 00:31:48,671 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:31:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bad31a33-17dd-42b0-bd86-174a8ae7da1f', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bad31a33-17dd-42b0-bd86-174a8ae7da1f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:31:49,725 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.046s 2021-07-21 00:31:49,725 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:31:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-16afe61d-655c-4f97-b1a9-a147092efbd7', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-16afe61d-655c-4f97-b1a9-a147092efbd7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:31:50,781 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.047s 2021-07-21 00:31:50,781 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:31:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7c161498-0ae6-411f-8bc6-6922cff9c56c', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7c161498-0ae6-411f-8bc6-6922cff9c56c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:31:51,836 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.047s 2021-07-21 00:31:51,837 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:31:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-47775481-cfd3-4f6f-8851-72dac4894306', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-47775481-cfd3-4f6f-8851-72dac4894306', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:31:52,890 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.045s 2021-07-21 00:31:52,890 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:31:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-05373ab7-6fef-40ca-838d-b92fe2946967', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-05373ab7-6fef-40ca-838d-b92fe2946967', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:31:53,943 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.044s 2021-07-21 00:31:53,944 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:31:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5d33b17c-3918-4a1b-b09d-65e1e613dd76', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5d33b17c-3918-4a1b-b09d-65e1e613dd76', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:31:54,997 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.046s 2021-07-21 00:31:54,997 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:31:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5258015c-de78-48fb-a9be-5c695d5f0f1d', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5258015c-de78-48fb-a9be-5c695d5f0f1d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:31:56,050 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.045s 2021-07-21 00:31:56,050 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:31:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9547db9f-59e7-4fa8-a925-07083e77b8bc', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9547db9f-59e7-4fa8-a925-07083e77b8bc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:31:57,107 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.048s 2021-07-21 00:31:57,107 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:31:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6b32be9c-d44b-4dc6-a245-ed0d4430c93e', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6b32be9c-d44b-4dc6-a245-ed0d4430c93e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:31:58,159 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.044s 2021-07-21 00:31:58,160 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:31:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d68a44b5-00dc-4e11-a766-5eb31cd968a3', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d68a44b5-00dc-4e11-a766-5eb31cd968a3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:31:59,215 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.047s 2021-07-21 00:31:59,215 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:31:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-36ee7925-754e-42a3-ac66-5c7b7e65543b', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-36ee7925-754e-42a3-ac66-5c7b7e65543b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:32:00,267 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.044s 2021-07-21 00:32:00,267 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:32:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-09bfa8d4-3993-493a-944a-dcef3a87c030', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-09bfa8d4-3993-493a-944a-dcef3a87c030', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:32:01,320 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.045s 2021-07-21 00:32:01,321 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:32:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2b1a03cf-ebbf-4194-ac69-c0896ab1ba71', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2b1a03cf-ebbf-4194-ac69-c0896ab1ba71', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:32:02,372 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.044s 2021-07-21 00:32:02,373 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:32:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4b4a74f1-6476-4d72-94c9-e1cdb5d97338', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4b4a74f1-6476-4d72-94c9-e1cdb5d97338', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:32:03,426 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.045s 2021-07-21 00:32:03,427 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:32:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-15094dba-90a1-42c9-a4ab-620086aa7e2c', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-15094dba-90a1-42c9-a4ab-620086aa7e2c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:32:04,479 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.045s 2021-07-21 00:32:04,480 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:32:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-47de9954-842d-42c6-8399-9ca18fd90729', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-47de9954-842d-42c6-8399-9ca18fd90729', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:32:05,534 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.045s 2021-07-21 00:32:05,534 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:32:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-665b5a13-f58b-476f-ad46-ab571909f020', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-665b5a13-f58b-476f-ad46-ab571909f020', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:32:06,587 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.045s 2021-07-21 00:32:06,587 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:32:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5550d5e0-0ba4-4351-8fdc-adb6f09e1b40', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5550d5e0-0ba4-4351-8fdc-adb6f09e1b40', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:32:07,640 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.045s 2021-07-21 00:32:07,641 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:32:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-61ad621f-fc5c-4730-a246-ac1b1349e3f2', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-61ad621f-fc5c-4730-a246-ac1b1349e3f2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:32:08,693 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.045s 2021-07-21 00:32:08,694 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:32:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7c46d0c0-0c73-4be7-8a59-05510d3d1d48', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7c46d0c0-0c73-4be7-8a59-05510d3d1d48', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:32:09,747 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.046s 2021-07-21 00:32:09,748 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:32:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dfb969c5-1048-4ad3-af9a-896fbc4e5275', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dfb969c5-1048-4ad3-af9a-896fbc4e5275', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:32:10,799 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.043s 2021-07-21 00:32:10,799 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:32:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-64a7d9aa-15fd-478f-acc7-a1e1d18333a1', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-64a7d9aa-15fd-478f-acc7-a1e1d18333a1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:32:11,853 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.046s 2021-07-21 00:32:11,854 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:32:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-48222cb6-c909-464a-a9be-1d08e043c2c1', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-48222cb6-c909-464a-a9be-1d08e043c2c1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:32:12,908 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.046s 2021-07-21 00:32:12,908 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:32:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0673b3c4-3969-43ba-b68d-5fc113abe0f9', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0673b3c4-3969-43ba-b68d-5fc113abe0f9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:32:13,964 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.048s 2021-07-21 00:32:13,964 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:32:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-615c22f4-91ae-4acf-9216-b8aed1a78214', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-615c22f4-91ae-4acf-9216-b8aed1a78214', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:32:15,019 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.047s 2021-07-21 00:32:15,020 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:32:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8be31175-88a1-4d96-94bd-5ebb2af78b86', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8be31175-88a1-4d96-94bd-5ebb2af78b86', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:32:16,074 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.046s 2021-07-21 00:32:16,075 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:32:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-69f47648-39a4-449c-ad3f-89424ca81657', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-69f47648-39a4-449c-ad3f-89424ca81657', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:32:17,131 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.048s 2021-07-21 00:32:17,131 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:32:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-32f6bbd5-ccf8-41da-a845-0a219b7995c5', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-32f6bbd5-ccf8-41da-a845-0a219b7995c5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:32:18,185 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.045s 2021-07-21 00:32:18,185 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:32:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e3652edc-c6ea-4c42-b205-3a6fbff3bb5a', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e3652edc-c6ea-4c42-b205-3a6fbff3bb5a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:32:19,239 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.045s 2021-07-21 00:32:19,240 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:32:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-00220c97-5337-477b-ab96-a8c102a6f9af', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-00220c97-5337-477b-ab96-a8c102a6f9af', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:32:20,292 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.045s 2021-07-21 00:32:20,293 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:32:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9b4709dd-6f95-49d1-bfc4-bc9ee71c0d95', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9b4709dd-6f95-49d1-bfc4-bc9ee71c0d95', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:32:21,346 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.045s 2021-07-21 00:32:21,346 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:32:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8d6ce5a1-f7a3-4c19-b6e9-6814fce4c3ec', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8d6ce5a1-f7a3-4c19-b6e9-6814fce4c3ec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:32:22,400 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.046s 2021-07-21 00:32:22,400 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:32:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-075b6c42-8fc8-4f02-85b2-e0c70343d557', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-075b6c42-8fc8-4f02-85b2-e0c70343d557', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:32:23,455 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.047s 2021-07-21 00:32:23,455 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:32:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1d63b52d-673f-4135-8f11-444321ba0b35', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1d63b52d-673f-4135-8f11-444321ba0b35', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:32:24,509 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.046s 2021-07-21 00:32:24,509 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:32:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8cafaf18-a2bb-4be6-a973-2c5eb6cc64fc', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8cafaf18-a2bb-4be6-a973-2c5eb6cc64fc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:32:25,566 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.049s 2021-07-21 00:32:25,566 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:32:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c018925c-1338-4d5f-9802-14580e38402a', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c018925c-1338-4d5f-9802-14580e38402a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:32:26,620 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.045s 2021-07-21 00:32:26,620 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:32:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-70f01cd5-9617-4608-b03d-cc3ce7c47bb8', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-70f01cd5-9617-4608-b03d-cc3ce7c47bb8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:32:27,673 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.045s 2021-07-21 00:32:27,674 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:32:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ff517eae-1c59-4f8e-bbd1-52a362e0fb5b', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ff517eae-1c59-4f8e-bbd1-52a362e0fb5b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:32:28,725 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.045s 2021-07-21 00:32:28,726 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:32:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ced668d5-da6f-4a4a-ab0a-896fa53320ee', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ced668d5-da6f-4a4a-ab0a-896fa53320ee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:32:29,779 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.045s 2021-07-21 00:32:29,779 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:32:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2a7df146-f77b-46aa-9796-a6c2956dfae9', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2a7df146-f77b-46aa-9796-a6c2956dfae9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:32:30,833 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.044s 2021-07-21 00:32:30,833 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:32:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-61d63250-e871-4ba3-a944-7f63880b3720', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-61d63250-e871-4ba3-a944-7f63880b3720', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:32:31,887 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.045s 2021-07-21 00:32:31,887 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:32:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-242f47e2-65bb-4c85-8a43-4bb0b606e46e', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-242f47e2-65bb-4c85-8a43-4bb0b606e46e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:32:32,940 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.046s 2021-07-21 00:32:32,941 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:32:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d8c74082-321f-4882-a4b5-36ad35a14906', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d8c74082-321f-4882-a4b5-36ad35a14906', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:32:34,004 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.055s 2021-07-21 00:32:34,004 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:32:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5356b8b7-6893-4fd0-a865-72414604c915', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5356b8b7-6893-4fd0-a865-72414604c915', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:32:35,058 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.045s 2021-07-21 00:32:35,058 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:32:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-167dfb78-b83d-428c-8a58-88398df04daa', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-167dfb78-b83d-428c-8a58-88398df04daa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:32:36,112 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.045s 2021-07-21 00:32:36,112 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:32:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b836d27f-cf91-4acb-a789-72735702860d', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b836d27f-cf91-4acb-a789-72735702860d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:32:37,165 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.046s 2021-07-21 00:32:37,166 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:32:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-023eacbe-d606-48e3-83e1-679d4e020998', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-023eacbe-d606-48e3-83e1-679d4e020998', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:32:38,217 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.044s 2021-07-21 00:32:38,218 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:32:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9155ad1a-029d-4182-8e89-86cb48a73e7f', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9155ad1a-029d-4182-8e89-86cb48a73e7f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:32:39,272 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.047s 2021-07-21 00:32:39,273 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:32:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9e0d4b9c-0b1a-4295-92f1-24bff59a4d48', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9e0d4b9c-0b1a-4295-92f1-24bff59a4d48', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:32:40,328 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.048s 2021-07-21 00:32:40,329 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:32:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a674bd4b-ba9b-42ff-8323-9fc45e4e857c', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a674bd4b-ba9b-42ff-8323-9fc45e4e857c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:32:41,381 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.044s 2021-07-21 00:32:41,381 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:32:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ff91cfdf-27ea-4fcc-bf08-d2eed8061773', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ff91cfdf-27ea-4fcc-bf08-d2eed8061773', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:32:42,434 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.044s 2021-07-21 00:32:42,434 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:32:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c2f18513-d569-42ef-8019-94a0eb76d261', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c2f18513-d569-42ef-8019-94a0eb76d261', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:32:43,573 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.130s 2021-07-21 00:32:43,573 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:32:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aa9936a6-3c2a-494c-8dd7-2feb02ecc7ec', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aa9936a6-3c2a-494c-8dd7-2feb02ecc7ec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:32:44,626 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.045s 2021-07-21 00:32:44,627 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:32:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c15ba8cf-d07a-43e0-9ac1-7d4beac7c106', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c15ba8cf-d07a-43e0-9ac1-7d4beac7c106', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:32:45,679 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.044s 2021-07-21 00:32:45,679 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:32:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c8859c9a-4806-407f-aab9-0fb605c4b971', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c8859c9a-4806-407f-aab9-0fb605c4b971', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:32:46,733 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.045s 2021-07-21 00:32:46,734 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:32:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-130bee91-1cd4-467f-87d2-bc8398c5eca2', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-130bee91-1cd4-467f-87d2-bc8398c5eca2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:32:47,787 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.046s 2021-07-21 00:32:47,788 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:32:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-457e8ae8-f4e1-4647-81ec-db87b3224d17', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-457e8ae8-f4e1-4647-81ec-db87b3224d17', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:32:48,840 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.044s 2021-07-21 00:32:48,841 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:32:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b550c4db-c833-4c6f-b265-c7de3b79bd4e', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b550c4db-c833-4c6f-b265-c7de3b79bd4e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:32:49,897 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.047s 2021-07-21 00:32:49,897 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:32:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d6ffeace-9e2e-4eac-9090-f805349fb299', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d6ffeace-9e2e-4eac-9090-f805349fb299', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:32:50,953 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.049s 2021-07-21 00:32:50,953 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:32:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2b40e534-8ecd-4ca5-8863-71e5386e3e50', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2b40e534-8ecd-4ca5-8863-71e5386e3e50', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:32:52,007 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.046s 2021-07-21 00:32:52,007 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:32:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-db7fe0d3-9b33-434f-90ff-f14d224b520c', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-db7fe0d3-9b33-434f-90ff-f14d224b520c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:32:53,061 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.045s 2021-07-21 00:32:53,062 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:32:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-99570884-1f3f-469c-b808-2908c4cc4eb3', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-99570884-1f3f-469c-b808-2908c4cc4eb3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:32:54,115 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.046s 2021-07-21 00:32:54,116 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:32:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cfd46bec-1097-4997-8174-ec7cd56360b0', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cfd46bec-1097-4997-8174-ec7cd56360b0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:32:55,168 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.045s 2021-07-21 00:32:55,169 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:32:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0a751b66-fdd8-470e-8a62-a8dd24492691', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0a751b66-fdd8-470e-8a62-a8dd24492691', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:32:56,223 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.046s 2021-07-21 00:32:56,223 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:32:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e28be0c8-e14e-44c0-9fe0-44893e35ebfa', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e28be0c8-e14e-44c0-9fe0-44893e35ebfa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:32:57,277 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.046s 2021-07-21 00:32:57,278 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:32:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-795cfebd-859a-4fd6-9e04-3830f2579b93', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-795cfebd-859a-4fd6-9e04-3830f2579b93', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:32:58,334 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.047s 2021-07-21 00:32:58,334 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:32:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e1b3032d-b96a-40c6-82f5-80b5dc5c9dbf', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e1b3032d-b96a-40c6-82f5-80b5dc5c9dbf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:32:59,388 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.045s 2021-07-21 00:32:59,388 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:32:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-68fb44eb-1b88-4443-a5bb-206ff6215c58', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-68fb44eb-1b88-4443-a5bb-206ff6215c58', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:33:00,441 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.045s 2021-07-21 00:33:00,442 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:33:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8e4bcfe0-3e7d-4252-a3ff-851caa033911', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8e4bcfe0-3e7d-4252-a3ff-851caa033911', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:33:01,495 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.045s 2021-07-21 00:33:01,495 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:33:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-431f3fb6-9ab9-43fe-9510-f70e60549fca', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-431f3fb6-9ab9-43fe-9510-f70e60549fca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:33:02,548 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.045s 2021-07-21 00:33:02,549 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:33:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-26299afb-2982-42f6-8661-22904a7df3df', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-26299afb-2982-42f6-8661-22904a7df3df', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:33:03,601 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.045s 2021-07-21 00:33:03,602 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:33:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5a40b203-b700-4f79-a459-37cffb330249', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5a40b203-b700-4f79-a459-37cffb330249', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:33:04,655 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.045s 2021-07-21 00:33:04,655 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:33:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eaca1677-1731-4021-affe-23b3cbc24959', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eaca1677-1731-4021-affe-23b3cbc24959', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:33:05,709 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.046s 2021-07-21 00:33:05,709 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:33:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0f6df271-4d24-4fff-bc44-a24c2218cee3', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0f6df271-4d24-4fff-bc44-a24c2218cee3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:33:06,762 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.046s 2021-07-21 00:33:06,763 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:33:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2fa00bc2-89d5-4c83-ad03-c285d243cc7f', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2fa00bc2-89d5-4c83-ad03-c285d243cc7f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:33:07,818 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.047s 2021-07-21 00:33:07,819 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:33:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a8bd5c12-fbdb-40aa-959c-694443f951fc', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a8bd5c12-fbdb-40aa-959c-694443f951fc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:33:08,871 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.044s 2021-07-21 00:33:08,871 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:33:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b85ee2cd-7154-414c-8229-8c81359246b5', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b85ee2cd-7154-414c-8229-8c81359246b5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:33:09,926 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.047s 2021-07-21 00:33:09,926 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:33:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cf7d7650-bf74-44f2-802a-ce063f7a5c51', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cf7d7650-bf74-44f2-802a-ce063f7a5c51', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:33:10,979 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.044s 2021-07-21 00:33:10,979 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:33:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-58a9ae4e-a52d-4cb3-879b-4e84eeafead4', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-58a9ae4e-a52d-4cb3-879b-4e84eeafead4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:33:12,033 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.045s 2021-07-21 00:33:12,033 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:33:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a5a90d91-2259-4a88-a226-84e1a116812e', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a5a90d91-2259-4a88-a226-84e1a116812e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:33:13,086 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.045s 2021-07-21 00:33:13,086 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:33:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b71dd0b7-517b-4a2b-a81f-17d592ee4d3a', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b71dd0b7-517b-4a2b-a81f-17d592ee4d3a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:33:14,140 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.045s 2021-07-21 00:33:14,141 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:33:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b5612ef0-d805-4a7c-bfe6-b2a85d59d94b', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b5612ef0-d805-4a7c-bfe6-b2a85d59d94b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:33:15,193 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.045s 2021-07-21 00:33:15,194 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:33:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-acb943b8-af8f-4826-9d51-4c86eb51b7f6', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-acb943b8-af8f-4826-9d51-4c86eb51b7f6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:33:16,246 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.044s 2021-07-21 00:33:16,247 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:33:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-32e70963-f053-488b-9630-6cc68daab2a6', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-32e70963-f053-488b-9630-6cc68daab2a6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:33:17,300 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.045s 2021-07-21 00:33:17,301 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:33:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7c24c5e1-2d8a-4457-beca-f5c274beba87', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7c24c5e1-2d8a-4457-beca-f5c274beba87', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:33:18,356 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.047s 2021-07-21 00:33:18,356 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:33:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ad34033e-dd14-4cb4-a015-6f6cf08ab3ad', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ad34033e-dd14-4cb4-a015-6f6cf08ab3ad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:33:19,409 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.045s 2021-07-21 00:33:19,410 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:33:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f01d4aa3-3ea8-47d8-b03c-5c63c938e0fe', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f01d4aa3-3ea8-47d8-b03c-5c63c938e0fe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:33:20,463 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.045s 2021-07-21 00:33:20,463 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:33:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a56cba11-153e-4103-92d7-0b9195bd95a1', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a56cba11-153e-4103-92d7-0b9195bd95a1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:33:21,517 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.045s 2021-07-21 00:33:21,517 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:33:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-43acc2a3-3983-42e4-9479-cf3382b9d11a', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-43acc2a3-3983-42e4-9479-cf3382b9d11a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:33:22,570 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.044s 2021-07-21 00:33:22,570 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:33:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-53345ad2-5fd4-4eaa-bbd5-0ffd7127970f', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-53345ad2-5fd4-4eaa-bbd5-0ffd7127970f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:33:23,626 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.048s 2021-07-21 00:33:23,626 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:33:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7dfda0d3-2d4d-4681-be80-49b6eec7b9d0', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7dfda0d3-2d4d-4681-be80-49b6eec7b9d0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:33:24,681 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.046s 2021-07-21 00:33:24,681 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:33:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c1c3166b-a2cd-4701-8975-211d06eed1f5', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c1c3166b-a2cd-4701-8975-211d06eed1f5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:33:25,734 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.045s 2021-07-21 00:33:25,735 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:33:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e3c94df1-accc-46b2-b895-c18c680223cd', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e3c94df1-accc-46b2-b895-c18c680223cd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:33:26,789 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.046s 2021-07-21 00:33:26,789 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:33:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8b72ef04-49e1-44d7-9592-1dd8feb4e9a4', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8b72ef04-49e1-44d7-9592-1dd8feb4e9a4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:33:27,841 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.045s 2021-07-21 00:33:27,842 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:33:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d20945e8-666a-4fa9-968c-81b7b2e08b39', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d20945e8-666a-4fa9-968c-81b7b2e08b39', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:33:28,896 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.046s 2021-07-21 00:33:28,897 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:33:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-660da585-b84a-4b17-9435-2c61005eab1d', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-660da585-b84a-4b17-9435-2c61005eab1d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:33:29,950 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.046s 2021-07-21 00:33:29,951 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:33:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9450091d-c86f-4bf7-a6cb-ca09f20128c3', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9450091d-c86f-4bf7-a6cb-ca09f20128c3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:33:31,006 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.047s 2021-07-21 00:33:31,007 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:33:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-616f8f61-4916-4ca7-9e2b-e7b5c8ad5415', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-616f8f61-4916-4ca7-9e2b-e7b5c8ad5415', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:33:32,060 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.045s 2021-07-21 00:33:32,061 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:33:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3f8eaeeb-268c-429f-a963-c08fca79512c', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3f8eaeeb-268c-429f-a963-c08fca79512c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:33:33,114 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.045s 2021-07-21 00:33:33,114 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:33:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-028c3f77-0af1-487a-b50e-dbc329fca657', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-028c3f77-0af1-487a-b50e-dbc329fca657', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:33:34,168 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.046s 2021-07-21 00:33:34,169 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:33:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4675ead3-d857-4f0b-9650-31e4c831afbc', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4675ead3-d857-4f0b-9650-31e4c831afbc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:33:35,221 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.045s 2021-07-21 00:33:35,221 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:33:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1174c357-4fa9-43a9-b60a-b43f914ff98e', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1174c357-4fa9-43a9-b60a-b43f914ff98e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:33:36,276 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.047s 2021-07-21 00:33:36,276 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:33:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a0bdd93f-3de8-4a98-9749-cafc58d3655d', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a0bdd93f-3de8-4a98-9749-cafc58d3655d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:33:37,331 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.047s 2021-07-21 00:33:37,331 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:33:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-86b3f063-f345-45ce-b92b-274bd4b6f712', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-86b3f063-f345-45ce-b92b-274bd4b6f712', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:33:38,386 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.047s 2021-07-21 00:33:38,387 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:33:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-55f652fc-8dc7-436f-9737-51250d45c743', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-55f652fc-8dc7-436f-9737-51250d45c743', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:33:39,440 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.045s 2021-07-21 00:33:39,441 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:33:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f3349ea7-e3dd-43cd-ba41-b1490ab2a999', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f3349ea7-e3dd-43cd-ba41-b1490ab2a999', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:33:40,494 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.046s 2021-07-21 00:33:40,495 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:33:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1451419d-aead-453d-bbfd-32303c0b68aa', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1451419d-aead-453d-bbfd-32303c0b68aa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:33:41,546 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.043s 2021-07-21 00:33:41,547 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:33:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8140d536-8fbb-4d2f-a6a5-68b1fef47c51', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8140d536-8fbb-4d2f-a6a5-68b1fef47c51', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:33:42,602 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.046s 2021-07-21 00:33:42,602 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:33:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b18bac3a-cecd-4020-ab63-29a300255ff5', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b18bac3a-cecd-4020-ab63-29a300255ff5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:33:43,656 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.045s 2021-07-21 00:33:43,656 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:33:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cf29366b-f222-4c00-97c4-9e0a1043337e', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cf29366b-f222-4c00-97c4-9e0a1043337e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:33:44,710 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.046s 2021-07-21 00:33:44,710 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:33:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9aeb7dce-867c-41e1-a090-0ac5e79253c8', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9aeb7dce-867c-41e1-a090-0ac5e79253c8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:33:45,764 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.045s 2021-07-21 00:33:45,764 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:33:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a37541a6-273f-42d1-8303-6b7554795eab', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a37541a6-273f-42d1-8303-6b7554795eab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:33:46,817 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.045s 2021-07-21 00:33:46,818 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:33:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-df3d1120-5f3c-4709-baca-0476a268a7e4', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-df3d1120-5f3c-4709-baca-0476a268a7e4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:33:47,871 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.045s 2021-07-21 00:33:47,871 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:33:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d2253709-a21e-4a3d-8763-c1979ad1a2d0', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d2253709-a21e-4a3d-8763-c1979ad1a2d0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:33:48,925 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.045s 2021-07-21 00:33:48,925 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:33:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a2c359cc-ae6c-460c-95d4-c610eaf9ba09', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a2c359cc-ae6c-460c-95d4-c610eaf9ba09', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:33:49,978 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.046s 2021-07-21 00:33:49,979 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:33:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d08bbe4f-528e-4163-8ba7-103c6f0c8bc3', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d08bbe4f-528e-4163-8ba7-103c6f0c8bc3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:33:51,030 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.044s 2021-07-21 00:33:51,030 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:33:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-15b99b26-da90-4f85-a6b0-ceb429196a38', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-15b99b26-da90-4f85-a6b0-ceb429196a38', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:33:52,088 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.049s 2021-07-21 00:33:52,089 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:33:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-90a0e5e6-f9f9-42f4-a343-4690ceffd086', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-90a0e5e6-f9f9-42f4-a343-4690ceffd086', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:33:53,142 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.044s 2021-07-21 00:33:53,142 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:33:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dd4b1861-c572-48e4-8337-dc7e1c35c223', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dd4b1861-c572-48e4-8337-dc7e1c35c223', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:33:54,200 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.051s 2021-07-21 00:33:54,201 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:33:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9a06b3d2-33d6-4942-b046-f7eb77af6ef0', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9a06b3d2-33d6-4942-b046-f7eb77af6ef0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:33:55,255 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.046s 2021-07-21 00:33:55,255 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:33:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d0cd55c9-d984-43e3-8fac-9db3eb38dbec', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d0cd55c9-d984-43e3-8fac-9db3eb38dbec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:33:56,308 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.045s 2021-07-21 00:33:56,309 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:33:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-46147291-450c-4675-b097-0beb397f75d4', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-46147291-450c-4675-b097-0beb397f75d4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:33:57,361 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.044s 2021-07-21 00:33:57,361 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:33:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-66d67081-d492-4097-9933-81df90a18a13', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-66d67081-d492-4097-9933-81df90a18a13', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:33:58,415 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.046s 2021-07-21 00:33:58,415 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:33:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-52e44ffa-7e93-4a6d-8088-f16fbd3b480e', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-52e44ffa-7e93-4a6d-8088-f16fbd3b480e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:33:59,467 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.044s 2021-07-21 00:33:59,468 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:33:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-16bbc3c6-9ffc-4707-bb63-6cf94acdf8e9', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-16bbc3c6-9ffc-4707-bb63-6cf94acdf8e9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:34:00,521 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.045s 2021-07-21 00:34:00,521 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:34:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8bace93c-05ad-4804-94a4-37d831c1129f', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8bace93c-05ad-4804-94a4-37d831c1129f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:34:01,574 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.045s 2021-07-21 00:34:01,575 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:34:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d23142e9-b105-4b92-92d3-bee830807434', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d23142e9-b105-4b92-92d3-bee830807434', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:34:02,627 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.045s 2021-07-21 00:34:02,628 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:34:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6b369d8e-6929-4001-8408-e100ecb41860', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6b369d8e-6929-4001-8408-e100ecb41860', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:34:03,721 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.044s 2021-07-21 00:34:03,721 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:34:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c7669830-b179-4d34-9902-7c4d8875c4e3', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c7669830-b179-4d34-9902-7c4d8875c4e3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:34:04,774 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.045s 2021-07-21 00:34:04,774 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:34:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d5d2d7bb-611c-4b54-8512-ec73b059840e', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d5d2d7bb-611c-4b54-8512-ec73b059840e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:34:05,827 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.044s 2021-07-21 00:34:05,827 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:34:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5d765559-0346-493f-a47e-04f122d69894', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5d765559-0346-493f-a47e-04f122d69894', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:34:06,881 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.045s 2021-07-21 00:34:06,881 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:34:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7c86e033-fb8e-4497-8a64-f21e7fc55fc9', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7c86e033-fb8e-4497-8a64-f21e7fc55fc9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:34:07,935 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.046s 2021-07-21 00:34:07,935 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:34:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-21ba64cf-6aa2-43b9-b93b-0e0d61dca21f', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-21ba64cf-6aa2-43b9-b93b-0e0d61dca21f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:34:08,989 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.045s 2021-07-21 00:34:08,989 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:34:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-63a28177-2a26-4e03-ab88-32349ac2346f', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-63a28177-2a26-4e03-ab88-32349ac2346f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:34:10,042 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.045s 2021-07-21 00:34:10,043 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:34:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a1c63100-e5b7-4eb4-967e-4ea325573ee3', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a1c63100-e5b7-4eb4-967e-4ea325573ee3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:34:11,096 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.045s 2021-07-21 00:34:11,096 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:34:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-80fbeba2-c88b-4628-81bc-a56d75689701', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-80fbeba2-c88b-4628-81bc-a56d75689701', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:34:12,150 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.046s 2021-07-21 00:34:12,150 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:34:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-55408220-07c3-496c-93bb-307d38042ce9', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-55408220-07c3-496c-93bb-307d38042ce9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:34:13,203 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.045s 2021-07-21 00:34:13,203 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:34:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-36ca0424-1da1-4a76-a181-711346872c7d', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-36ca0424-1da1-4a76-a181-711346872c7d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:34:14,257 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.045s 2021-07-21 00:34:14,257 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:34:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-504e7303-2c1e-4c15-a351-bf8c1efc9daf', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-504e7303-2c1e-4c15-a351-bf8c1efc9daf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:34:15,311 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.046s 2021-07-21 00:34:15,312 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:34:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d98a62ab-daca-4ef4-bcd4-b6a581b08db5', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d98a62ab-daca-4ef4-bcd4-b6a581b08db5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:34:16,365 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.045s 2021-07-21 00:34:16,365 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:34:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d4a25e14-78ee-4609-b665-15cd52220802', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d4a25e14-78ee-4609-b665-15cd52220802', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:34:17,419 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.045s 2021-07-21 00:34:17,419 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:34:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d40e4e80-a04e-44c5-821b-3d17acb004d7', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d40e4e80-a04e-44c5-821b-3d17acb004d7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:34:18,473 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.046s 2021-07-21 00:34:18,474 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:34:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9ed75b6d-6b18-453b-bb7a-db6e3bc52b9d', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9ed75b6d-6b18-453b-bb7a-db6e3bc52b9d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:34:19,528 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.047s 2021-07-21 00:34:19,529 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:34:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f2a6043c-996c-4310-8ef4-841dbd1ddbc8', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f2a6043c-996c-4310-8ef4-841dbd1ddbc8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:34:20,582 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.045s 2021-07-21 00:34:20,582 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:34:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-16c78a25-db02-4f79-b13b-6984495bcedf', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-16c78a25-db02-4f79-b13b-6984495bcedf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:34:21,635 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.045s 2021-07-21 00:34:21,636 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:34:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-738e65a9-3565-4000-9836-e5d07641322a', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-738e65a9-3565-4000-9836-e5d07641322a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:34:22,689 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.045s 2021-07-21 00:34:22,689 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:34:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e8b027d4-db15-4998-93a9-a8c62f043ac1', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e8b027d4-db15-4998-93a9-a8c62f043ac1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:34:23,743 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.045s 2021-07-21 00:34:23,743 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:34:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6c44805d-3495-4e04-86f2-6a3b42680860', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6c44805d-3495-4e04-86f2-6a3b42680860', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:34:24,798 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.046s 2021-07-21 00:34:24,799 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:34:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-03034c1e-0f4e-49ae-8442-770bb5e81f42', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-03034c1e-0f4e-49ae-8442-770bb5e81f42', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:34:25,852 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.045s 2021-07-21 00:34:25,852 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:34:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b95bae6e-6e34-4bc7-9b45-e3e3ad5288c4', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b95bae6e-6e34-4bc7-9b45-e3e3ad5288c4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:34:26,906 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.045s 2021-07-21 00:34:26,906 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:34:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d1be7992-996c-4add-bcd0-15b22e7f7441', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d1be7992-996c-4add-bcd0-15b22e7f7441', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:34:27,960 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.046s 2021-07-21 00:34:27,960 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:34:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c4134f55-543d-4757-b1b0-ac861e0207e2', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c4134f55-543d-4757-b1b0-ac861e0207e2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:34:29,014 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.046s 2021-07-21 00:34:29,015 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:34:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-00ddb8c9-7ef1-4072-9ce0-715c43f619e8', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-00ddb8c9-7ef1-4072-9ce0-715c43f619e8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:34:30,069 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.046s 2021-07-21 00:34:30,069 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:34:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-df32cc06-2ad9-487e-b332-28a4c15ce2d2', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-df32cc06-2ad9-487e-b332-28a4c15ce2d2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:34:31,122 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.045s 2021-07-21 00:34:31,123 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:34:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f7ffe7ba-2a08-49b8-9782-0a1e5bb8a270', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f7ffe7ba-2a08-49b8-9782-0a1e5bb8a270', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:34:32,177 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.046s 2021-07-21 00:34:32,178 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:34:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-349812d7-9b36-460b-bd9d-b14d398b1fec', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-349812d7-9b36-460b-bd9d-b14d398b1fec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:34:33,231 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.045s 2021-07-21 00:34:33,231 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:34:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f1a02dfd-b0d5-44f0-a8de-08c6a606b579', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f1a02dfd-b0d5-44f0-a8de-08c6a606b579', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:34:34,284 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.046s 2021-07-21 00:34:34,285 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:34:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d4b73060-ef73-46fb-86c1-54130dd695c4', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d4b73060-ef73-46fb-86c1-54130dd695c4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:34:35,338 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.046s 2021-07-21 00:34:35,339 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:34:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-894646ea-1761-45bb-9435-c2b3e8d04799', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-894646ea-1761-45bb-9435-c2b3e8d04799', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:34:36,392 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.045s 2021-07-21 00:34:36,393 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:34:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ca8eeb85-9252-45bc-8f01-afdfc2f2fa23', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ca8eeb85-9252-45bc-8f01-afdfc2f2fa23', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:34:37,446 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.045s 2021-07-21 00:34:37,446 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:34:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-82cf04b9-78bf-448f-8be3-ade4cdd92dec', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-82cf04b9-78bf-448f-8be3-ade4cdd92dec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:34:38,501 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.047s 2021-07-21 00:34:38,501 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:34:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0246bc35-1ed3-4636-9152-6c39757cbfef', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0246bc35-1ed3-4636-9152-6c39757cbfef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:34:39,555 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.047s 2021-07-21 00:34:39,556 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:34:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d6cd04e3-f276-4e99-9221-ba7668359a02', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d6cd04e3-f276-4e99-9221-ba7668359a02', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:34:40,609 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.045s 2021-07-21 00:34:40,609 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:34:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-630a615e-7c9c-4458-ab21-5c0a70eb805c', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-630a615e-7c9c-4458-ab21-5c0a70eb805c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:34:41,664 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.046s 2021-07-21 00:34:41,665 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:34:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c5c21293-2444-4357-aae3-0b3e6fa70ddc', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c5c21293-2444-4357-aae3-0b3e6fa70ddc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:34:42,718 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.044s 2021-07-21 00:34:42,718 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:34:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-52903e1c-31e2-476f-9d4f-76c9fc99c415', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-52903e1c-31e2-476f-9d4f-76c9fc99c415', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:34:43,771 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.045s 2021-07-21 00:34:43,772 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:34:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0363e1c3-1223-4f0e-85fd-b28949cb2cc0', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0363e1c3-1223-4f0e-85fd-b28949cb2cc0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:34:44,825 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.045s 2021-07-21 00:34:44,825 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:34:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-84b4ce02-0f2e-40fb-a79d-157efbd51f54', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-84b4ce02-0f2e-40fb-a79d-157efbd51f54', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:34:45,880 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.046s 2021-07-21 00:34:45,880 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:34:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-34d1dd7f-12b9-4af9-b4ce-d9b85d9cef8c', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-34d1dd7f-12b9-4af9-b4ce-d9b85d9cef8c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:34:46,933 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.045s 2021-07-21 00:34:46,933 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:34:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d724f886-fffc-4665-abd1-13f5e4874dba', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d724f886-fffc-4665-abd1-13f5e4874dba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:34:47,992 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.050s 2021-07-21 00:34:47,992 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:34:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d21c0b50-d562-4a28-8f58-85abebda5e02', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d21c0b50-d562-4a28-8f58-85abebda5e02', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:34:49,045 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.045s 2021-07-21 00:34:49,046 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:34:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-31340cae-3dee-493c-9216-d08791ca83dc', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-31340cae-3dee-493c-9216-d08791ca83dc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:34:50,100 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.046s 2021-07-21 00:34:50,100 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:34:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b3660546-19bb-4650-b6c5-372d81b051a2', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b3660546-19bb-4650-b6c5-372d81b051a2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:34:51,154 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.046s 2021-07-21 00:34:51,154 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:34:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-75c632e1-5ef5-4246-af23-10fd78862e07', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-75c632e1-5ef5-4246-af23-10fd78862e07', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:34:52,216 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.053s 2021-07-21 00:34:52,216 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:34:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9b7e6482-4bb1-4be0-acbb-28d1d816d3f7', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9b7e6482-4bb1-4be0-acbb-28d1d816d3f7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:34:53,271 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.046s 2021-07-21 00:34:53,272 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:34:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-451734ae-bfca-4120-a958-5e2bc1db12de', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-451734ae-bfca-4120-a958-5e2bc1db12de', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:34:54,324 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.044s 2021-07-21 00:34:54,325 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:34:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d1c8c003-8d3b-4aa0-848d-9d7f69ca1825', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d1c8c003-8d3b-4aa0-848d-9d7f69ca1825', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:34:55,377 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.045s 2021-07-21 00:34:55,378 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:34:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3fbbb665-78e9-4fe4-b372-196e4089a119', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3fbbb665-78e9-4fe4-b372-196e4089a119', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:34:56,431 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.045s 2021-07-21 00:34:56,431 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:34:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-356f5f39-3b7f-4206-9d63-d97c40cc16ba', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-356f5f39-3b7f-4206-9d63-d97c40cc16ba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:34:57,484 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.045s 2021-07-21 00:34:57,485 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:34:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4314e396-57da-41de-8b64-2a1c7b12b49e', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4314e396-57da-41de-8b64-2a1c7b12b49e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:34:58,539 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.046s 2021-07-21 00:34:58,539 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:34:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6125c700-58a5-449e-8394-cdeb205d663c', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6125c700-58a5-449e-8394-cdeb205d663c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:34:59,592 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.045s 2021-07-21 00:34:59,593 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:34:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0d965aad-4c12-4032-8c3e-242073f4d24f', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0d965aad-4c12-4032-8c3e-242073f4d24f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:35:00,646 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.046s 2021-07-21 00:35:00,647 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:35:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ec684260-b578-47bc-9fd1-1c3d6e3f3f2b', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ec684260-b578-47bc-9fd1-1c3d6e3f3f2b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:35:01,699 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.044s 2021-07-21 00:35:01,700 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:35:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3951fdfa-aa99-4e3a-8e96-08aa44d84bac', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3951fdfa-aa99-4e3a-8e96-08aa44d84bac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:35:02,753 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.046s 2021-07-21 00:35:02,754 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:35:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-78ec999d-fe3e-4ac6-88fb-930271d65dd2', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-78ec999d-fe3e-4ac6-88fb-930271d65dd2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:35:03,807 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.045s 2021-07-21 00:35:03,807 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:35:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c37e453d-2b7b-4265-8c41-69ee7481e94c', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c37e453d-2b7b-4265-8c41-69ee7481e94c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:35:04,861 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.046s 2021-07-21 00:35:04,861 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:35:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-804060c7-fcc9-4509-8bc2-fef426d5f3bd', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-804060c7-fcc9-4509-8bc2-fef426d5f3bd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:35:05,914 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.045s 2021-07-21 00:35:05,915 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:35:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9f49d0f0-0eeb-40f1-954a-5dda3994c425', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9f49d0f0-0eeb-40f1-954a-5dda3994c425', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:35:06,968 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.045s 2021-07-21 00:35:06,968 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:35:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dbe3363d-1e23-467f-aa4a-5f57747f2d5d', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dbe3363d-1e23-467f-aa4a-5f57747f2d5d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:35:08,024 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.047s 2021-07-21 00:35:08,024 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:35:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9881c849-1709-4166-90f6-8e7d02bf7c30', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9881c849-1709-4166-90f6-8e7d02bf7c30', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:35:09,078 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.045s 2021-07-21 00:35:09,078 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:35:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-694668c2-ff08-47b4-ad03-c84e12a4f39b', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-694668c2-ff08-47b4-ad03-c84e12a4f39b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:35:10,132 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.046s 2021-07-21 00:35:10,132 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:35:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-923c5ebd-66d1-4192-96fd-8357c9bab84b', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-923c5ebd-66d1-4192-96fd-8357c9bab84b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:35:11,185 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.045s 2021-07-21 00:35:11,186 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:35:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f9cf3963-203e-4d12-9502-170b8afc2f18', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f9cf3963-203e-4d12-9502-170b8afc2f18', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:35:12,240 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.045s 2021-07-21 00:35:12,240 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:35:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-02e454d2-7c78-4b1b-892d-839b52420db6', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-02e454d2-7c78-4b1b-892d-839b52420db6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:35:13,293 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.045s 2021-07-21 00:35:13,293 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:35:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a8c24283-6259-4fbc-a5b8-9121c81996e0', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a8c24283-6259-4fbc-a5b8-9121c81996e0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:35:14,347 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.045s 2021-07-21 00:35:14,348 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:35:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-25c2c4d4-e029-40e6-88d2-8a06c5950167', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-25c2c4d4-e029-40e6-88d2-8a06c5950167', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:35:15,402 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.046s 2021-07-21 00:35:15,402 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:35:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-31fc927b-06d4-4417-a81c-360b25905854', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-31fc927b-06d4-4417-a81c-360b25905854', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:35:16,455 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.045s 2021-07-21 00:35:16,456 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:35:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3bc28bf6-38a5-40e6-abe0-0a02b7e78a61', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3bc28bf6-38a5-40e6-abe0-0a02b7e78a61', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:35:17,511 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.047s 2021-07-21 00:35:17,511 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:35:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3a2d395d-21bd-4610-948d-2fba448813ed', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3a2d395d-21bd-4610-948d-2fba448813ed', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:35:18,565 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.045s 2021-07-21 00:35:18,565 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:35:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-294c5e87-078a-40c2-8204-11cb0c883bd2', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-294c5e87-078a-40c2-8204-11cb0c883bd2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:35:19,619 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.046s 2021-07-21 00:35:19,619 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:35:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3feb1258-b31d-4e8a-8e07-4ef9fe241ca5', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3feb1258-b31d-4e8a-8e07-4ef9fe241ca5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:35:20,672 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.044s 2021-07-21 00:35:20,673 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:35:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-380fa4ab-941b-41d1-a633-c6294199c141', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-380fa4ab-941b-41d1-a633-c6294199c141', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:35:21,725 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.044s 2021-07-21 00:35:21,726 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:35:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8f755d9a-00ae-4084-adfc-aa394e0f04aa', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8f755d9a-00ae-4084-adfc-aa394e0f04aa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:35:22,779 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.045s 2021-07-21 00:35:22,779 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:35:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c1897b43-1fa1-4bca-a397-706d3b3cf3f5', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c1897b43-1fa1-4bca-a397-706d3b3cf3f5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:35:23,833 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.045s 2021-07-21 00:35:23,833 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:35:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4541aca9-529d-4670-9138-715d61e68fd4', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4541aca9-529d-4670-9138-715d61e68fd4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:35:24,887 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.046s 2021-07-21 00:35:24,888 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:35:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-161786ac-0477-41a3-a487-635dc0b39457', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-161786ac-0477-41a3-a487-635dc0b39457', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:35:25,940 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.046s 2021-07-21 00:35:25,941 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:35:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e72d575c-e62d-4bf8-aa5b-118953219eb3', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e72d575c-e62d-4bf8-aa5b-118953219eb3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:35:26,995 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.046s 2021-07-21 00:35:26,995 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:35:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f9433afe-4c27-460c-96ac-db39bf511fbd', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f9433afe-4c27-460c-96ac-db39bf511fbd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:35:28,048 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.045s 2021-07-21 00:35:28,049 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:35:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5146c99c-199b-44df-86c4-568b794dec31', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5146c99c-199b-44df-86c4-568b794dec31', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:35:29,107 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.050s 2021-07-21 00:35:29,107 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:35:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c6dedce2-730b-435f-857b-ca793d84a0ec', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c6dedce2-730b-435f-857b-ca793d84a0ec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:35:30,161 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.046s 2021-07-21 00:35:30,161 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:35:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-be5edceb-34e4-4223-9d33-72d3a4130371', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-be5edceb-34e4-4223-9d33-72d3a4130371', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:35:31,214 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.045s 2021-07-21 00:35:31,215 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:35:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-63aecb72-32e3-4f45-a235-9bd4f9acf799', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-63aecb72-32e3-4f45-a235-9bd4f9acf799', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:35:32,269 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.045s 2021-07-21 00:35:32,269 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:35:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e7b96285-8e64-4fbd-afe6-b1f1b46fc6e5', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e7b96285-8e64-4fbd-afe6-b1f1b46fc6e5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:35:33,324 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.046s 2021-07-21 00:35:33,324 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:35:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-67d39ad4-611b-4c10-a74e-88aeb2151234', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-67d39ad4-611b-4c10-a74e-88aeb2151234', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:35:34,378 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.046s 2021-07-21 00:35:34,378 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:35:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7933f9d0-036e-42f0-96e1-a3de752b774d', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7933f9d0-036e-42f0-96e1-a3de752b774d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:35:35,431 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.045s 2021-07-21 00:35:35,432 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:35:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-48b813f6-263e-44c8-b786-800fed2acbf0', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-48b813f6-263e-44c8-b786-800fed2acbf0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:35:36,486 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.045s 2021-07-21 00:35:36,486 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:35:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-44d698cc-2cdc-4adc-8083-dfa1b1c5c0cd', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-44d698cc-2cdc-4adc-8083-dfa1b1c5c0cd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:35:37,539 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.045s 2021-07-21 00:35:37,539 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:35:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-31d204a9-35e1-452b-8dbf-6a430325451f', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-31d204a9-35e1-452b-8dbf-6a430325451f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:35:38,592 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.045s 2021-07-21 00:35:38,592 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:35:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7ebd464d-150e-44cf-ac4e-51a155378478', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7ebd464d-150e-44cf-ac4e-51a155378478', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:35:39,646 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.045s 2021-07-21 00:35:39,646 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:35:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-12785f4e-d0be-463d-8cf0-1e0ea217515b', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-12785f4e-d0be-463d-8cf0-1e0ea217515b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:35:40,701 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.047s 2021-07-21 00:35:40,701 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:35:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bc0aefe4-388a-4d9c-82ef-c8675c41c006', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bc0aefe4-388a-4d9c-82ef-c8675c41c006', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:35:41,755 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.046s 2021-07-21 00:35:41,755 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:35:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-76aefc23-c48f-4805-841a-47083d5ce02d', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-76aefc23-c48f-4805-841a-47083d5ce02d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:35:42,809 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.045s 2021-07-21 00:35:42,809 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:35:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-608455af-2690-4c8a-bc27-4e4ae28c2458', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-608455af-2690-4c8a-bc27-4e4ae28c2458', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:35:43,862 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.045s 2021-07-21 00:35:43,862 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:35:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fc1fce18-8460-4c4a-8214-0b78556d9d72', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fc1fce18-8460-4c4a-8214-0b78556d9d72', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:35:44,916 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.046s 2021-07-21 00:35:44,916 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:35:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1a775563-a0df-4279-9a9a-b5a35676f929', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1a775563-a0df-4279-9a9a-b5a35676f929', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:35:45,970 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.045s 2021-07-21 00:35:45,970 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:35:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7f1f4533-0ea3-4ae2-a959-b018c278b53e', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7f1f4533-0ea3-4ae2-a959-b018c278b53e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:35:47,026 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.047s 2021-07-21 00:35:47,026 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:35:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-52e44f9b-ffdb-4931-8726-0c75b41072a4', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-52e44f9b-ffdb-4931-8726-0c75b41072a4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:35:48,080 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.045s 2021-07-21 00:35:48,080 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:35:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-42aad02b-2a61-48ca-9a80-39dac4a5f576', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-42aad02b-2a61-48ca-9a80-39dac4a5f576', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:35:49,135 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.046s 2021-07-21 00:35:49,135 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:35:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-308c2819-0fe1-421e-b23e-83f7b639a357', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-308c2819-0fe1-421e-b23e-83f7b639a357', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:35:50,188 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.045s 2021-07-21 00:35:50,189 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:35:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0f581bb9-616d-4477-8925-ced7b863c5cb', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0f581bb9-616d-4477-8925-ced7b863c5cb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:35:51,242 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.045s 2021-07-21 00:35:51,242 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:35:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3c15264c-6f99-4b1d-8305-d769b00fdb03', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3c15264c-6f99-4b1d-8305-d769b00fdb03', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:35:52,296 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.045s 2021-07-21 00:35:52,296 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:35:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ce98f338-9b60-491e-891a-88ff7d74b7ba', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ce98f338-9b60-491e-891a-88ff7d74b7ba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:35:53,350 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.045s 2021-07-21 00:35:53,350 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:35:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8d475ba0-ac53-4921-beb1-54d3ebd135b1', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8d475ba0-ac53-4921-beb1-54d3ebd135b1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:35:54,404 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.046s 2021-07-21 00:35:54,404 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:35:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a8732b6d-debb-4c9c-a29b-c61a42bf482d', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a8732b6d-debb-4c9c-a29b-c61a42bf482d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:35:55,457 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.045s 2021-07-21 00:35:55,458 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:35:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-80284c2b-99eb-4971-a0b3-5c0ac18d25d5', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-80284c2b-99eb-4971-a0b3-5c0ac18d25d5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:35:56,511 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.045s 2021-07-21 00:35:56,512 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:35:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bc333ea6-1be8-4c8c-b9f2-c4a352968891', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bc333ea6-1be8-4c8c-b9f2-c4a352968891', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:35:57,564 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.045s 2021-07-21 00:35:57,565 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:35:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eeef5fa6-a1ad-41b8-90a1-2fd4e4c59aa8', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eeef5fa6-a1ad-41b8-90a1-2fd4e4c59aa8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:35:58,618 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.045s 2021-07-21 00:35:58,618 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:35:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ab75d9af-bb7b-46aa-9fb9-d2ba1b876947', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ab75d9af-bb7b-46aa-9fb9-d2ba1b876947', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:35:59,670 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.044s 2021-07-21 00:35:59,671 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:35:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4de240ce-c766-480c-b93b-8dffdd451600', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4de240ce-c766-480c-b93b-8dffdd451600', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:36:00,724 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.045s 2021-07-21 00:36:00,725 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:36:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f03aaba2-5544-41ed-b4c1-cc5b39e3ab60', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f03aaba2-5544-41ed-b4c1-cc5b39e3ab60', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:36:01,777 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.045s 2021-07-21 00:36:01,778 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:36:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8bade4ba-bbb3-4cfb-907a-c369ea7c1b27', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8bade4ba-bbb3-4cfb-907a-c369ea7c1b27', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:36:02,832 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.045s 2021-07-21 00:36:02,832 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:36:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3366a7c5-bcfc-4840-bb31-c14f7651fbe2', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3366a7c5-bcfc-4840-bb31-c14f7651fbe2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:36:03,886 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.045s 2021-07-21 00:36:03,886 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:36:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7bad618b-b098-4c5f-9e9b-705b00859ef1', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7bad618b-b098-4c5f-9e9b-705b00859ef1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:36:04,940 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.046s 2021-07-21 00:36:04,941 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:36:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e37f3d59-0e63-464f-879d-b375829230b2', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e37f3d59-0e63-464f-879d-b375829230b2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:36:05,994 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.045s 2021-07-21 00:36:05,994 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:36:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-04f5de2b-701c-4aee-9551-5cca815a46a1', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-04f5de2b-701c-4aee-9551-5cca815a46a1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:36:07,048 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.045s 2021-07-21 00:36:07,048 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:36:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2fc4d4fe-1996-4b26-bd53-fbb2886adaa6', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2fc4d4fe-1996-4b26-bd53-fbb2886adaa6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:36:08,103 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.047s 2021-07-21 00:36:08,104 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:36:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-640ee8d1-677d-4cb0-96d9-3c6ea8279528', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-640ee8d1-677d-4cb0-96d9-3c6ea8279528', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:36:09,174 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.061s 2021-07-21 00:36:09,174 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:36:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b3817ad4-acf9-4291-be52-d2275bf82c71', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b3817ad4-acf9-4291-be52-d2275bf82c71', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:36:10,228 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1 0.045s 2021-07-21 00:36:10,228 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:36:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-715cac66-f536-4678-8eb3-cf6ce269a67a', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-715cac66-f536-4678-8eb3-cf6ce269a67a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1'} Body: b'{"volume": {"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:22:43.000000", "updated_at": "2021-07-21T00:30:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-284645834", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/8ffde1de-58f8-438b-8faf-3d9f386d0de1"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "attachment_id": "5c3bdb42-8992-44a0-9b64-e263e660a587", "volume_id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1", "server_id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:24:04.000000"}], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:36:10,349 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 204 DELETE http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece 0.114s 2021-07-21 00:36:10,349 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:36:10 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-2fd25f5f-b4cd-471e-ada2-0583035aa298', 'x-compute-request-id': 'req-2fd25f5f-b4cd-471e-ada2-0583035aa298', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece'} Body: b'' 2021-07-21 00:36:10,509 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece 0.159s 2021-07-21 00:36:10,509 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:36:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b4de3740-aa8b-4157-b842-6810558a0f11', 'x-compute-request-id': 'req-b4de3740-aa8b-4157-b842-6810558a0f11', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece'} Body: b'{"server": {"id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "name": "tempest-VolumesSnapshotTestJSON-instance-1370406665", "status": "ACTIVE", "tenant_id": "29973e77972d406caa7a5d453c78d7d6", "user_id": "eee64f43758146518effe7f505ec3486", "metadata": {}, "hostId": "48a2ad87b832a23ac08284a971eacc481133f3180ca7338599f57303", "image": {"id": "85eb65b8-a5cc-489d-a3d6-b4c396f9651c", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/85eb65b8-a5cc-489d-a3d6-b4c396f9651c"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:23:51Z", "updated": "2021-07-21T00:36:10Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1763226707-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ad:dc:b8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-07-21T00:24:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1"}]}}' 2021-07-21 00:36:11,617 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece 0.099s 2021-07-21 00:36:11,618 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:36:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1518', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-32107375-389e-45e6-99a0-498ab3718771', 'x-compute-request-id': 'req-32107375-389e-45e6-99a0-498ab3718771', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece'} Body: b'{"server": {"id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "name": "tempest-VolumesSnapshotTestJSON-instance-1370406665", "status": "ACTIVE", "tenant_id": "29973e77972d406caa7a5d453c78d7d6", "user_id": "eee64f43758146518effe7f505ec3486", "metadata": {}, "hostId": "48a2ad87b832a23ac08284a971eacc481133f3180ca7338599f57303", "image": {"id": "85eb65b8-a5cc-489d-a3d6-b4c396f9651c", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/85eb65b8-a5cc-489d-a3d6-b4c396f9651c"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:23:51Z", "updated": "2021-07-21T00:36:10Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1763226707-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ad:dc:b8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-07-21T00:24:01.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1"}]}}' 2021-07-21 00:36:12,710 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece 0.083s 2021-07-21 00:36:12,710 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:36:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b7eb99be-6010-40bf-9e3f-bad2e1eac13f', 'x-compute-request-id': 'req-b7eb99be-6010-40bf-9e3f-bad2e1eac13f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece'} Body: b'{"server": {"id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "name": "tempest-VolumesSnapshotTestJSON-instance-1370406665", "status": "ACTIVE", "tenant_id": "29973e77972d406caa7a5d453c78d7d6", "user_id": "eee64f43758146518effe7f505ec3486", "metadata": {}, "hostId": "48a2ad87b832a23ac08284a971eacc481133f3180ca7338599f57303", "image": {"id": "85eb65b8-a5cc-489d-a3d6-b4c396f9651c", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/85eb65b8-a5cc-489d-a3d6-b4c396f9651c"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:23:51Z", "updated": "2021-07-21T00:36:10Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-07-21T00:24:01.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1"}]}}' 2021-07-21 00:36:13,806 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece 0.087s 2021-07-21 00:36:13,807 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:36:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-aeb08d10-0513-4ac4-b647-63d91be43a4f', 'x-compute-request-id': 'req-aeb08d10-0513-4ac4-b647-63d91be43a4f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece'} Body: b'{"server": {"id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "name": "tempest-VolumesSnapshotTestJSON-instance-1370406665", "status": "ACTIVE", "tenant_id": "29973e77972d406caa7a5d453c78d7d6", "user_id": "eee64f43758146518effe7f505ec3486", "metadata": {}, "hostId": "48a2ad87b832a23ac08284a971eacc481133f3180ca7338599f57303", "image": {"id": "85eb65b8-a5cc-489d-a3d6-b4c396f9651c", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/85eb65b8-a5cc-489d-a3d6-b4c396f9651c"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:23:51Z", "updated": "2021-07-21T00:36:10Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-07-21T00:24:01.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1"}]}}' 2021-07-21 00:36:14,901 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece 0.085s 2021-07-21 00:36:14,901 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:36:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f6a8584d-9c27-4232-81d5-7978f2bd3663', 'x-compute-request-id': 'req-f6a8584d-9c27-4232-81d5-7978f2bd3663', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece'} Body: b'{"server": {"id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "name": "tempest-VolumesSnapshotTestJSON-instance-1370406665", "status": "ACTIVE", "tenant_id": "29973e77972d406caa7a5d453c78d7d6", "user_id": "eee64f43758146518effe7f505ec3486", "metadata": {}, "hostId": "48a2ad87b832a23ac08284a971eacc481133f3180ca7338599f57303", "image": {"id": "85eb65b8-a5cc-489d-a3d6-b4c396f9651c", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/85eb65b8-a5cc-489d-a3d6-b4c396f9651c"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:23:51Z", "updated": "2021-07-21T00:36:10Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-07-21T00:24:01.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1"}]}}' 2021-07-21 00:36:15,997 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece 0.088s 2021-07-21 00:36:15,998 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:36:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e8177bd8-8476-42fd-8990-bc9e592e49dc', 'x-compute-request-id': 'req-e8177bd8-8476-42fd-8990-bc9e592e49dc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece'} Body: b'{"server": {"id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "name": "tempest-VolumesSnapshotTestJSON-instance-1370406665", "status": "ACTIVE", "tenant_id": "29973e77972d406caa7a5d453c78d7d6", "user_id": "eee64f43758146518effe7f505ec3486", "metadata": {}, "hostId": "48a2ad87b832a23ac08284a971eacc481133f3180ca7338599f57303", "image": {"id": "85eb65b8-a5cc-489d-a3d6-b4c396f9651c", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/85eb65b8-a5cc-489d-a3d6-b4c396f9651c"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:23:51Z", "updated": "2021-07-21T00:36:10Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-07-21T00:24:01.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1"}]}}' 2021-07-21 00:36:17,091 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece 0.083s 2021-07-21 00:36:17,091 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:36:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d6af6722-846e-4a92-a190-eb0959f80323', 'x-compute-request-id': 'req-d6af6722-846e-4a92-a190-eb0959f80323', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece'} Body: b'{"server": {"id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "name": "tempest-VolumesSnapshotTestJSON-instance-1370406665", "status": "ACTIVE", "tenant_id": "29973e77972d406caa7a5d453c78d7d6", "user_id": "eee64f43758146518effe7f505ec3486", "metadata": {}, "hostId": "48a2ad87b832a23ac08284a971eacc481133f3180ca7338599f57303", "image": {"id": "85eb65b8-a5cc-489d-a3d6-b4c396f9651c", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/85eb65b8-a5cc-489d-a3d6-b4c396f9651c"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:23:51Z", "updated": "2021-07-21T00:36:10Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-07-21T00:24:01.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1"}]}}' 2021-07-21 00:36:18,187 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece 0.087s 2021-07-21 00:36:18,187 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:36:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d4604b33-ae55-4667-a1b9-9c2615311f9b', 'x-compute-request-id': 'req-d4604b33-ae55-4667-a1b9-9c2615311f9b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece'} Body: b'{"server": {"id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "name": "tempest-VolumesSnapshotTestJSON-instance-1370406665", "status": "ACTIVE", "tenant_id": "29973e77972d406caa7a5d453c78d7d6", "user_id": "eee64f43758146518effe7f505ec3486", "metadata": {}, "hostId": "48a2ad87b832a23ac08284a971eacc481133f3180ca7338599f57303", "image": {"id": "85eb65b8-a5cc-489d-a3d6-b4c396f9651c", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/85eb65b8-a5cc-489d-a3d6-b4c396f9651c"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:23:51Z", "updated": "2021-07-21T00:36:10Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-07-21T00:24:01.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1"}]}}' 2021-07-21 00:36:19,280 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece 0.084s 2021-07-21 00:36:19,281 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:36:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0571bdc5-4b1c-43e4-9c6a-3e32fac602a8', 'x-compute-request-id': 'req-0571bdc5-4b1c-43e4-9c6a-3e32fac602a8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece'} Body: b'{"server": {"id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "name": "tempest-VolumesSnapshotTestJSON-instance-1370406665", "status": "ACTIVE", "tenant_id": "29973e77972d406caa7a5d453c78d7d6", "user_id": "eee64f43758146518effe7f505ec3486", "metadata": {}, "hostId": "48a2ad87b832a23ac08284a971eacc481133f3180ca7338599f57303", "image": {"id": "85eb65b8-a5cc-489d-a3d6-b4c396f9651c", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/85eb65b8-a5cc-489d-a3d6-b4c396f9651c"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:23:51Z", "updated": "2021-07-21T00:36:10Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-07-21T00:24:01.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1"}]}}' 2021-07-21 00:36:20,381 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece 0.092s 2021-07-21 00:36:20,382 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:36:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d2bc3d3e-b68f-4ca3-9628-b0d8b2530080', 'x-compute-request-id': 'req-d2bc3d3e-b68f-4ca3-9628-b0d8b2530080', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece'} Body: b'{"server": {"id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "name": "tempest-VolumesSnapshotTestJSON-instance-1370406665", "status": "ACTIVE", "tenant_id": "29973e77972d406caa7a5d453c78d7d6", "user_id": "eee64f43758146518effe7f505ec3486", "metadata": {}, "hostId": "48a2ad87b832a23ac08284a971eacc481133f3180ca7338599f57303", "image": {"id": "85eb65b8-a5cc-489d-a3d6-b4c396f9651c", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/85eb65b8-a5cc-489d-a3d6-b4c396f9651c"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:23:51Z", "updated": "2021-07-21T00:36:10Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-07-21T00:24:01.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1"}]}}' 2021-07-21 00:36:21,475 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece 0.085s 2021-07-21 00:36:21,475 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:36:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-50cb4085-e80c-4c0b-a44c-dee131b358b6', 'x-compute-request-id': 'req-50cb4085-e80c-4c0b-a44c-dee131b358b6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece'} Body: b'{"server": {"id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "name": "tempest-VolumesSnapshotTestJSON-instance-1370406665", "status": "ACTIVE", "tenant_id": "29973e77972d406caa7a5d453c78d7d6", "user_id": "eee64f43758146518effe7f505ec3486", "metadata": {}, "hostId": "48a2ad87b832a23ac08284a971eacc481133f3180ca7338599f57303", "image": {"id": "85eb65b8-a5cc-489d-a3d6-b4c396f9651c", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/85eb65b8-a5cc-489d-a3d6-b4c396f9651c"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:23:51Z", "updated": "2021-07-21T00:36:10Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-07-21T00:24:01.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1"}]}}' 2021-07-21 00:36:22,572 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece 0.088s 2021-07-21 00:36:22,572 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:36:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3b004d61-c62f-49ed-8dea-40c201fe37da', 'x-compute-request-id': 'req-3b004d61-c62f-49ed-8dea-40c201fe37da', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece'} Body: b'{"server": {"id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "name": "tempest-VolumesSnapshotTestJSON-instance-1370406665", "status": "ACTIVE", "tenant_id": "29973e77972d406caa7a5d453c78d7d6", "user_id": "eee64f43758146518effe7f505ec3486", "metadata": {}, "hostId": "48a2ad87b832a23ac08284a971eacc481133f3180ca7338599f57303", "image": {"id": "85eb65b8-a5cc-489d-a3d6-b4c396f9651c", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/85eb65b8-a5cc-489d-a3d6-b4c396f9651c"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:23:51Z", "updated": "2021-07-21T00:36:10Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-07-21T00:24:01.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1"}]}}' 2021-07-21 00:36:23,665 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece 0.084s 2021-07-21 00:36:23,665 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:36:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a01f83db-7a2a-438d-9ceb-9a1b64f59c71', 'x-compute-request-id': 'req-a01f83db-7a2a-438d-9ceb-9a1b64f59c71', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece'} Body: b'{"server": {"id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "name": "tempest-VolumesSnapshotTestJSON-instance-1370406665", "status": "ACTIVE", "tenant_id": "29973e77972d406caa7a5d453c78d7d6", "user_id": "eee64f43758146518effe7f505ec3486", "metadata": {}, "hostId": "48a2ad87b832a23ac08284a971eacc481133f3180ca7338599f57303", "image": {"id": "85eb65b8-a5cc-489d-a3d6-b4c396f9651c", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/85eb65b8-a5cc-489d-a3d6-b4c396f9651c"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:23:51Z", "updated": "2021-07-21T00:36:10Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-07-21T00:24:01.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1"}]}}' 2021-07-21 00:36:24,762 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece 0.088s 2021-07-21 00:36:24,762 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:36:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f171f9cc-a582-4cdd-a977-6f891349bc03', 'x-compute-request-id': 'req-f171f9cc-a582-4cdd-a977-6f891349bc03', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece'} Body: b'{"server": {"id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "name": "tempest-VolumesSnapshotTestJSON-instance-1370406665", "status": "ACTIVE", "tenant_id": "29973e77972d406caa7a5d453c78d7d6", "user_id": "eee64f43758146518effe7f505ec3486", "metadata": {}, "hostId": "48a2ad87b832a23ac08284a971eacc481133f3180ca7338599f57303", "image": {"id": "85eb65b8-a5cc-489d-a3d6-b4c396f9651c", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/85eb65b8-a5cc-489d-a3d6-b4c396f9651c"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:23:51Z", "updated": "2021-07-21T00:36:10Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-07-21T00:24:01.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1"}]}}' 2021-07-21 00:36:25,857 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece 0.086s 2021-07-21 00:36:25,858 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:36:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-582cb0f7-ed0e-4ee1-b396-7546f958521a', 'x-compute-request-id': 'req-582cb0f7-ed0e-4ee1-b396-7546f958521a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece'} Body: b'{"server": {"id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "name": "tempest-VolumesSnapshotTestJSON-instance-1370406665", "status": "ACTIVE", "tenant_id": "29973e77972d406caa7a5d453c78d7d6", "user_id": "eee64f43758146518effe7f505ec3486", "metadata": {}, "hostId": "48a2ad87b832a23ac08284a971eacc481133f3180ca7338599f57303", "image": {"id": "85eb65b8-a5cc-489d-a3d6-b4c396f9651c", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/85eb65b8-a5cc-489d-a3d6-b4c396f9651c"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:23:51Z", "updated": "2021-07-21T00:36:10Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-07-21T00:24:01.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1"}]}}' 2021-07-21 00:36:26,955 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece 0.089s 2021-07-21 00:36:26,955 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:36:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2e870870-566e-46bd-8a0a-55c28602adbf', 'x-compute-request-id': 'req-2e870870-566e-46bd-8a0a-55c28602adbf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece'} Body: b'{"server": {"id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "name": "tempest-VolumesSnapshotTestJSON-instance-1370406665", "status": "ACTIVE", "tenant_id": "29973e77972d406caa7a5d453c78d7d6", "user_id": "eee64f43758146518effe7f505ec3486", "metadata": {}, "hostId": "48a2ad87b832a23ac08284a971eacc481133f3180ca7338599f57303", "image": {"id": "85eb65b8-a5cc-489d-a3d6-b4c396f9651c", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/85eb65b8-a5cc-489d-a3d6-b4c396f9651c"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:23:51Z", "updated": "2021-07-21T00:36:10Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-07-21T00:24:01.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1"}]}}' 2021-07-21 00:36:28,051 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece 0.088s 2021-07-21 00:36:28,052 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:36:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8cd0b82d-e3d1-45f4-9b19-66f6b563c84b', 'x-compute-request-id': 'req-8cd0b82d-e3d1-45f4-9b19-66f6b563c84b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece'} Body: b'{"server": {"id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "name": "tempest-VolumesSnapshotTestJSON-instance-1370406665", "status": "ACTIVE", "tenant_id": "29973e77972d406caa7a5d453c78d7d6", "user_id": "eee64f43758146518effe7f505ec3486", "metadata": {}, "hostId": "48a2ad87b832a23ac08284a971eacc481133f3180ca7338599f57303", "image": {"id": "85eb65b8-a5cc-489d-a3d6-b4c396f9651c", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/85eb65b8-a5cc-489d-a3d6-b4c396f9651c"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:23:51Z", "updated": "2021-07-21T00:36:10Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-07-21T00:24:01.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1"}]}}' 2021-07-21 00:36:29,150 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece 0.089s 2021-07-21 00:36:29,150 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:36:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9a87f2fc-2776-4690-b938-9d4d5c2fc03a', 'x-compute-request-id': 'req-9a87f2fc-2776-4690-b938-9d4d5c2fc03a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece'} Body: b'{"server": {"id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "name": "tempest-VolumesSnapshotTestJSON-instance-1370406665", "status": "ACTIVE", "tenant_id": "29973e77972d406caa7a5d453c78d7d6", "user_id": "eee64f43758146518effe7f505ec3486", "metadata": {}, "hostId": "48a2ad87b832a23ac08284a971eacc481133f3180ca7338599f57303", "image": {"id": "85eb65b8-a5cc-489d-a3d6-b4c396f9651c", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/85eb65b8-a5cc-489d-a3d6-b4c396f9651c"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:23:51Z", "updated": "2021-07-21T00:36:10Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-07-21T00:24:01.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1"}]}}' 2021-07-21 00:36:30,244 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece 0.085s 2021-07-21 00:36:30,244 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:36:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-435c70d7-ca79-48fe-8dbf-4f8440bc0c2b', 'x-compute-request-id': 'req-435c70d7-ca79-48fe-8dbf-4f8440bc0c2b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece'} Body: b'{"server": {"id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "name": "tempest-VolumesSnapshotTestJSON-instance-1370406665", "status": "ACTIVE", "tenant_id": "29973e77972d406caa7a5d453c78d7d6", "user_id": "eee64f43758146518effe7f505ec3486", "metadata": {}, "hostId": "48a2ad87b832a23ac08284a971eacc481133f3180ca7338599f57303", "image": {"id": "85eb65b8-a5cc-489d-a3d6-b4c396f9651c", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/85eb65b8-a5cc-489d-a3d6-b4c396f9651c"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:23:51Z", "updated": "2021-07-21T00:36:10Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-07-21T00:24:01.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1"}]}}' 2021-07-21 00:36:31,341 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece 0.087s 2021-07-21 00:36:31,341 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:36:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fe4ae868-4a28-4b7d-abaf-5776a5b840fd', 'x-compute-request-id': 'req-fe4ae868-4a28-4b7d-abaf-5776a5b840fd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece'} Body: b'{"server": {"id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "name": "tempest-VolumesSnapshotTestJSON-instance-1370406665", "status": "ACTIVE", "tenant_id": "29973e77972d406caa7a5d453c78d7d6", "user_id": "eee64f43758146518effe7f505ec3486", "metadata": {}, "hostId": "48a2ad87b832a23ac08284a971eacc481133f3180ca7338599f57303", "image": {"id": "85eb65b8-a5cc-489d-a3d6-b4c396f9651c", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/85eb65b8-a5cc-489d-a3d6-b4c396f9651c"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:23:51Z", "updated": "2021-07-21T00:36:10Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-07-21T00:24:01.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1"}]}}' 2021-07-21 00:36:32,434 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece 0.084s 2021-07-21 00:36:32,434 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:36:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b8d8ec3e-413b-4a82-b485-47c8913849fd', 'x-compute-request-id': 'req-b8d8ec3e-413b-4a82-b485-47c8913849fd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece'} Body: b'{"server": {"id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "name": "tempest-VolumesSnapshotTestJSON-instance-1370406665", "status": "ACTIVE", "tenant_id": "29973e77972d406caa7a5d453c78d7d6", "user_id": "eee64f43758146518effe7f505ec3486", "metadata": {}, "hostId": "48a2ad87b832a23ac08284a971eacc481133f3180ca7338599f57303", "image": {"id": "85eb65b8-a5cc-489d-a3d6-b4c396f9651c", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/85eb65b8-a5cc-489d-a3d6-b4c396f9651c"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:23:51Z", "updated": "2021-07-21T00:36:10Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-07-21T00:24:01.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1"}]}}' 2021-07-21 00:36:33,531 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece 0.088s 2021-07-21 00:36:33,531 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:36:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-782ac11c-b142-4aa9-a318-4722ca66d8c5', 'x-compute-request-id': 'req-782ac11c-b142-4aa9-a318-4722ca66d8c5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece'} Body: b'{"server": {"id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "name": "tempest-VolumesSnapshotTestJSON-instance-1370406665", "status": "ACTIVE", "tenant_id": "29973e77972d406caa7a5d453c78d7d6", "user_id": "eee64f43758146518effe7f505ec3486", "metadata": {}, "hostId": "48a2ad87b832a23ac08284a971eacc481133f3180ca7338599f57303", "image": {"id": "85eb65b8-a5cc-489d-a3d6-b4c396f9651c", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/85eb65b8-a5cc-489d-a3d6-b4c396f9651c"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:23:51Z", "updated": "2021-07-21T00:36:10Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-07-21T00:24:01.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1"}]}}' 2021-07-21 00:36:34,625 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece 0.085s 2021-07-21 00:36:34,625 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:36:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6c461f9f-f3ee-42c2-b067-60986ce1def4', 'x-compute-request-id': 'req-6c461f9f-f3ee-42c2-b067-60986ce1def4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece'} Body: b'{"server": {"id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "name": "tempest-VolumesSnapshotTestJSON-instance-1370406665", "status": "ACTIVE", "tenant_id": "29973e77972d406caa7a5d453c78d7d6", "user_id": "eee64f43758146518effe7f505ec3486", "metadata": {}, "hostId": "48a2ad87b832a23ac08284a971eacc481133f3180ca7338599f57303", "image": {"id": "85eb65b8-a5cc-489d-a3d6-b4c396f9651c", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/85eb65b8-a5cc-489d-a3d6-b4c396f9651c"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:23:51Z", "updated": "2021-07-21T00:36:10Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-07-21T00:24:01.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1"}]}}' 2021-07-21 00:36:35,723 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece 0.089s 2021-07-21 00:36:35,724 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:36:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4982a614-f03f-4580-94da-796514752721', 'x-compute-request-id': 'req-4982a614-f03f-4580-94da-796514752721', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece'} Body: b'{"server": {"id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "name": "tempest-VolumesSnapshotTestJSON-instance-1370406665", "status": "ACTIVE", "tenant_id": "29973e77972d406caa7a5d453c78d7d6", "user_id": "eee64f43758146518effe7f505ec3486", "metadata": {}, "hostId": "48a2ad87b832a23ac08284a971eacc481133f3180ca7338599f57303", "image": {"id": "85eb65b8-a5cc-489d-a3d6-b4c396f9651c", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/85eb65b8-a5cc-489d-a3d6-b4c396f9651c"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:23:51Z", "updated": "2021-07-21T00:36:10Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-07-21T00:24:01.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1"}]}}' 2021-07-21 00:36:36,820 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece 0.087s 2021-07-21 00:36:36,820 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:36:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ce9c3dc2-f95c-4c71-bff7-b21ba5dd090f', 'x-compute-request-id': 'req-ce9c3dc2-f95c-4c71-bff7-b21ba5dd090f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece'} Body: b'{"server": {"id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "name": "tempest-VolumesSnapshotTestJSON-instance-1370406665", "status": "ACTIVE", "tenant_id": "29973e77972d406caa7a5d453c78d7d6", "user_id": "eee64f43758146518effe7f505ec3486", "metadata": {}, "hostId": "48a2ad87b832a23ac08284a971eacc481133f3180ca7338599f57303", "image": {"id": "85eb65b8-a5cc-489d-a3d6-b4c396f9651c", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/85eb65b8-a5cc-489d-a3d6-b4c396f9651c"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:23:51Z", "updated": "2021-07-21T00:36:10Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-07-21T00:24:01.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1"}]}}' 2021-07-21 00:36:37,918 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece 0.089s 2021-07-21 00:36:37,918 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:36:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8c538e75-a512-4a38-8376-bc2ae60fdabc', 'x-compute-request-id': 'req-8c538e75-a512-4a38-8376-bc2ae60fdabc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece'} Body: b'{"server": {"id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "name": "tempest-VolumesSnapshotTestJSON-instance-1370406665", "status": "ACTIVE", "tenant_id": "29973e77972d406caa7a5d453c78d7d6", "user_id": "eee64f43758146518effe7f505ec3486", "metadata": {}, "hostId": "48a2ad87b832a23ac08284a971eacc481133f3180ca7338599f57303", "image": {"id": "85eb65b8-a5cc-489d-a3d6-b4c396f9651c", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/85eb65b8-a5cc-489d-a3d6-b4c396f9651c"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:23:51Z", "updated": "2021-07-21T00:36:10Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-07-21T00:24:01.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1"}]}}' 2021-07-21 00:36:39,015 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece 0.088s 2021-07-21 00:36:39,015 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:36:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ee53bccf-1b44-4fd3-a8e3-2dbc276a9de0', 'x-compute-request-id': 'req-ee53bccf-1b44-4fd3-a8e3-2dbc276a9de0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece'} Body: b'{"server": {"id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "name": "tempest-VolumesSnapshotTestJSON-instance-1370406665", "status": "ACTIVE", "tenant_id": "29973e77972d406caa7a5d453c78d7d6", "user_id": "eee64f43758146518effe7f505ec3486", "metadata": {}, "hostId": "48a2ad87b832a23ac08284a971eacc481133f3180ca7338599f57303", "image": {"id": "85eb65b8-a5cc-489d-a3d6-b4c396f9651c", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/85eb65b8-a5cc-489d-a3d6-b4c396f9651c"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:23:51Z", "updated": "2021-07-21T00:36:10Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-07-21T00:24:01.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1"}]}}' 2021-07-21 00:36:40,112 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece 0.088s 2021-07-21 00:36:40,113 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:36:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-31ba89c4-3e27-4f68-aa4c-0eb68eab5eb7', 'x-compute-request-id': 'req-31ba89c4-3e27-4f68-aa4c-0eb68eab5eb7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece'} Body: b'{"server": {"id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "name": "tempest-VolumesSnapshotTestJSON-instance-1370406665", "status": "ACTIVE", "tenant_id": "29973e77972d406caa7a5d453c78d7d6", "user_id": "eee64f43758146518effe7f505ec3486", "metadata": {}, "hostId": "48a2ad87b832a23ac08284a971eacc481133f3180ca7338599f57303", "image": {"id": "85eb65b8-a5cc-489d-a3d6-b4c396f9651c", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/85eb65b8-a5cc-489d-a3d6-b4c396f9651c"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:23:51Z", "updated": "2021-07-21T00:36:10Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-07-21T00:24:01.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1"}]}}' 2021-07-21 00:36:41,209 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece 0.089s 2021-07-21 00:36:41,210 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:36:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3bd2bbdd-4b00-469a-9835-816927cafaac', 'x-compute-request-id': 'req-3bd2bbdd-4b00-469a-9835-816927cafaac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece'} Body: b'{"server": {"id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "name": "tempest-VolumesSnapshotTestJSON-instance-1370406665", "status": "ACTIVE", "tenant_id": "29973e77972d406caa7a5d453c78d7d6", "user_id": "eee64f43758146518effe7f505ec3486", "metadata": {}, "hostId": "48a2ad87b832a23ac08284a971eacc481133f3180ca7338599f57303", "image": {"id": "85eb65b8-a5cc-489d-a3d6-b4c396f9651c", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/85eb65b8-a5cc-489d-a3d6-b4c396f9651c"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:23:51Z", "updated": "2021-07-21T00:36:10Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-07-21T00:24:01.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1"}]}}' 2021-07-21 00:36:42,308 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece 0.090s 2021-07-21 00:36:42,308 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:36:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ce95b9bf-d1af-49ab-88e8-17235e53d60c', 'x-compute-request-id': 'req-ce95b9bf-d1af-49ab-88e8-17235e53d60c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece'} Body: b'{"server": {"id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "name": "tempest-VolumesSnapshotTestJSON-instance-1370406665", "status": "ACTIVE", "tenant_id": "29973e77972d406caa7a5d453c78d7d6", "user_id": "eee64f43758146518effe7f505ec3486", "metadata": {}, "hostId": "48a2ad87b832a23ac08284a971eacc481133f3180ca7338599f57303", "image": {"id": "85eb65b8-a5cc-489d-a3d6-b4c396f9651c", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/85eb65b8-a5cc-489d-a3d6-b4c396f9651c"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:23:51Z", "updated": "2021-07-21T00:36:10Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-07-21T00:24:01.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1"}]}}' 2021-07-21 00:36:43,402 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece 0.085s 2021-07-21 00:36:43,402 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:36:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f2acf4e0-aacb-44fb-b8d5-5e07218aa00f', 'x-compute-request-id': 'req-f2acf4e0-aacb-44fb-b8d5-5e07218aa00f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece'} Body: b'{"server": {"id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "name": "tempest-VolumesSnapshotTestJSON-instance-1370406665", "status": "ACTIVE", "tenant_id": "29973e77972d406caa7a5d453c78d7d6", "user_id": "eee64f43758146518effe7f505ec3486", "metadata": {}, "hostId": "48a2ad87b832a23ac08284a971eacc481133f3180ca7338599f57303", "image": {"id": "85eb65b8-a5cc-489d-a3d6-b4c396f9651c", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/85eb65b8-a5cc-489d-a3d6-b4c396f9651c"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:23:51Z", "updated": "2021-07-21T00:36:10Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-07-21T00:24:01.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1"}]}}' 2021-07-21 00:36:44,511 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece 0.100s 2021-07-21 00:36:44,511 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:36:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2f417d0a-260f-4945-b217-e45b961c4c0a', 'x-compute-request-id': 'req-2f417d0a-260f-4945-b217-e45b961c4c0a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece'} Body: b'{"server": {"id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "name": "tempest-VolumesSnapshotTestJSON-instance-1370406665", "status": "ACTIVE", "tenant_id": "29973e77972d406caa7a5d453c78d7d6", "user_id": "eee64f43758146518effe7f505ec3486", "metadata": {}, "hostId": "48a2ad87b832a23ac08284a971eacc481133f3180ca7338599f57303", "image": {"id": "85eb65b8-a5cc-489d-a3d6-b4c396f9651c", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/85eb65b8-a5cc-489d-a3d6-b4c396f9651c"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:23:51Z", "updated": "2021-07-21T00:36:10Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-07-21T00:24:01.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1"}]}}' 2021-07-21 00:36:45,606 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece 0.087s 2021-07-21 00:36:45,607 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:36:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2ef91f55-45d6-47cd-96a2-00437a8a980b', 'x-compute-request-id': 'req-2ef91f55-45d6-47cd-96a2-00437a8a980b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece'} Body: b'{"server": {"id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "name": "tempest-VolumesSnapshotTestJSON-instance-1370406665", "status": "ACTIVE", "tenant_id": "29973e77972d406caa7a5d453c78d7d6", "user_id": "eee64f43758146518effe7f505ec3486", "metadata": {}, "hostId": "48a2ad87b832a23ac08284a971eacc481133f3180ca7338599f57303", "image": {"id": "85eb65b8-a5cc-489d-a3d6-b4c396f9651c", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/85eb65b8-a5cc-489d-a3d6-b4c396f9651c"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:23:51Z", "updated": "2021-07-21T00:36:10Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-07-21T00:24:01.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1"}]}}' 2021-07-21 00:36:46,705 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece 0.089s 2021-07-21 00:36:46,705 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:36:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-574d828e-bf18-477f-8a33-38845106838f', 'x-compute-request-id': 'req-574d828e-bf18-477f-8a33-38845106838f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece'} Body: b'{"server": {"id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "name": "tempest-VolumesSnapshotTestJSON-instance-1370406665", "status": "ACTIVE", "tenant_id": "29973e77972d406caa7a5d453c78d7d6", "user_id": "eee64f43758146518effe7f505ec3486", "metadata": {}, "hostId": "48a2ad87b832a23ac08284a971eacc481133f3180ca7338599f57303", "image": {"id": "85eb65b8-a5cc-489d-a3d6-b4c396f9651c", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/85eb65b8-a5cc-489d-a3d6-b4c396f9651c"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:23:51Z", "updated": "2021-07-21T00:36:10Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-07-21T00:24:01.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1"}]}}' 2021-07-21 00:36:47,809 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece 0.096s 2021-07-21 00:36:47,809 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:36:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4932efc5-2772-4013-b836-1f68ed0d2c78', 'x-compute-request-id': 'req-4932efc5-2772-4013-b836-1f68ed0d2c78', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece'} Body: b'{"server": {"id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "name": "tempest-VolumesSnapshotTestJSON-instance-1370406665", "status": "ACTIVE", "tenant_id": "29973e77972d406caa7a5d453c78d7d6", "user_id": "eee64f43758146518effe7f505ec3486", "metadata": {}, "hostId": "48a2ad87b832a23ac08284a971eacc481133f3180ca7338599f57303", "image": {"id": "85eb65b8-a5cc-489d-a3d6-b4c396f9651c", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/85eb65b8-a5cc-489d-a3d6-b4c396f9651c"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:23:51Z", "updated": "2021-07-21T00:36:10Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-07-21T00:24:01.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1"}]}}' 2021-07-21 00:36:48,910 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece 0.091s 2021-07-21 00:36:48,910 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:36:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-803b32a7-1cc0-4e81-af35-6ea303b3b8db', 'x-compute-request-id': 'req-803b32a7-1cc0-4e81-af35-6ea303b3b8db', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece'} Body: b'{"server": {"id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "name": "tempest-VolumesSnapshotTestJSON-instance-1370406665", "status": "ACTIVE", "tenant_id": "29973e77972d406caa7a5d453c78d7d6", "user_id": "eee64f43758146518effe7f505ec3486", "metadata": {}, "hostId": "48a2ad87b832a23ac08284a971eacc481133f3180ca7338599f57303", "image": {"id": "85eb65b8-a5cc-489d-a3d6-b4c396f9651c", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/85eb65b8-a5cc-489d-a3d6-b4c396f9651c"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:23:51Z", "updated": "2021-07-21T00:36:10Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-07-21T00:24:01.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1"}]}}' 2021-07-21 00:36:50,004 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece 0.085s 2021-07-21 00:36:50,005 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:36:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7af9f8da-2d02-43a1-aed8-510457b7e736', 'x-compute-request-id': 'req-7af9f8da-2d02-43a1-aed8-510457b7e736', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece'} Body: b'{"server": {"id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "name": "tempest-VolumesSnapshotTestJSON-instance-1370406665", "status": "ACTIVE", "tenant_id": "29973e77972d406caa7a5d453c78d7d6", "user_id": "eee64f43758146518effe7f505ec3486", "metadata": {}, "hostId": "48a2ad87b832a23ac08284a971eacc481133f3180ca7338599f57303", "image": {"id": "85eb65b8-a5cc-489d-a3d6-b4c396f9651c", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/85eb65b8-a5cc-489d-a3d6-b4c396f9651c"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:23:51Z", "updated": "2021-07-21T00:36:10Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-07-21T00:24:01.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1"}]}}' 2021-07-21 00:36:51,101 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece 0.088s 2021-07-21 00:36:51,102 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:36:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f1160d1b-7c56-4c7e-aeff-b7d417a7837e', 'x-compute-request-id': 'req-f1160d1b-7c56-4c7e-aeff-b7d417a7837e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece'} Body: b'{"server": {"id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "name": "tempest-VolumesSnapshotTestJSON-instance-1370406665", "status": "ACTIVE", "tenant_id": "29973e77972d406caa7a5d453c78d7d6", "user_id": "eee64f43758146518effe7f505ec3486", "metadata": {}, "hostId": "48a2ad87b832a23ac08284a971eacc481133f3180ca7338599f57303", "image": {"id": "85eb65b8-a5cc-489d-a3d6-b4c396f9651c", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/85eb65b8-a5cc-489d-a3d6-b4c396f9651c"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:23:51Z", "updated": "2021-07-21T00:36:10Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-07-21T00:24:01.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1"}]}}' 2021-07-21 00:36:52,201 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece 0.090s 2021-07-21 00:36:52,201 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:36:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-331845a9-5a7f-4fbb-99e4-5eebc4150149', 'x-compute-request-id': 'req-331845a9-5a7f-4fbb-99e4-5eebc4150149', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece'} Body: b'{"server": {"id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "name": "tempest-VolumesSnapshotTestJSON-instance-1370406665", "status": "ACTIVE", "tenant_id": "29973e77972d406caa7a5d453c78d7d6", "user_id": "eee64f43758146518effe7f505ec3486", "metadata": {}, "hostId": "48a2ad87b832a23ac08284a971eacc481133f3180ca7338599f57303", "image": {"id": "85eb65b8-a5cc-489d-a3d6-b4c396f9651c", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/85eb65b8-a5cc-489d-a3d6-b4c396f9651c"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:23:51Z", "updated": "2021-07-21T00:36:10Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-07-21T00:24:01.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1"}]}}' 2021-07-21 00:36:53,296 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece 0.087s 2021-07-21 00:36:53,297 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:36:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-43b412ae-6871-40a5-9d13-5786f1ba5e7e', 'x-compute-request-id': 'req-43b412ae-6871-40a5-9d13-5786f1ba5e7e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece'} Body: b'{"server": {"id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "name": "tempest-VolumesSnapshotTestJSON-instance-1370406665", "status": "ACTIVE", "tenant_id": "29973e77972d406caa7a5d453c78d7d6", "user_id": "eee64f43758146518effe7f505ec3486", "metadata": {}, "hostId": "48a2ad87b832a23ac08284a971eacc481133f3180ca7338599f57303", "image": {"id": "85eb65b8-a5cc-489d-a3d6-b4c396f9651c", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/85eb65b8-a5cc-489d-a3d6-b4c396f9651c"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:23:51Z", "updated": "2021-07-21T00:36:10Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-07-21T00:24:01.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1"}]}}' 2021-07-21 00:36:54,390 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece 0.084s 2021-07-21 00:36:54,391 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:36:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4fa8de5f-0f20-4c25-ae29-6ca9d5e25c52', 'x-compute-request-id': 'req-4fa8de5f-0f20-4c25-ae29-6ca9d5e25c52', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece'} Body: b'{"server": {"id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "name": "tempest-VolumesSnapshotTestJSON-instance-1370406665", "status": "ACTIVE", "tenant_id": "29973e77972d406caa7a5d453c78d7d6", "user_id": "eee64f43758146518effe7f505ec3486", "metadata": {}, "hostId": "48a2ad87b832a23ac08284a971eacc481133f3180ca7338599f57303", "image": {"id": "85eb65b8-a5cc-489d-a3d6-b4c396f9651c", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/85eb65b8-a5cc-489d-a3d6-b4c396f9651c"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:23:51Z", "updated": "2021-07-21T00:36:10Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-07-21T00:24:01.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1"}]}}' 2021-07-21 00:36:55,487 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece 0.087s 2021-07-21 00:36:55,487 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:36:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5818aae3-6447-46ea-9a8b-bde61aea5058', 'x-compute-request-id': 'req-5818aae3-6447-46ea-9a8b-bde61aea5058', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece'} Body: b'{"server": {"id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "name": "tempest-VolumesSnapshotTestJSON-instance-1370406665", "status": "ACTIVE", "tenant_id": "29973e77972d406caa7a5d453c78d7d6", "user_id": "eee64f43758146518effe7f505ec3486", "metadata": {}, "hostId": "48a2ad87b832a23ac08284a971eacc481133f3180ca7338599f57303", "image": {"id": "85eb65b8-a5cc-489d-a3d6-b4c396f9651c", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/85eb65b8-a5cc-489d-a3d6-b4c396f9651c"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:23:51Z", "updated": "2021-07-21T00:36:10Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-07-21T00:24:01.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1"}]}}' 2021-07-21 00:36:56,579 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece 0.084s 2021-07-21 00:36:56,579 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:36:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6684301c-3c73-48e8-9def-cb10e5936efa', 'x-compute-request-id': 'req-6684301c-3c73-48e8-9def-cb10e5936efa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece'} Body: b'{"server": {"id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "name": "tempest-VolumesSnapshotTestJSON-instance-1370406665", "status": "ACTIVE", "tenant_id": "29973e77972d406caa7a5d453c78d7d6", "user_id": "eee64f43758146518effe7f505ec3486", "metadata": {}, "hostId": "48a2ad87b832a23ac08284a971eacc481133f3180ca7338599f57303", "image": {"id": "85eb65b8-a5cc-489d-a3d6-b4c396f9651c", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/85eb65b8-a5cc-489d-a3d6-b4c396f9651c"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:23:51Z", "updated": "2021-07-21T00:36:10Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-07-21T00:24:01.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1"}]}}' 2021-07-21 00:36:57,675 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece 0.087s 2021-07-21 00:36:57,675 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:36:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-55d2a4ad-6c97-4625-8748-4cde3630cd06', 'x-compute-request-id': 'req-55d2a4ad-6c97-4625-8748-4cde3630cd06', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece'} Body: b'{"server": {"id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "name": "tempest-VolumesSnapshotTestJSON-instance-1370406665", "status": "ACTIVE", "tenant_id": "29973e77972d406caa7a5d453c78d7d6", "user_id": "eee64f43758146518effe7f505ec3486", "metadata": {}, "hostId": "48a2ad87b832a23ac08284a971eacc481133f3180ca7338599f57303", "image": {"id": "85eb65b8-a5cc-489d-a3d6-b4c396f9651c", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/85eb65b8-a5cc-489d-a3d6-b4c396f9651c"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:23:51Z", "updated": "2021-07-21T00:36:10Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-07-21T00:24:01.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1"}]}}' 2021-07-21 00:36:58,769 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece 0.085s 2021-07-21 00:36:58,769 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:36:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d56e2457-45f2-4f3c-bd18-44b75c3e3874', 'x-compute-request-id': 'req-d56e2457-45f2-4f3c-bd18-44b75c3e3874', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece'} Body: b'{"server": {"id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "name": "tempest-VolumesSnapshotTestJSON-instance-1370406665", "status": "ACTIVE", "tenant_id": "29973e77972d406caa7a5d453c78d7d6", "user_id": "eee64f43758146518effe7f505ec3486", "metadata": {}, "hostId": "48a2ad87b832a23ac08284a971eacc481133f3180ca7338599f57303", "image": {"id": "85eb65b8-a5cc-489d-a3d6-b4c396f9651c", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/85eb65b8-a5cc-489d-a3d6-b4c396f9651c"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:23:51Z", "updated": "2021-07-21T00:36:10Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-07-21T00:24:01.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1"}]}}' 2021-07-21 00:36:59,866 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece 0.088s 2021-07-21 00:36:59,866 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:36:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9744a10d-4d27-492a-a3c8-2e9299129eb1', 'x-compute-request-id': 'req-9744a10d-4d27-492a-a3c8-2e9299129eb1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece'} Body: b'{"server": {"id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "name": "tempest-VolumesSnapshotTestJSON-instance-1370406665", "status": "ACTIVE", "tenant_id": "29973e77972d406caa7a5d453c78d7d6", "user_id": "eee64f43758146518effe7f505ec3486", "metadata": {}, "hostId": "48a2ad87b832a23ac08284a971eacc481133f3180ca7338599f57303", "image": {"id": "85eb65b8-a5cc-489d-a3d6-b4c396f9651c", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/85eb65b8-a5cc-489d-a3d6-b4c396f9651c"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:23:51Z", "updated": "2021-07-21T00:36:10Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-07-21T00:24:01.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1"}]}}' 2021-07-21 00:37:00,964 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece 0.089s 2021-07-21 00:37:00,964 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:37:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3b9733e8-7911-4abe-b5a3-396d1b3a6a2f', 'x-compute-request-id': 'req-3b9733e8-7911-4abe-b5a3-396d1b3a6a2f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece'} Body: b'{"server": {"id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "name": "tempest-VolumesSnapshotTestJSON-instance-1370406665", "status": "ACTIVE", "tenant_id": "29973e77972d406caa7a5d453c78d7d6", "user_id": "eee64f43758146518effe7f505ec3486", "metadata": {}, "hostId": "48a2ad87b832a23ac08284a971eacc481133f3180ca7338599f57303", "image": {"id": "85eb65b8-a5cc-489d-a3d6-b4c396f9651c", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/85eb65b8-a5cc-489d-a3d6-b4c396f9651c"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:23:51Z", "updated": "2021-07-21T00:36:10Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-07-21T00:24:01.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1"}]}}' 2021-07-21 00:37:02,061 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece 0.088s 2021-07-21 00:37:02,062 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:37:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-18d2a592-06cd-4ef3-97d2-2acf64cfc598', 'x-compute-request-id': 'req-18d2a592-06cd-4ef3-97d2-2acf64cfc598', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece'} Body: b'{"server": {"id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "name": "tempest-VolumesSnapshotTestJSON-instance-1370406665", "status": "ACTIVE", "tenant_id": "29973e77972d406caa7a5d453c78d7d6", "user_id": "eee64f43758146518effe7f505ec3486", "metadata": {}, "hostId": "48a2ad87b832a23ac08284a971eacc481133f3180ca7338599f57303", "image": {"id": "85eb65b8-a5cc-489d-a3d6-b4c396f9651c", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/85eb65b8-a5cc-489d-a3d6-b4c396f9651c"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:23:51Z", "updated": "2021-07-21T00:36:10Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-07-21T00:24:01.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1"}]}}' 2021-07-21 00:37:03,158 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece 0.088s 2021-07-21 00:37:03,158 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:37:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c1e244f1-fad7-4bf4-aaff-9b0ecb2aad42', 'x-compute-request-id': 'req-c1e244f1-fad7-4bf4-aaff-9b0ecb2aad42', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece'} Body: b'{"server": {"id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "name": "tempest-VolumesSnapshotTestJSON-instance-1370406665", "status": "ACTIVE", "tenant_id": "29973e77972d406caa7a5d453c78d7d6", "user_id": "eee64f43758146518effe7f505ec3486", "metadata": {}, "hostId": "48a2ad87b832a23ac08284a971eacc481133f3180ca7338599f57303", "image": {"id": "85eb65b8-a5cc-489d-a3d6-b4c396f9651c", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/85eb65b8-a5cc-489d-a3d6-b4c396f9651c"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:23:51Z", "updated": "2021-07-21T00:36:10Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-07-21T00:24:01.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1"}]}}' 2021-07-21 00:37:04,256 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece 0.089s 2021-07-21 00:37:04,256 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:37:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7b91f761-44c2-4cdf-9d69-accf19122735', 'x-compute-request-id': 'req-7b91f761-44c2-4cdf-9d69-accf19122735', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece'} Body: b'{"server": {"id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "name": "tempest-VolumesSnapshotTestJSON-instance-1370406665", "status": "ACTIVE", "tenant_id": "29973e77972d406caa7a5d453c78d7d6", "user_id": "eee64f43758146518effe7f505ec3486", "metadata": {}, "hostId": "48a2ad87b832a23ac08284a971eacc481133f3180ca7338599f57303", "image": {"id": "85eb65b8-a5cc-489d-a3d6-b4c396f9651c", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/85eb65b8-a5cc-489d-a3d6-b4c396f9651c"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:23:51Z", "updated": "2021-07-21T00:36:10Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-07-21T00:24:01.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1"}]}}' 2021-07-21 00:37:05,350 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece 0.086s 2021-07-21 00:37:05,351 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:37:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7ddd8a14-43fb-43ce-b4e5-1afcabd0e10e', 'x-compute-request-id': 'req-7ddd8a14-43fb-43ce-b4e5-1afcabd0e10e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece'} Body: b'{"server": {"id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "name": "tempest-VolumesSnapshotTestJSON-instance-1370406665", "status": "ACTIVE", "tenant_id": "29973e77972d406caa7a5d453c78d7d6", "user_id": "eee64f43758146518effe7f505ec3486", "metadata": {}, "hostId": "48a2ad87b832a23ac08284a971eacc481133f3180ca7338599f57303", "image": {"id": "85eb65b8-a5cc-489d-a3d6-b4c396f9651c", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/85eb65b8-a5cc-489d-a3d6-b4c396f9651c"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:23:51Z", "updated": "2021-07-21T00:36:10Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-07-21T00:24:01.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1"}]}}' 2021-07-21 00:37:06,449 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece 0.089s 2021-07-21 00:37:06,450 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:37:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a68c35b2-aaa1-4b51-9ba3-31ffa1990b94', 'x-compute-request-id': 'req-a68c35b2-aaa1-4b51-9ba3-31ffa1990b94', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece'} Body: b'{"server": {"id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "name": "tempest-VolumesSnapshotTestJSON-instance-1370406665", "status": "ACTIVE", "tenant_id": "29973e77972d406caa7a5d453c78d7d6", "user_id": "eee64f43758146518effe7f505ec3486", "metadata": {}, "hostId": "48a2ad87b832a23ac08284a971eacc481133f3180ca7338599f57303", "image": {"id": "85eb65b8-a5cc-489d-a3d6-b4c396f9651c", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/85eb65b8-a5cc-489d-a3d6-b4c396f9651c"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:23:51Z", "updated": "2021-07-21T00:36:10Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-07-21T00:24:01.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1"}]}}' 2021-07-21 00:37:07,544 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece 0.086s 2021-07-21 00:37:07,544 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:37:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d436d21a-fb67-4199-a7a2-df17ded62088', 'x-compute-request-id': 'req-d436d21a-fb67-4199-a7a2-df17ded62088', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece'} Body: b'{"server": {"id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "name": "tempest-VolumesSnapshotTestJSON-instance-1370406665", "status": "ACTIVE", "tenant_id": "29973e77972d406caa7a5d453c78d7d6", "user_id": "eee64f43758146518effe7f505ec3486", "metadata": {}, "hostId": "48a2ad87b832a23ac08284a971eacc481133f3180ca7338599f57303", "image": {"id": "85eb65b8-a5cc-489d-a3d6-b4c396f9651c", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/85eb65b8-a5cc-489d-a3d6-b4c396f9651c"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:23:51Z", "updated": "2021-07-21T00:36:10Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-07-21T00:24:01.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1"}]}}' 2021-07-21 00:37:08,642 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece 0.088s 2021-07-21 00:37:08,643 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:37:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-373d0215-c669-472e-9fbf-26443dca5302', 'x-compute-request-id': 'req-373d0215-c669-472e-9fbf-26443dca5302', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece'} Body: b'{"server": {"id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "name": "tempest-VolumesSnapshotTestJSON-instance-1370406665", "status": "ACTIVE", "tenant_id": "29973e77972d406caa7a5d453c78d7d6", "user_id": "eee64f43758146518effe7f505ec3486", "metadata": {}, "hostId": "48a2ad87b832a23ac08284a971eacc481133f3180ca7338599f57303", "image": {"id": "85eb65b8-a5cc-489d-a3d6-b4c396f9651c", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/85eb65b8-a5cc-489d-a3d6-b4c396f9651c"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:23:51Z", "updated": "2021-07-21T00:36:10Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-07-21T00:24:01.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1"}]}}' 2021-07-21 00:37:09,738 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece 0.086s 2021-07-21 00:37:09,738 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:37:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0ac7140c-dd3a-4fd4-89b4-4106dae1f387', 'x-compute-request-id': 'req-0ac7140c-dd3a-4fd4-89b4-4106dae1f387', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece'} Body: b'{"server": {"id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "name": "tempest-VolumesSnapshotTestJSON-instance-1370406665", "status": "ACTIVE", "tenant_id": "29973e77972d406caa7a5d453c78d7d6", "user_id": "eee64f43758146518effe7f505ec3486", "metadata": {}, "hostId": "48a2ad87b832a23ac08284a971eacc481133f3180ca7338599f57303", "image": {"id": "85eb65b8-a5cc-489d-a3d6-b4c396f9651c", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/85eb65b8-a5cc-489d-a3d6-b4c396f9651c"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:23:51Z", "updated": "2021-07-21T00:36:10Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-07-21T00:24:01.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1"}]}}' 2021-07-21 00:37:10,834 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece 0.088s 2021-07-21 00:37:10,835 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:37:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5c454763-b170-44ef-8109-04ba1e259946', 'x-compute-request-id': 'req-5c454763-b170-44ef-8109-04ba1e259946', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece'} Body: b'{"server": {"id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "name": "tempest-VolumesSnapshotTestJSON-instance-1370406665", "status": "ACTIVE", "tenant_id": "29973e77972d406caa7a5d453c78d7d6", "user_id": "eee64f43758146518effe7f505ec3486", "metadata": {}, "hostId": "48a2ad87b832a23ac08284a971eacc481133f3180ca7338599f57303", "image": {"id": "85eb65b8-a5cc-489d-a3d6-b4c396f9651c", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/85eb65b8-a5cc-489d-a3d6-b4c396f9651c"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:23:51Z", "updated": "2021-07-21T00:36:10Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-07-21T00:24:01.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1"}]}}' 2021-07-21 00:37:11,930 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece 0.087s 2021-07-21 00:37:11,931 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:37:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a59e292f-5e0a-41a3-989f-24a4c78accdc', 'x-compute-request-id': 'req-a59e292f-5e0a-41a3-989f-24a4c78accdc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece'} Body: b'{"server": {"id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "name": "tempest-VolumesSnapshotTestJSON-instance-1370406665", "status": "ACTIVE", "tenant_id": "29973e77972d406caa7a5d453c78d7d6", "user_id": "eee64f43758146518effe7f505ec3486", "metadata": {}, "hostId": "48a2ad87b832a23ac08284a971eacc481133f3180ca7338599f57303", "image": {"id": "85eb65b8-a5cc-489d-a3d6-b4c396f9651c", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/85eb65b8-a5cc-489d-a3d6-b4c396f9651c"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:23:51Z", "updated": "2021-07-21T00:36:10Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-07-21T00:24:01.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1"}]}}' 2021-07-21 00:37:13,028 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece 0.089s 2021-07-21 00:37:13,028 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:37:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f05e630c-a0d3-4ae7-ba6e-8ced9677767c', 'x-compute-request-id': 'req-f05e630c-a0d3-4ae7-ba6e-8ced9677767c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece'} Body: b'{"server": {"id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "name": "tempest-VolumesSnapshotTestJSON-instance-1370406665", "status": "ACTIVE", "tenant_id": "29973e77972d406caa7a5d453c78d7d6", "user_id": "eee64f43758146518effe7f505ec3486", "metadata": {}, "hostId": "48a2ad87b832a23ac08284a971eacc481133f3180ca7338599f57303", "image": {"id": "85eb65b8-a5cc-489d-a3d6-b4c396f9651c", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/85eb65b8-a5cc-489d-a3d6-b4c396f9651c"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:23:51Z", "updated": "2021-07-21T00:36:10Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-07-21T00:24:01.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1"}]}}' 2021-07-21 00:37:14,121 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece 0.085s 2021-07-21 00:37:14,122 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:37:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b912ea13-89cf-49de-b50f-10e4957cd0bf', 'x-compute-request-id': 'req-b912ea13-89cf-49de-b50f-10e4957cd0bf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece'} Body: b'{"server": {"id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "name": "tempest-VolumesSnapshotTestJSON-instance-1370406665", "status": "ACTIVE", "tenant_id": "29973e77972d406caa7a5d453c78d7d6", "user_id": "eee64f43758146518effe7f505ec3486", "metadata": {}, "hostId": "48a2ad87b832a23ac08284a971eacc481133f3180ca7338599f57303", "image": {"id": "85eb65b8-a5cc-489d-a3d6-b4c396f9651c", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/85eb65b8-a5cc-489d-a3d6-b4c396f9651c"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:23:51Z", "updated": "2021-07-21T00:36:10Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-07-21T00:24:01.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1"}]}}' 2021-07-21 00:37:15,224 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece 0.093s 2021-07-21 00:37:15,225 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:37:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1e9d21df-1470-44a2-b833-4c2641586ed0', 'x-compute-request-id': 'req-1e9d21df-1470-44a2-b833-4c2641586ed0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece'} Body: b'{"server": {"id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "name": "tempest-VolumesSnapshotTestJSON-instance-1370406665", "status": "ACTIVE", "tenant_id": "29973e77972d406caa7a5d453c78d7d6", "user_id": "eee64f43758146518effe7f505ec3486", "metadata": {}, "hostId": "48a2ad87b832a23ac08284a971eacc481133f3180ca7338599f57303", "image": {"id": "85eb65b8-a5cc-489d-a3d6-b4c396f9651c", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/85eb65b8-a5cc-489d-a3d6-b4c396f9651c"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:23:51Z", "updated": "2021-07-21T00:36:10Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-07-21T00:24:01.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1"}]}}' 2021-07-21 00:37:16,320 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece 0.088s 2021-07-21 00:37:16,321 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:37:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-22b9e25f-707c-4240-ab33-73ee06aeea5e', 'x-compute-request-id': 'req-22b9e25f-707c-4240-ab33-73ee06aeea5e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece'} Body: b'{"server": {"id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "name": "tempest-VolumesSnapshotTestJSON-instance-1370406665", "status": "ACTIVE", "tenant_id": "29973e77972d406caa7a5d453c78d7d6", "user_id": "eee64f43758146518effe7f505ec3486", "metadata": {}, "hostId": "48a2ad87b832a23ac08284a971eacc481133f3180ca7338599f57303", "image": {"id": "85eb65b8-a5cc-489d-a3d6-b4c396f9651c", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/85eb65b8-a5cc-489d-a3d6-b4c396f9651c"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:23:51Z", "updated": "2021-07-21T00:36:10Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-07-21T00:24:01.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1"}]}}' 2021-07-21 00:37:17,418 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece 0.089s 2021-07-21 00:37:17,419 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:37:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4343aa50-dba0-4f36-914b-fed159189303', 'x-compute-request-id': 'req-4343aa50-dba0-4f36-914b-fed159189303', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece'} Body: b'{"server": {"id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "name": "tempest-VolumesSnapshotTestJSON-instance-1370406665", "status": "ACTIVE", "tenant_id": "29973e77972d406caa7a5d453c78d7d6", "user_id": "eee64f43758146518effe7f505ec3486", "metadata": {}, "hostId": "48a2ad87b832a23ac08284a971eacc481133f3180ca7338599f57303", "image": {"id": "85eb65b8-a5cc-489d-a3d6-b4c396f9651c", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/85eb65b8-a5cc-489d-a3d6-b4c396f9651c"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:23:51Z", "updated": "2021-07-21T00:36:10Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-07-21T00:24:01.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1"}]}}' 2021-07-21 00:37:18,518 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece 0.091s 2021-07-21 00:37:18,519 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:37:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-20fdf579-586c-4ea9-9489-9f416875e065', 'x-compute-request-id': 'req-20fdf579-586c-4ea9-9489-9f416875e065', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece'} Body: b'{"server": {"id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "name": "tempest-VolumesSnapshotTestJSON-instance-1370406665", "status": "ACTIVE", "tenant_id": "29973e77972d406caa7a5d453c78d7d6", "user_id": "eee64f43758146518effe7f505ec3486", "metadata": {}, "hostId": "48a2ad87b832a23ac08284a971eacc481133f3180ca7338599f57303", "image": {"id": "85eb65b8-a5cc-489d-a3d6-b4c396f9651c", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/85eb65b8-a5cc-489d-a3d6-b4c396f9651c"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:23:51Z", "updated": "2021-07-21T00:36:10Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-07-21T00:24:01.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1"}]}}' 2021-07-21 00:37:19,616 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece 0.088s 2021-07-21 00:37:19,616 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:37:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d76eb61a-39a7-4976-886d-c71a1ec4afce', 'x-compute-request-id': 'req-d76eb61a-39a7-4976-886d-c71a1ec4afce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece'} Body: b'{"server": {"id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "name": "tempest-VolumesSnapshotTestJSON-instance-1370406665", "status": "ACTIVE", "tenant_id": "29973e77972d406caa7a5d453c78d7d6", "user_id": "eee64f43758146518effe7f505ec3486", "metadata": {}, "hostId": "48a2ad87b832a23ac08284a971eacc481133f3180ca7338599f57303", "image": {"id": "85eb65b8-a5cc-489d-a3d6-b4c396f9651c", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/85eb65b8-a5cc-489d-a3d6-b4c396f9651c"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:23:51Z", "updated": "2021-07-21T00:36:10Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-07-21T00:24:01.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1"}]}}' 2021-07-21 00:37:20,711 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece 0.086s 2021-07-21 00:37:20,711 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:37:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1f043406-d05d-400a-a8f8-7d71e36058ed', 'x-compute-request-id': 'req-1f043406-d05d-400a-a8f8-7d71e36058ed', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece'} Body: b'{"server": {"id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "name": "tempest-VolumesSnapshotTestJSON-instance-1370406665", "status": "ACTIVE", "tenant_id": "29973e77972d406caa7a5d453c78d7d6", "user_id": "eee64f43758146518effe7f505ec3486", "metadata": {}, "hostId": "48a2ad87b832a23ac08284a971eacc481133f3180ca7338599f57303", "image": {"id": "85eb65b8-a5cc-489d-a3d6-b4c396f9651c", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/85eb65b8-a5cc-489d-a3d6-b4c396f9651c"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:23:51Z", "updated": "2021-07-21T00:36:10Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-07-21T00:24:01.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1"}]}}' 2021-07-21 00:37:21,809 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece 0.089s 2021-07-21 00:37:21,810 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:37:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9250e774-2a00-42d4-911d-2281ca76854e', 'x-compute-request-id': 'req-9250e774-2a00-42d4-911d-2281ca76854e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece'} Body: b'{"server": {"id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "name": "tempest-VolumesSnapshotTestJSON-instance-1370406665", "status": "ACTIVE", "tenant_id": "29973e77972d406caa7a5d453c78d7d6", "user_id": "eee64f43758146518effe7f505ec3486", "metadata": {}, "hostId": "48a2ad87b832a23ac08284a971eacc481133f3180ca7338599f57303", "image": {"id": "85eb65b8-a5cc-489d-a3d6-b4c396f9651c", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/85eb65b8-a5cc-489d-a3d6-b4c396f9651c"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:23:51Z", "updated": "2021-07-21T00:36:10Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-07-21T00:24:01.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1"}]}}' 2021-07-21 00:37:22,905 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece 0.087s 2021-07-21 00:37:22,905 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:37:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-04d347e6-fe40-4496-8ea2-d441dd2a4b5c', 'x-compute-request-id': 'req-04d347e6-fe40-4496-8ea2-d441dd2a4b5c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece'} Body: b'{"server": {"id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "name": "tempest-VolumesSnapshotTestJSON-instance-1370406665", "status": "ACTIVE", "tenant_id": "29973e77972d406caa7a5d453c78d7d6", "user_id": "eee64f43758146518effe7f505ec3486", "metadata": {}, "hostId": "48a2ad87b832a23ac08284a971eacc481133f3180ca7338599f57303", "image": {"id": "85eb65b8-a5cc-489d-a3d6-b4c396f9651c", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/85eb65b8-a5cc-489d-a3d6-b4c396f9651c"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:23:51Z", "updated": "2021-07-21T00:36:10Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-07-21T00:24:01.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1"}]}}' 2021-07-21 00:37:24,003 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece 0.090s 2021-07-21 00:37:24,004 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:37:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2db5c739-2f68-486d-9f07-580954ab2e0a', 'x-compute-request-id': 'req-2db5c739-2f68-486d-9f07-580954ab2e0a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece'} Body: b'{"server": {"id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "name": "tempest-VolumesSnapshotTestJSON-instance-1370406665", "status": "ACTIVE", "tenant_id": "29973e77972d406caa7a5d453c78d7d6", "user_id": "eee64f43758146518effe7f505ec3486", "metadata": {}, "hostId": "48a2ad87b832a23ac08284a971eacc481133f3180ca7338599f57303", "image": {"id": "85eb65b8-a5cc-489d-a3d6-b4c396f9651c", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/85eb65b8-a5cc-489d-a3d6-b4c396f9651c"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:23:51Z", "updated": "2021-07-21T00:36:10Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-07-21T00:24:01.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1"}]}}' 2021-07-21 00:37:25,097 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece 0.085s 2021-07-21 00:37:25,098 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:37:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-45f6b74c-1fa5-4362-8795-1edf954c09c6', 'x-compute-request-id': 'req-45f6b74c-1fa5-4362-8795-1edf954c09c6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece'} Body: b'{"server": {"id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "name": "tempest-VolumesSnapshotTestJSON-instance-1370406665", "status": "ACTIVE", "tenant_id": "29973e77972d406caa7a5d453c78d7d6", "user_id": "eee64f43758146518effe7f505ec3486", "metadata": {}, "hostId": "48a2ad87b832a23ac08284a971eacc481133f3180ca7338599f57303", "image": {"id": "85eb65b8-a5cc-489d-a3d6-b4c396f9651c", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/85eb65b8-a5cc-489d-a3d6-b4c396f9651c"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:23:51Z", "updated": "2021-07-21T00:36:10Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-07-21T00:24:01.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1"}]}}' 2021-07-21 00:37:26,198 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece 0.092s 2021-07-21 00:37:26,199 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:37:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-adef314e-2d19-49cf-91f4-1ff20d18e624', 'x-compute-request-id': 'req-adef314e-2d19-49cf-91f4-1ff20d18e624', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece'} Body: b'{"server": {"id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "name": "tempest-VolumesSnapshotTestJSON-instance-1370406665", "status": "ACTIVE", "tenant_id": "29973e77972d406caa7a5d453c78d7d6", "user_id": "eee64f43758146518effe7f505ec3486", "metadata": {}, "hostId": "48a2ad87b832a23ac08284a971eacc481133f3180ca7338599f57303", "image": {"id": "85eb65b8-a5cc-489d-a3d6-b4c396f9651c", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/85eb65b8-a5cc-489d-a3d6-b4c396f9651c"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:23:51Z", "updated": "2021-07-21T00:36:10Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-07-21T00:24:01.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1"}]}}' 2021-07-21 00:37:27,295 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece 0.087s 2021-07-21 00:37:27,295 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:37:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5a8670bc-35f3-4c9d-86c8-dbcb08d1d3e4', 'x-compute-request-id': 'req-5a8670bc-35f3-4c9d-86c8-dbcb08d1d3e4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece'} Body: b'{"server": {"id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "name": "tempest-VolumesSnapshotTestJSON-instance-1370406665", "status": "ACTIVE", "tenant_id": "29973e77972d406caa7a5d453c78d7d6", "user_id": "eee64f43758146518effe7f505ec3486", "metadata": {}, "hostId": "48a2ad87b832a23ac08284a971eacc481133f3180ca7338599f57303", "image": {"id": "85eb65b8-a5cc-489d-a3d6-b4c396f9651c", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/85eb65b8-a5cc-489d-a3d6-b4c396f9651c"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:23:51Z", "updated": "2021-07-21T00:36:10Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-07-21T00:24:01.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1"}]}}' 2021-07-21 00:37:28,393 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece 0.090s 2021-07-21 00:37:28,394 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:37:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7adafa64-49e9-42b6-9b90-50bd4a8be8e8', 'x-compute-request-id': 'req-7adafa64-49e9-42b6-9b90-50bd4a8be8e8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece'} Body: b'{"server": {"id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "name": "tempest-VolumesSnapshotTestJSON-instance-1370406665", "status": "ACTIVE", "tenant_id": "29973e77972d406caa7a5d453c78d7d6", "user_id": "eee64f43758146518effe7f505ec3486", "metadata": {}, "hostId": "48a2ad87b832a23ac08284a971eacc481133f3180ca7338599f57303", "image": {"id": "85eb65b8-a5cc-489d-a3d6-b4c396f9651c", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/85eb65b8-a5cc-489d-a3d6-b4c396f9651c"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:23:51Z", "updated": "2021-07-21T00:36:10Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-07-21T00:24:01.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1"}]}}' 2021-07-21 00:37:29,488 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece 0.086s 2021-07-21 00:37:29,489 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:37:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f79cdd87-704e-44a8-b682-0bdbdda22679', 'x-compute-request-id': 'req-f79cdd87-704e-44a8-b682-0bdbdda22679', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece'} Body: b'{"server": {"id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "name": "tempest-VolumesSnapshotTestJSON-instance-1370406665", "status": "ACTIVE", "tenant_id": "29973e77972d406caa7a5d453c78d7d6", "user_id": "eee64f43758146518effe7f505ec3486", "metadata": {}, "hostId": "48a2ad87b832a23ac08284a971eacc481133f3180ca7338599f57303", "image": {"id": "85eb65b8-a5cc-489d-a3d6-b4c396f9651c", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/85eb65b8-a5cc-489d-a3d6-b4c396f9651c"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:23:51Z", "updated": "2021-07-21T00:36:10Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-07-21T00:24:01.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1"}]}}' 2021-07-21 00:37:30,584 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece 0.088s 2021-07-21 00:37:30,585 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:37:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bab39f15-4a22-4154-be88-227ec0bb4561', 'x-compute-request-id': 'req-bab39f15-4a22-4154-be88-227ec0bb4561', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece'} Body: b'{"server": {"id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "name": "tempest-VolumesSnapshotTestJSON-instance-1370406665", "status": "ACTIVE", "tenant_id": "29973e77972d406caa7a5d453c78d7d6", "user_id": "eee64f43758146518effe7f505ec3486", "metadata": {}, "hostId": "48a2ad87b832a23ac08284a971eacc481133f3180ca7338599f57303", "image": {"id": "85eb65b8-a5cc-489d-a3d6-b4c396f9651c", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/85eb65b8-a5cc-489d-a3d6-b4c396f9651c"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:23:51Z", "updated": "2021-07-21T00:36:10Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-07-21T00:24:01.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1"}]}}' 2021-07-21 00:37:31,682 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece 0.089s 2021-07-21 00:37:31,682 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:37:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-454192e6-1d1c-41d6-884c-2b3b79c17c3d', 'x-compute-request-id': 'req-454192e6-1d1c-41d6-884c-2b3b79c17c3d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece'} Body: b'{"server": {"id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "name": "tempest-VolumesSnapshotTestJSON-instance-1370406665", "status": "ACTIVE", "tenant_id": "29973e77972d406caa7a5d453c78d7d6", "user_id": "eee64f43758146518effe7f505ec3486", "metadata": {}, "hostId": "48a2ad87b832a23ac08284a971eacc481133f3180ca7338599f57303", "image": {"id": "85eb65b8-a5cc-489d-a3d6-b4c396f9651c", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/85eb65b8-a5cc-489d-a3d6-b4c396f9651c"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:23:51Z", "updated": "2021-07-21T00:36:10Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-07-21T00:24:01.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1"}]}}' 2021-07-21 00:37:32,780 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece 0.089s 2021-07-21 00:37:32,780 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:37:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-27546b87-e97d-45e0-9ead-48e9717c4865', 'x-compute-request-id': 'req-27546b87-e97d-45e0-9ead-48e9717c4865', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece'} Body: b'{"server": {"id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "name": "tempest-VolumesSnapshotTestJSON-instance-1370406665", "status": "ACTIVE", "tenant_id": "29973e77972d406caa7a5d453c78d7d6", "user_id": "eee64f43758146518effe7f505ec3486", "metadata": {}, "hostId": "48a2ad87b832a23ac08284a971eacc481133f3180ca7338599f57303", "image": {"id": "85eb65b8-a5cc-489d-a3d6-b4c396f9651c", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/85eb65b8-a5cc-489d-a3d6-b4c396f9651c"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:23:51Z", "updated": "2021-07-21T00:36:10Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-07-21T00:24:01.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1"}]}}' 2021-07-21 00:37:33,875 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece 0.086s 2021-07-21 00:37:33,875 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:37:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-48ccbf22-4843-4211-8192-08a0c6043902', 'x-compute-request-id': 'req-48ccbf22-4843-4211-8192-08a0c6043902', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece'} Body: b'{"server": {"id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "name": "tempest-VolumesSnapshotTestJSON-instance-1370406665", "status": "ACTIVE", "tenant_id": "29973e77972d406caa7a5d453c78d7d6", "user_id": "eee64f43758146518effe7f505ec3486", "metadata": {}, "hostId": "48a2ad87b832a23ac08284a971eacc481133f3180ca7338599f57303", "image": {"id": "85eb65b8-a5cc-489d-a3d6-b4c396f9651c", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/85eb65b8-a5cc-489d-a3d6-b4c396f9651c"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:23:51Z", "updated": "2021-07-21T00:36:10Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-07-21T00:24:01.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1"}]}}' 2021-07-21 00:37:34,974 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece 0.089s 2021-07-21 00:37:34,974 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:37:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b6314152-1f02-46fb-b346-ccc266a6e8c3', 'x-compute-request-id': 'req-b6314152-1f02-46fb-b346-ccc266a6e8c3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece'} Body: b'{"server": {"id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "name": "tempest-VolumesSnapshotTestJSON-instance-1370406665", "status": "ACTIVE", "tenant_id": "29973e77972d406caa7a5d453c78d7d6", "user_id": "eee64f43758146518effe7f505ec3486", "metadata": {}, "hostId": "48a2ad87b832a23ac08284a971eacc481133f3180ca7338599f57303", "image": {"id": "85eb65b8-a5cc-489d-a3d6-b4c396f9651c", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/85eb65b8-a5cc-489d-a3d6-b4c396f9651c"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:23:51Z", "updated": "2021-07-21T00:36:10Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-07-21T00:24:01.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1"}]}}' 2021-07-21 00:37:36,069 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece 0.087s 2021-07-21 00:37:36,070 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:37:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-18429797-de46-4ab8-83bb-34611803509f', 'x-compute-request-id': 'req-18429797-de46-4ab8-83bb-34611803509f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece'} Body: b'{"server": {"id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "name": "tempest-VolumesSnapshotTestJSON-instance-1370406665", "status": "ACTIVE", "tenant_id": "29973e77972d406caa7a5d453c78d7d6", "user_id": "eee64f43758146518effe7f505ec3486", "metadata": {}, "hostId": "48a2ad87b832a23ac08284a971eacc481133f3180ca7338599f57303", "image": {"id": "85eb65b8-a5cc-489d-a3d6-b4c396f9651c", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/85eb65b8-a5cc-489d-a3d6-b4c396f9651c"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:23:51Z", "updated": "2021-07-21T00:36:10Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-07-21T00:24:01.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1"}]}}' 2021-07-21 00:37:37,169 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece 0.091s 2021-07-21 00:37:37,170 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:37:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1367a018-2aea-4e05-b2ca-402a2c1094b9', 'x-compute-request-id': 'req-1367a018-2aea-4e05-b2ca-402a2c1094b9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece'} Body: b'{"server": {"id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "name": "tempest-VolumesSnapshotTestJSON-instance-1370406665", "status": "ACTIVE", "tenant_id": "29973e77972d406caa7a5d453c78d7d6", "user_id": "eee64f43758146518effe7f505ec3486", "metadata": {}, "hostId": "48a2ad87b832a23ac08284a971eacc481133f3180ca7338599f57303", "image": {"id": "85eb65b8-a5cc-489d-a3d6-b4c396f9651c", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/85eb65b8-a5cc-489d-a3d6-b4c396f9651c"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:23:51Z", "updated": "2021-07-21T00:36:10Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-07-21T00:24:01.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1"}]}}' 2021-07-21 00:37:38,270 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece 0.091s 2021-07-21 00:37:38,270 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:37:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7ed7f3a4-ce7f-4a4a-989f-1ea5501af181', 'x-compute-request-id': 'req-7ed7f3a4-ce7f-4a4a-989f-1ea5501af181', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece'} Body: b'{"server": {"id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "name": "tempest-VolumesSnapshotTestJSON-instance-1370406665", "status": "ACTIVE", "tenant_id": "29973e77972d406caa7a5d453c78d7d6", "user_id": "eee64f43758146518effe7f505ec3486", "metadata": {}, "hostId": "48a2ad87b832a23ac08284a971eacc481133f3180ca7338599f57303", "image": {"id": "85eb65b8-a5cc-489d-a3d6-b4c396f9651c", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/85eb65b8-a5cc-489d-a3d6-b4c396f9651c"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:23:51Z", "updated": "2021-07-21T00:36:10Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-07-21T00:24:01.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1"}]}}' 2021-07-21 00:37:39,368 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece 0.089s 2021-07-21 00:37:39,368 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:37:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c3274c8d-b2d6-47e9-8581-efe6a6670888', 'x-compute-request-id': 'req-c3274c8d-b2d6-47e9-8581-efe6a6670888', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece'} Body: b'{"server": {"id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "name": "tempest-VolumesSnapshotTestJSON-instance-1370406665", "status": "ACTIVE", "tenant_id": "29973e77972d406caa7a5d453c78d7d6", "user_id": "eee64f43758146518effe7f505ec3486", "metadata": {}, "hostId": "48a2ad87b832a23ac08284a971eacc481133f3180ca7338599f57303", "image": {"id": "85eb65b8-a5cc-489d-a3d6-b4c396f9651c", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/85eb65b8-a5cc-489d-a3d6-b4c396f9651c"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:23:51Z", "updated": "2021-07-21T00:36:10Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-07-21T00:24:01.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1"}]}}' 2021-07-21 00:37:40,461 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece 0.085s 2021-07-21 00:37:40,462 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:37:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0ed5aff0-624c-4884-9a50-024ef6ede34c', 'x-compute-request-id': 'req-0ed5aff0-624c-4884-9a50-024ef6ede34c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece'} Body: b'{"server": {"id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "name": "tempest-VolumesSnapshotTestJSON-instance-1370406665", "status": "ACTIVE", "tenant_id": "29973e77972d406caa7a5d453c78d7d6", "user_id": "eee64f43758146518effe7f505ec3486", "metadata": {}, "hostId": "48a2ad87b832a23ac08284a971eacc481133f3180ca7338599f57303", "image": {"id": "85eb65b8-a5cc-489d-a3d6-b4c396f9651c", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/85eb65b8-a5cc-489d-a3d6-b4c396f9651c"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:23:51Z", "updated": "2021-07-21T00:36:10Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-07-21T00:24:01.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1"}]}}' 2021-07-21 00:37:41,556 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece 0.086s 2021-07-21 00:37:41,557 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:37:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-df2d2679-e681-4366-85dd-0c36b26a1e20', 'x-compute-request-id': 'req-df2d2679-e681-4366-85dd-0c36b26a1e20', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece'} Body: b'{"server": {"id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "name": "tempest-VolumesSnapshotTestJSON-instance-1370406665", "status": "ACTIVE", "tenant_id": "29973e77972d406caa7a5d453c78d7d6", "user_id": "eee64f43758146518effe7f505ec3486", "metadata": {}, "hostId": "48a2ad87b832a23ac08284a971eacc481133f3180ca7338599f57303", "image": {"id": "85eb65b8-a5cc-489d-a3d6-b4c396f9651c", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/85eb65b8-a5cc-489d-a3d6-b4c396f9651c"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:23:51Z", "updated": "2021-07-21T00:36:10Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-07-21T00:24:01.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1"}]}}' 2021-07-21 00:37:42,649 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece 0.084s 2021-07-21 00:37:42,650 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:37:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cd8d9982-6531-44c1-b1e0-b66a7a454fcf', 'x-compute-request-id': 'req-cd8d9982-6531-44c1-b1e0-b66a7a454fcf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece'} Body: b'{"server": {"id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "name": "tempest-VolumesSnapshotTestJSON-instance-1370406665", "status": "ACTIVE", "tenant_id": "29973e77972d406caa7a5d453c78d7d6", "user_id": "eee64f43758146518effe7f505ec3486", "metadata": {}, "hostId": "48a2ad87b832a23ac08284a971eacc481133f3180ca7338599f57303", "image": {"id": "85eb65b8-a5cc-489d-a3d6-b4c396f9651c", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/85eb65b8-a5cc-489d-a3d6-b4c396f9651c"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:23:51Z", "updated": "2021-07-21T00:36:10Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-07-21T00:24:01.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1"}]}}' 2021-07-21 00:37:43,834 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece 0.176s 2021-07-21 00:37:43,835 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:37:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4706a922-9f67-4b61-b90c-d2f7edb146ef', 'x-compute-request-id': 'req-4706a922-9f67-4b61-b90c-d2f7edb146ef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece'} Body: b'{"server": {"id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "name": "tempest-VolumesSnapshotTestJSON-instance-1370406665", "status": "ACTIVE", "tenant_id": "29973e77972d406caa7a5d453c78d7d6", "user_id": "eee64f43758146518effe7f505ec3486", "metadata": {}, "hostId": "48a2ad87b832a23ac08284a971eacc481133f3180ca7338599f57303", "image": {"id": "85eb65b8-a5cc-489d-a3d6-b4c396f9651c", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/85eb65b8-a5cc-489d-a3d6-b4c396f9651c"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:23:51Z", "updated": "2021-07-21T00:36:10Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-07-21T00:24:01.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1"}]}}' 2021-07-21 00:37:44,928 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece 0.085s 2021-07-21 00:37:44,929 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:37:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5c317d5f-2b80-4c4f-8bc9-b76a08ad56b0', 'x-compute-request-id': 'req-5c317d5f-2b80-4c4f-8bc9-b76a08ad56b0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece'} Body: b'{"server": {"id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "name": "tempest-VolumesSnapshotTestJSON-instance-1370406665", "status": "ACTIVE", "tenant_id": "29973e77972d406caa7a5d453c78d7d6", "user_id": "eee64f43758146518effe7f505ec3486", "metadata": {}, "hostId": "48a2ad87b832a23ac08284a971eacc481133f3180ca7338599f57303", "image": {"id": "85eb65b8-a5cc-489d-a3d6-b4c396f9651c", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/85eb65b8-a5cc-489d-a3d6-b4c396f9651c"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:23:51Z", "updated": "2021-07-21T00:36:10Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-07-21T00:24:01.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1"}]}}' 2021-07-21 00:37:46,022 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece 0.085s 2021-07-21 00:37:46,022 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:37:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-179fe499-4f2d-4b1e-92da-c231e510660e', 'x-compute-request-id': 'req-179fe499-4f2d-4b1e-92da-c231e510660e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece'} Body: b'{"server": {"id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "name": "tempest-VolumesSnapshotTestJSON-instance-1370406665", "status": "ACTIVE", "tenant_id": "29973e77972d406caa7a5d453c78d7d6", "user_id": "eee64f43758146518effe7f505ec3486", "metadata": {}, "hostId": "48a2ad87b832a23ac08284a971eacc481133f3180ca7338599f57303", "image": {"id": "85eb65b8-a5cc-489d-a3d6-b4c396f9651c", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/85eb65b8-a5cc-489d-a3d6-b4c396f9651c"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:23:51Z", "updated": "2021-07-21T00:36:10Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-07-21T00:24:01.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1"}]}}' 2021-07-21 00:37:47,116 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece 0.084s 2021-07-21 00:37:47,116 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:37:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-107151ea-aa7a-4667-94a1-136378d30a92', 'x-compute-request-id': 'req-107151ea-aa7a-4667-94a1-136378d30a92', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece'} Body: b'{"server": {"id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "name": "tempest-VolumesSnapshotTestJSON-instance-1370406665", "status": "ACTIVE", "tenant_id": "29973e77972d406caa7a5d453c78d7d6", "user_id": "eee64f43758146518effe7f505ec3486", "metadata": {}, "hostId": "48a2ad87b832a23ac08284a971eacc481133f3180ca7338599f57303", "image": {"id": "85eb65b8-a5cc-489d-a3d6-b4c396f9651c", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/85eb65b8-a5cc-489d-a3d6-b4c396f9651c"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:23:51Z", "updated": "2021-07-21T00:36:10Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-07-21T00:24:01.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1"}]}}' 2021-07-21 00:37:48,211 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece 0.087s 2021-07-21 00:37:48,212 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:37:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-81544f52-596e-4660-b990-b84e1c1f9181', 'x-compute-request-id': 'req-81544f52-596e-4660-b990-b84e1c1f9181', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece'} Body: b'{"server": {"id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "name": "tempest-VolumesSnapshotTestJSON-instance-1370406665", "status": "ACTIVE", "tenant_id": "29973e77972d406caa7a5d453c78d7d6", "user_id": "eee64f43758146518effe7f505ec3486", "metadata": {}, "hostId": "48a2ad87b832a23ac08284a971eacc481133f3180ca7338599f57303", "image": {"id": "85eb65b8-a5cc-489d-a3d6-b4c396f9651c", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/85eb65b8-a5cc-489d-a3d6-b4c396f9651c"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:23:51Z", "updated": "2021-07-21T00:36:10Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-07-21T00:24:01.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1"}]}}' 2021-07-21 00:37:49,304 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece 0.084s 2021-07-21 00:37:49,305 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:37:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-30802e62-837e-486e-a9a1-d316cc27d012', 'x-compute-request-id': 'req-30802e62-837e-486e-a9a1-d316cc27d012', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece'} Body: b'{"server": {"id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "name": "tempest-VolumesSnapshotTestJSON-instance-1370406665", "status": "ACTIVE", "tenant_id": "29973e77972d406caa7a5d453c78d7d6", "user_id": "eee64f43758146518effe7f505ec3486", "metadata": {}, "hostId": "48a2ad87b832a23ac08284a971eacc481133f3180ca7338599f57303", "image": {"id": "85eb65b8-a5cc-489d-a3d6-b4c396f9651c", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/85eb65b8-a5cc-489d-a3d6-b4c396f9651c"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:23:51Z", "updated": "2021-07-21T00:36:10Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-07-21T00:24:01.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1"}]}}' 2021-07-21 00:37:50,397 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece 0.084s 2021-07-21 00:37:50,398 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:37:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8717d207-752d-4420-9ce5-377e784d7917', 'x-compute-request-id': 'req-8717d207-752d-4420-9ce5-377e784d7917', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece'} Body: b'{"server": {"id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "name": "tempest-VolumesSnapshotTestJSON-instance-1370406665", "status": "ACTIVE", "tenant_id": "29973e77972d406caa7a5d453c78d7d6", "user_id": "eee64f43758146518effe7f505ec3486", "metadata": {}, "hostId": "48a2ad87b832a23ac08284a971eacc481133f3180ca7338599f57303", "image": {"id": "85eb65b8-a5cc-489d-a3d6-b4c396f9651c", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/85eb65b8-a5cc-489d-a3d6-b4c396f9651c"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:23:51Z", "updated": "2021-07-21T00:36:10Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-07-21T00:24:01.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1"}]}}' 2021-07-21 00:37:51,490 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece 0.084s 2021-07-21 00:37:51,490 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:37:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0771797c-0868-48ee-8fea-8b72559a04ce', 'x-compute-request-id': 'req-0771797c-0868-48ee-8fea-8b72559a04ce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece'} Body: b'{"server": {"id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "name": "tempest-VolumesSnapshotTestJSON-instance-1370406665", "status": "ACTIVE", "tenant_id": "29973e77972d406caa7a5d453c78d7d6", "user_id": "eee64f43758146518effe7f505ec3486", "metadata": {}, "hostId": "48a2ad87b832a23ac08284a971eacc481133f3180ca7338599f57303", "image": {"id": "85eb65b8-a5cc-489d-a3d6-b4c396f9651c", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/85eb65b8-a5cc-489d-a3d6-b4c396f9651c"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:23:51Z", "updated": "2021-07-21T00:36:10Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-07-21T00:24:01.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1"}]}}' 2021-07-21 00:37:52,583 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece 0.085s 2021-07-21 00:37:52,584 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:37:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-642c1d74-8504-4332-bb76-8339e7fec51b', 'x-compute-request-id': 'req-642c1d74-8504-4332-bb76-8339e7fec51b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece'} Body: b'{"server": {"id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "name": "tempest-VolumesSnapshotTestJSON-instance-1370406665", "status": "ACTIVE", "tenant_id": "29973e77972d406caa7a5d453c78d7d6", "user_id": "eee64f43758146518effe7f505ec3486", "metadata": {}, "hostId": "48a2ad87b832a23ac08284a971eacc481133f3180ca7338599f57303", "image": {"id": "85eb65b8-a5cc-489d-a3d6-b4c396f9651c", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/85eb65b8-a5cc-489d-a3d6-b4c396f9651c"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:23:51Z", "updated": "2021-07-21T00:36:10Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-07-21T00:24:01.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1"}]}}' 2021-07-21 00:37:53,676 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece 0.084s 2021-07-21 00:37:53,676 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:37:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6b40be6a-59f9-48b5-a06d-7f0aa022cc40', 'x-compute-request-id': 'req-6b40be6a-59f9-48b5-a06d-7f0aa022cc40', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece'} Body: b'{"server": {"id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "name": "tempest-VolumesSnapshotTestJSON-instance-1370406665", "status": "ACTIVE", "tenant_id": "29973e77972d406caa7a5d453c78d7d6", "user_id": "eee64f43758146518effe7f505ec3486", "metadata": {}, "hostId": "48a2ad87b832a23ac08284a971eacc481133f3180ca7338599f57303", "image": {"id": "85eb65b8-a5cc-489d-a3d6-b4c396f9651c", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/85eb65b8-a5cc-489d-a3d6-b4c396f9651c"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:23:51Z", "updated": "2021-07-21T00:36:10Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-07-21T00:24:01.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1"}]}}' 2021-07-21 00:37:54,771 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece 0.086s 2021-07-21 00:37:54,771 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:37:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3c77bca6-be0f-4e7d-8be5-a99afdfd8fe2', 'x-compute-request-id': 'req-3c77bca6-be0f-4e7d-8be5-a99afdfd8fe2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece'} Body: b'{"server": {"id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "name": "tempest-VolumesSnapshotTestJSON-instance-1370406665", "status": "ACTIVE", "tenant_id": "29973e77972d406caa7a5d453c78d7d6", "user_id": "eee64f43758146518effe7f505ec3486", "metadata": {}, "hostId": "48a2ad87b832a23ac08284a971eacc481133f3180ca7338599f57303", "image": {"id": "85eb65b8-a5cc-489d-a3d6-b4c396f9651c", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/85eb65b8-a5cc-489d-a3d6-b4c396f9651c"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:23:51Z", "updated": "2021-07-21T00:36:10Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-07-21T00:24:01.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1"}]}}' 2021-07-21 00:37:55,864 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece 0.085s 2021-07-21 00:37:55,864 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:37:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f895d15b-cbce-483c-babd-131da1fac98e', 'x-compute-request-id': 'req-f895d15b-cbce-483c-babd-131da1fac98e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece'} Body: b'{"server": {"id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "name": "tempest-VolumesSnapshotTestJSON-instance-1370406665", "status": "ACTIVE", "tenant_id": "29973e77972d406caa7a5d453c78d7d6", "user_id": "eee64f43758146518effe7f505ec3486", "metadata": {}, "hostId": "48a2ad87b832a23ac08284a971eacc481133f3180ca7338599f57303", "image": {"id": "85eb65b8-a5cc-489d-a3d6-b4c396f9651c", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/85eb65b8-a5cc-489d-a3d6-b4c396f9651c"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:23:51Z", "updated": "2021-07-21T00:36:10Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-07-21T00:24:01.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1"}]}}' 2021-07-21 00:37:56,958 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece 0.086s 2021-07-21 00:37:56,958 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:37:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d2f65d17-5902-41af-aab0-02b59e49aac5', 'x-compute-request-id': 'req-d2f65d17-5902-41af-aab0-02b59e49aac5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece'} Body: b'{"server": {"id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "name": "tempest-VolumesSnapshotTestJSON-instance-1370406665", "status": "ACTIVE", "tenant_id": "29973e77972d406caa7a5d453c78d7d6", "user_id": "eee64f43758146518effe7f505ec3486", "metadata": {}, "hostId": "48a2ad87b832a23ac08284a971eacc481133f3180ca7338599f57303", "image": {"id": "85eb65b8-a5cc-489d-a3d6-b4c396f9651c", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/85eb65b8-a5cc-489d-a3d6-b4c396f9651c"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:23:51Z", "updated": "2021-07-21T00:36:10Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-07-21T00:24:01.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1"}]}}' 2021-07-21 00:37:58,051 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece 0.085s 2021-07-21 00:37:58,051 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:37:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b9dd6baa-59bc-4f77-a79e-566b7ca389a0', 'x-compute-request-id': 'req-b9dd6baa-59bc-4f77-a79e-566b7ca389a0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece'} Body: b'{"server": {"id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "name": "tempest-VolumesSnapshotTestJSON-instance-1370406665", "status": "ACTIVE", "tenant_id": "29973e77972d406caa7a5d453c78d7d6", "user_id": "eee64f43758146518effe7f505ec3486", "metadata": {}, "hostId": "48a2ad87b832a23ac08284a971eacc481133f3180ca7338599f57303", "image": {"id": "85eb65b8-a5cc-489d-a3d6-b4c396f9651c", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/85eb65b8-a5cc-489d-a3d6-b4c396f9651c"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:23:51Z", "updated": "2021-07-21T00:36:10Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-07-21T00:24:01.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1"}]}}' 2021-07-21 00:37:59,144 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece 0.084s 2021-07-21 00:37:59,144 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:37:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8b5afe69-c702-452b-989b-b11b3fd7729a', 'x-compute-request-id': 'req-8b5afe69-c702-452b-989b-b11b3fd7729a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece'} Body: b'{"server": {"id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "name": "tempest-VolumesSnapshotTestJSON-instance-1370406665", "status": "ACTIVE", "tenant_id": "29973e77972d406caa7a5d453c78d7d6", "user_id": "eee64f43758146518effe7f505ec3486", "metadata": {}, "hostId": "48a2ad87b832a23ac08284a971eacc481133f3180ca7338599f57303", "image": {"id": "85eb65b8-a5cc-489d-a3d6-b4c396f9651c", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/85eb65b8-a5cc-489d-a3d6-b4c396f9651c"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:23:51Z", "updated": "2021-07-21T00:36:10Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-07-21T00:24:01.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1"}]}}' 2021-07-21 00:38:00,236 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece 0.084s 2021-07-21 00:38:00,237 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:38:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-62ddc0aa-d091-4637-98f2-34b62db0c415', 'x-compute-request-id': 'req-62ddc0aa-d091-4637-98f2-34b62db0c415', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece'} Body: b'{"server": {"id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "name": "tempest-VolumesSnapshotTestJSON-instance-1370406665", "status": "ACTIVE", "tenant_id": "29973e77972d406caa7a5d453c78d7d6", "user_id": "eee64f43758146518effe7f505ec3486", "metadata": {}, "hostId": "48a2ad87b832a23ac08284a971eacc481133f3180ca7338599f57303", "image": {"id": "85eb65b8-a5cc-489d-a3d6-b4c396f9651c", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/85eb65b8-a5cc-489d-a3d6-b4c396f9651c"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:23:51Z", "updated": "2021-07-21T00:36:10Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-07-21T00:24:01.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1"}]}}' 2021-07-21 00:38:01,330 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece 0.085s 2021-07-21 00:38:01,330 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:38:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-95d50931-2b59-449d-9c28-04b4c56c1d5a', 'x-compute-request-id': 'req-95d50931-2b59-449d-9c28-04b4c56c1d5a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece'} Body: b'{"server": {"id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "name": "tempest-VolumesSnapshotTestJSON-instance-1370406665", "status": "ACTIVE", "tenant_id": "29973e77972d406caa7a5d453c78d7d6", "user_id": "eee64f43758146518effe7f505ec3486", "metadata": {}, "hostId": "48a2ad87b832a23ac08284a971eacc481133f3180ca7338599f57303", "image": {"id": "85eb65b8-a5cc-489d-a3d6-b4c396f9651c", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/85eb65b8-a5cc-489d-a3d6-b4c396f9651c"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:23:51Z", "updated": "2021-07-21T00:36:10Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-07-21T00:24:01.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1"}]}}' 2021-07-21 00:38:02,422 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece 0.084s 2021-07-21 00:38:02,423 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:38:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-68da1cec-a636-44ec-8a3e-ccd8620a6389', 'x-compute-request-id': 'req-68da1cec-a636-44ec-8a3e-ccd8620a6389', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece'} Body: b'{"server": {"id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "name": "tempest-VolumesSnapshotTestJSON-instance-1370406665", "status": "ACTIVE", "tenant_id": "29973e77972d406caa7a5d453c78d7d6", "user_id": "eee64f43758146518effe7f505ec3486", "metadata": {}, "hostId": "48a2ad87b832a23ac08284a971eacc481133f3180ca7338599f57303", "image": {"id": "85eb65b8-a5cc-489d-a3d6-b4c396f9651c", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/85eb65b8-a5cc-489d-a3d6-b4c396f9651c"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:23:51Z", "updated": "2021-07-21T00:36:10Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-07-21T00:24:01.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1"}]}}' 2021-07-21 00:38:03,517 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece 0.085s 2021-07-21 00:38:03,517 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:38:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e2bbf170-7845-40e3-bc5e-06bb5e057aea', 'x-compute-request-id': 'req-e2bbf170-7845-40e3-bc5e-06bb5e057aea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece'} Body: b'{"server": {"id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "name": "tempest-VolumesSnapshotTestJSON-instance-1370406665", "status": "ACTIVE", "tenant_id": "29973e77972d406caa7a5d453c78d7d6", "user_id": "eee64f43758146518effe7f505ec3486", "metadata": {}, "hostId": "48a2ad87b832a23ac08284a971eacc481133f3180ca7338599f57303", "image": {"id": "85eb65b8-a5cc-489d-a3d6-b4c396f9651c", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/85eb65b8-a5cc-489d-a3d6-b4c396f9651c"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:23:51Z", "updated": "2021-07-21T00:36:10Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-07-21T00:24:01.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1"}]}}' 2021-07-21 00:38:04,609 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece 0.083s 2021-07-21 00:38:04,609 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:38:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bf8bb9ee-3d6a-4144-8859-dc05a41323f7', 'x-compute-request-id': 'req-bf8bb9ee-3d6a-4144-8859-dc05a41323f7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece'} Body: b'{"server": {"id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "name": "tempest-VolumesSnapshotTestJSON-instance-1370406665", "status": "ACTIVE", "tenant_id": "29973e77972d406caa7a5d453c78d7d6", "user_id": "eee64f43758146518effe7f505ec3486", "metadata": {}, "hostId": "48a2ad87b832a23ac08284a971eacc481133f3180ca7338599f57303", "image": {"id": "85eb65b8-a5cc-489d-a3d6-b4c396f9651c", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/85eb65b8-a5cc-489d-a3d6-b4c396f9651c"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:23:51Z", "updated": "2021-07-21T00:36:10Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-07-21T00:24:01.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1"}]}}' 2021-07-21 00:38:05,702 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece 0.085s 2021-07-21 00:38:05,703 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:38:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e6d8bb62-a53b-4320-9174-f31016d0c636', 'x-compute-request-id': 'req-e6d8bb62-a53b-4320-9174-f31016d0c636', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece'} Body: b'{"server": {"id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "name": "tempest-VolumesSnapshotTestJSON-instance-1370406665", "status": "ACTIVE", "tenant_id": "29973e77972d406caa7a5d453c78d7d6", "user_id": "eee64f43758146518effe7f505ec3486", "metadata": {}, "hostId": "48a2ad87b832a23ac08284a971eacc481133f3180ca7338599f57303", "image": {"id": "85eb65b8-a5cc-489d-a3d6-b4c396f9651c", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/85eb65b8-a5cc-489d-a3d6-b4c396f9651c"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:23:51Z", "updated": "2021-07-21T00:36:10Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-07-21T00:24:01.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1"}]}}' 2021-07-21 00:38:06,797 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece 0.086s 2021-07-21 00:38:06,798 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:38:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2cf3f87a-8e71-46d6-b6d9-0748304a4548', 'x-compute-request-id': 'req-2cf3f87a-8e71-46d6-b6d9-0748304a4548', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece'} Body: b'{"server": {"id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "name": "tempest-VolumesSnapshotTestJSON-instance-1370406665", "status": "ACTIVE", "tenant_id": "29973e77972d406caa7a5d453c78d7d6", "user_id": "eee64f43758146518effe7f505ec3486", "metadata": {}, "hostId": "48a2ad87b832a23ac08284a971eacc481133f3180ca7338599f57303", "image": {"id": "85eb65b8-a5cc-489d-a3d6-b4c396f9651c", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/85eb65b8-a5cc-489d-a3d6-b4c396f9651c"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:23:51Z", "updated": "2021-07-21T00:36:10Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-07-21T00:24:01.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1"}]}}' 2021-07-21 00:38:07,893 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece 0.086s 2021-07-21 00:38:07,893 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:38:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bf1e37ac-702d-4a70-9b16-c3a47357ae9d', 'x-compute-request-id': 'req-bf1e37ac-702d-4a70-9b16-c3a47357ae9d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece'} Body: b'{"server": {"id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "name": "tempest-VolumesSnapshotTestJSON-instance-1370406665", "status": "ACTIVE", "tenant_id": "29973e77972d406caa7a5d453c78d7d6", "user_id": "eee64f43758146518effe7f505ec3486", "metadata": {}, "hostId": "48a2ad87b832a23ac08284a971eacc481133f3180ca7338599f57303", "image": {"id": "85eb65b8-a5cc-489d-a3d6-b4c396f9651c", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/85eb65b8-a5cc-489d-a3d6-b4c396f9651c"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:23:51Z", "updated": "2021-07-21T00:36:10Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-07-21T00:24:01.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1"}]}}' 2021-07-21 00:38:08,987 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece 0.085s 2021-07-21 00:38:08,987 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:38:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3db36a1f-5263-4ffe-92e7-d37fad2bc827', 'x-compute-request-id': 'req-3db36a1f-5263-4ffe-92e7-d37fad2bc827', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece'} Body: b'{"server": {"id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "name": "tempest-VolumesSnapshotTestJSON-instance-1370406665", "status": "ACTIVE", "tenant_id": "29973e77972d406caa7a5d453c78d7d6", "user_id": "eee64f43758146518effe7f505ec3486", "metadata": {}, "hostId": "48a2ad87b832a23ac08284a971eacc481133f3180ca7338599f57303", "image": {"id": "85eb65b8-a5cc-489d-a3d6-b4c396f9651c", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/85eb65b8-a5cc-489d-a3d6-b4c396f9651c"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:23:51Z", "updated": "2021-07-21T00:36:10Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-07-21T00:24:01.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1"}]}}' 2021-07-21 00:38:10,117 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece 0.120s 2021-07-21 00:38:10,117 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:38:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d50dd5cc-42f9-4f04-a137-3dd79f84843d', 'x-compute-request-id': 'req-d50dd5cc-42f9-4f04-a137-3dd79f84843d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece'} Body: b'{"server": {"id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "name": "tempest-VolumesSnapshotTestJSON-instance-1370406665", "status": "ACTIVE", "tenant_id": "29973e77972d406caa7a5d453c78d7d6", "user_id": "eee64f43758146518effe7f505ec3486", "metadata": {}, "hostId": "48a2ad87b832a23ac08284a971eacc481133f3180ca7338599f57303", "image": {"id": "85eb65b8-a5cc-489d-a3d6-b4c396f9651c", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/85eb65b8-a5cc-489d-a3d6-b4c396f9651c"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:23:51Z", "updated": "2021-07-21T00:36:10Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-07-21T00:24:01.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1"}]}}' 2021-07-21 00:38:11,228 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece 0.103s 2021-07-21 00:38:11,228 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:38:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f79785b1-ac33-470b-baab-d92e9386f61a', 'x-compute-request-id': 'req-f79785b1-ac33-470b-baab-d92e9386f61a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece'} Body: b'{"server": {"id": "c21d46da-ed92-4ecd-9ceb-481712b23ece", "name": "tempest-VolumesSnapshotTestJSON-instance-1370406665", "status": "ACTIVE", "tenant_id": "29973e77972d406caa7a5d453c78d7d6", "user_id": "eee64f43758146518effe7f505ec3486", "metadata": {}, "hostId": "48a2ad87b832a23ac08284a971eacc481133f3180ca7338599f57303", "image": {"id": "85eb65b8-a5cc-489d-a3d6-b4c396f9651c", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/85eb65b8-a5cc-489d-a3d6-b4c396f9651c"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:23:51Z", "updated": "2021-07-21T00:36:10Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-07-21T00:24:01.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8ffde1de-58f8-438b-8faf-3d9f386d0de1"}]}}' 2021-07-21 00:38:12,268 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 404 GET http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece 0.032s 2021-07-21 00:38:12,269 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:38:12 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-5b7dbed7-3d1f-4e01-b7d2-b0560a4f4773', 'x-compute-request-id': 'req-5b7dbed7-3d1f-4e01-b7d2-b0560a4f4773', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/c21d46da-ed92-4ecd-9ceb-481712b23ece'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance c21d46da-ed92-4ecd-9ceb-481712b23ece could not be found."}}' }}} traceback-1: {{{ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/waiters.py", line 312, in wait_for_volume_resource_status raise lib_exc.TimeoutException(message) tempest.lib.exceptions.TimeoutException: Request timed out Details: volume 8ffde1de-58f8-438b-8faf-3d9f386d0de1 failed to reach available status (current detaching) within the required time (360 s). }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/volume/test_volumes_snapshots.py", line 87, in test_snapshot_create_offline_delete_online snapshot2 = self.create_snapshot(self.volume_origin['id'], force=True) File "/opt/stack/tempest/tempest/api/volume/base.py", line 144, in create_snapshot waiters.wait_for_volume_resource_status(cls.snapshots_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 312, in wait_for_volume_resource_status raise lib_exc.TimeoutException(message) tempest.lib.exceptions.TimeoutException: Request timed out Details: snapshot 444d5b9e-1fd6-4369-ad41-fd4872702203 failed to reach available status (current creating) within the required time (360 s). |
||||||
test_volume_from_snapshot[id-677863d1-3142-456d-b6ac-9924f667a7f4] |
fail
ft7.5: tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot[id-677863d1-3142-456d-b6ac-9924f667a7f4]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2021-07-21 00:38:12,787 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 202 POST http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes 0.372s 2021-07-21 00:38:12,787 114913 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-VolumesSnapshotTestJSON-Volume-941098444"}} Response - Headers: {'date': 'Wed, 21 Jul 2021 00:38:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-467c7cf9-b4c5-4cf0-a50c-7a0b3aba1ffc', 'content-length': '822', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-467c7cf9-b4c5-4cf0-a50c-7a0b3aba1ffc', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:12.629739", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2021-07-21 00:38:12,888 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.094s 2021-07-21 00:38:12,888 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:38:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7ade11b1-4b76-4150-9b00-5274bd6ac6da', 'content-length': '890', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7ade11b1-4b76-4150-9b00-5274bd6ac6da', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:38:13,949 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.052s 2021-07-21 00:38:13,949 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:38:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-20074589-188f-47bd-97b8-ba85bb3868ce', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-20074589-188f-47bd-97b8-ba85bb3868ce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:38:15,003 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.046s 2021-07-21 00:38:15,004 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:38:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-35c59079-2d45-4ff9-929e-8d9a6ee34c7b', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-35c59079-2d45-4ff9-929e-8d9a6ee34c7b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:38:16,054 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.043s 2021-07-21 00:38:16,054 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:38:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-38cb8606-66af-45c0-bb09-9e0807471d1c', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-38cb8606-66af-45c0-bb09-9e0807471d1c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:38:17,109 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.047s 2021-07-21 00:38:17,110 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:38:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7fb76e0d-2ceb-49fd-a5af-495a9a6206c0', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7fb76e0d-2ceb-49fd-a5af-495a9a6206c0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:38:18,163 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.045s 2021-07-21 00:38:18,163 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:38:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b4f74523-e337-4cfd-89f3-c82abe591767', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b4f74523-e337-4cfd-89f3-c82abe591767', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:38:19,215 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.044s 2021-07-21 00:38:19,215 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:38:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-10899529-994c-40f5-8ffa-ac45ea979fc2', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-10899529-994c-40f5-8ffa-ac45ea979fc2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:38:20,264 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.041s 2021-07-21 00:38:20,265 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:38:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c74a7d2b-e6de-421c-9892-ffc6f34e0a79', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c74a7d2b-e6de-421c-9892-ffc6f34e0a79', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:38:21,312 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.039s 2021-07-21 00:38:21,312 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:38:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d224c622-e471-46e6-8fd4-29d1bae46e7b', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d224c622-e471-46e6-8fd4-29d1bae46e7b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:38:22,361 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.040s 2021-07-21 00:38:22,361 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:38:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-858c6d05-ab17-4fb2-ab65-f40ff1643947', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-858c6d05-ab17-4fb2-ab65-f40ff1643947', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:38:23,412 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.042s 2021-07-21 00:38:23,413 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:38:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-94e362aa-997e-480f-a9d7-316455225a31', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-94e362aa-997e-480f-a9d7-316455225a31', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:38:24,462 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.042s 2021-07-21 00:38:24,463 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:38:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e9c4061d-35bf-4ab3-8200-ad6cec0a51fd', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e9c4061d-35bf-4ab3-8200-ad6cec0a51fd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:38:25,512 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.041s 2021-07-21 00:38:25,512 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:38:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1482aca3-4133-4838-922a-7f5c095a906f', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1482aca3-4133-4838-922a-7f5c095a906f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:38:26,563 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.042s 2021-07-21 00:38:26,564 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:38:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4ee03459-46d5-404a-9c10-b474921b5231', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4ee03459-46d5-404a-9c10-b474921b5231', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:38:27,612 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.040s 2021-07-21 00:38:27,612 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:38:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2888a8cc-e224-45cf-9a74-7560c29265f9', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2888a8cc-e224-45cf-9a74-7560c29265f9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:38:28,663 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.042s 2021-07-21 00:38:28,663 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:38:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b0502a75-9b52-4d53-b085-2fbed7e4dd0e', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b0502a75-9b52-4d53-b085-2fbed7e4dd0e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:38:29,711 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.040s 2021-07-21 00:38:29,711 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:38:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9a011732-fbe5-4837-a265-7d8fe02ef77a', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9a011732-fbe5-4837-a265-7d8fe02ef77a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:38:30,762 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.042s 2021-07-21 00:38:30,762 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:38:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-511f544a-dd6f-43b7-aa33-0b15c7ec6cb0', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-511f544a-dd6f-43b7-aa33-0b15c7ec6cb0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:38:31,811 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.041s 2021-07-21 00:38:31,812 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:38:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-86991522-5337-4436-9579-dfcf40310d19', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-86991522-5337-4436-9579-dfcf40310d19', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:38:32,861 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.042s 2021-07-21 00:38:32,862 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:38:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-41cc50ef-5a61-450c-a594-e43c10e9b2d0', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-41cc50ef-5a61-450c-a594-e43c10e9b2d0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:38:33,910 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.041s 2021-07-21 00:38:33,911 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:38:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f2d49a04-4890-473a-ada3-6f07e560a898', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f2d49a04-4890-473a-ada3-6f07e560a898', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:38:34,960 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.041s 2021-07-21 00:38:34,960 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:38:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-861279ab-7874-463f-9388-55da6f1fe64b', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-861279ab-7874-463f-9388-55da6f1fe64b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:38:36,011 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.042s 2021-07-21 00:38:36,011 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:38:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3a033c6a-a99f-4d7b-8450-033605a5139e', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3a033c6a-a99f-4d7b-8450-033605a5139e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:38:37,060 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.041s 2021-07-21 00:38:37,061 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:38:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b9981bcd-4951-49c4-a8f1-ec7452ca16d4', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b9981bcd-4951-49c4-a8f1-ec7452ca16d4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:38:38,109 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.040s 2021-07-21 00:38:38,109 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:38:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-189c700d-2bad-40b9-a90c-8a4e75c948da', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-189c700d-2bad-40b9-a90c-8a4e75c948da', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:38:39,162 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.045s 2021-07-21 00:38:39,162 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:38:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5fcd9782-089e-40f6-a128-7d3efce7c24d', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5fcd9782-089e-40f6-a128-7d3efce7c24d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:38:40,210 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.041s 2021-07-21 00:38:40,211 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:38:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5e10c4aa-16ad-4116-a8f6-b8f8711309d6', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5e10c4aa-16ad-4116-a8f6-b8f8711309d6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:38:41,261 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.042s 2021-07-21 00:38:41,261 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:38:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c661528b-6afa-4d4f-89ab-6369c5bde654', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c661528b-6afa-4d4f-89ab-6369c5bde654', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:38:42,309 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.041s 2021-07-21 00:38:42,309 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:38:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-90fabb2d-427e-4e74-8f9d-e2bfb863ce54', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-90fabb2d-427e-4e74-8f9d-e2bfb863ce54', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:38:43,359 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.041s 2021-07-21 00:38:43,360 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:38:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6517e06f-b31c-4b75-a513-5b8618b96fe6', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6517e06f-b31c-4b75-a513-5b8618b96fe6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:38:44,408 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.040s 2021-07-21 00:38:44,408 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:38:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-41fe66b0-b89b-4fa8-b475-c81b3c91878e', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-41fe66b0-b89b-4fa8-b475-c81b3c91878e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:38:45,458 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.041s 2021-07-21 00:38:45,459 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:38:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-db96a2a3-1235-4a5a-a7f3-cc752ecf09d0', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-db96a2a3-1235-4a5a-a7f3-cc752ecf09d0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:38:46,507 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.041s 2021-07-21 00:38:46,508 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:38:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2fb2634a-850c-4699-a7fe-e488071e2092', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2fb2634a-850c-4699-a7fe-e488071e2092', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:38:47,559 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.044s 2021-07-21 00:38:47,560 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:38:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a20c0b34-1787-4251-b640-6f8238e88d06', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a20c0b34-1787-4251-b640-6f8238e88d06', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:38:48,608 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.040s 2021-07-21 00:38:48,608 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:38:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9ae75805-57b8-4dfd-a186-941bc9f665ce', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9ae75805-57b8-4dfd-a186-941bc9f665ce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:38:49,658 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.042s 2021-07-21 00:38:49,659 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:38:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1d41468d-e8c8-4e1c-acf4-a8f5c8e8d777', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1d41468d-e8c8-4e1c-acf4-a8f5c8e8d777', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:38:50,707 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.040s 2021-07-21 00:38:50,707 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:38:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c8c52207-17ea-497f-a9eb-fbfa2efbb26d', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c8c52207-17ea-497f-a9eb-fbfa2efbb26d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:38:51,757 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.042s 2021-07-21 00:38:51,758 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:38:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-130ce686-e1b8-4f0f-b2b5-06263049f6e2', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-130ce686-e1b8-4f0f-b2b5-06263049f6e2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:38:52,806 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.040s 2021-07-21 00:38:52,806 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:38:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c4f5a6d0-4784-433a-bd61-1d6590017f46', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c4f5a6d0-4784-433a-bd61-1d6590017f46', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:38:53,855 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.041s 2021-07-21 00:38:53,855 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:38:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a464c805-a08e-4287-b599-f80ec4de9cbe', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a464c805-a08e-4287-b599-f80ec4de9cbe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:38:54,905 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.042s 2021-07-21 00:38:54,905 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:38:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-81c7878e-7cc9-4771-bed2-b39824007f23', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-81c7878e-7cc9-4771-bed2-b39824007f23', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:38:55,954 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.041s 2021-07-21 00:38:55,954 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:38:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c6813cd7-4283-4d24-b1db-cec08193c38b', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c6813cd7-4283-4d24-b1db-cec08193c38b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:38:57,002 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.040s 2021-07-21 00:38:57,002 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:38:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-917ac3b6-4f3b-4e6b-b398-a78e2afcb642', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-917ac3b6-4f3b-4e6b-b398-a78e2afcb642', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:38:58,053 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.041s 2021-07-21 00:38:58,053 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:38:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1035f4a4-d180-40b8-be3c-82f28bdda177', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1035f4a4-d180-40b8-be3c-82f28bdda177', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:38:59,102 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.041s 2021-07-21 00:38:59,102 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:38:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d07582b1-57ce-4196-be19-097b723a2c7d', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d07582b1-57ce-4196-be19-097b723a2c7d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:39:00,151 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.041s 2021-07-21 00:39:00,151 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:39:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-625983f0-1806-4639-9c32-08edea0f855d', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-625983f0-1806-4639-9c32-08edea0f855d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:39:01,199 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.040s 2021-07-21 00:39:01,200 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:39:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8c1bc5aa-38fa-4c29-a4f3-4c87f1b1cdf0', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8c1bc5aa-38fa-4c29-a4f3-4c87f1b1cdf0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:39:02,249 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.042s 2021-07-21 00:39:02,250 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:39:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-184f5dbe-39a3-4881-bbb4-0d93f7bd1635', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-184f5dbe-39a3-4881-bbb4-0d93f7bd1635', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:39:03,299 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.041s 2021-07-21 00:39:03,300 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:39:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-13f68165-3f93-42d6-9cc1-43221051e9c0', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-13f68165-3f93-42d6-9cc1-43221051e9c0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:39:04,350 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.042s 2021-07-21 00:39:04,350 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:39:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e8641881-d670-45cd-86e2-0ed25dc1e708', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e8641881-d670-45cd-86e2-0ed25dc1e708', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:39:05,399 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.041s 2021-07-21 00:39:05,400 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:39:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-826cea26-bada-4edc-8a2f-ce167c692613', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-826cea26-bada-4edc-8a2f-ce167c692613', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:39:06,449 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.041s 2021-07-21 00:39:06,449 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:39:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1106ff23-0a1f-4b6f-b981-8d440720f9d2', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1106ff23-0a1f-4b6f-b981-8d440720f9d2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:39:07,498 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.041s 2021-07-21 00:39:07,498 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:39:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e9981c95-2b62-421e-be4a-c089f776d3b5', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e9981c95-2b62-421e-be4a-c089f776d3b5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:39:08,547 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.041s 2021-07-21 00:39:08,548 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:39:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-01fb7505-f832-4ca4-aebb-9e8fa760bff2', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-01fb7505-f832-4ca4-aebb-9e8fa760bff2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:39:09,596 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.040s 2021-07-21 00:39:09,596 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:39:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9f9d33cc-91c6-42f1-ab49-4bb21bba61ec', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9f9d33cc-91c6-42f1-ab49-4bb21bba61ec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:39:10,646 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.042s 2021-07-21 00:39:10,646 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:39:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-02ecabcc-9d57-443d-bf4f-23bbe65c06ca', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-02ecabcc-9d57-443d-bf4f-23bbe65c06ca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:39:11,695 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.041s 2021-07-21 00:39:11,695 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:39:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-09aba4b9-4861-4c0f-97d3-f9141edf4e82', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-09aba4b9-4861-4c0f-97d3-f9141edf4e82', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:39:12,748 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.044s 2021-07-21 00:39:12,748 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:39:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f9d3b723-270f-46d8-8543-4f737e9f0e50', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f9d3b723-270f-46d8-8543-4f737e9f0e50', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:39:13,796 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.041s 2021-07-21 00:39:13,797 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:39:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1245d410-d294-4573-a3a2-d55fe54406de', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1245d410-d294-4573-a3a2-d55fe54406de', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:39:14,845 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.040s 2021-07-21 00:39:14,845 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:39:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5f13e7b5-14ab-4cd4-ae87-831f32bc4e2b', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5f13e7b5-14ab-4cd4-ae87-831f32bc4e2b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:39:15,895 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.041s 2021-07-21 00:39:15,895 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:39:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b0929a9f-1d0c-494b-8bb5-4701d2852c7f', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b0929a9f-1d0c-494b-8bb5-4701d2852c7f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:39:16,944 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.041s 2021-07-21 00:39:16,945 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:39:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e4f05612-14e9-4222-b146-0fc3e3c57858', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e4f05612-14e9-4222-b146-0fc3e3c57858', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:39:17,994 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.041s 2021-07-21 00:39:17,994 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:39:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a5059216-767c-4429-8e9a-a48285708574', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a5059216-767c-4429-8e9a-a48285708574', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:39:19,043 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.041s 2021-07-21 00:39:19,043 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:39:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8d30175d-fcf0-480f-8267-aa92078e8f4a', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8d30175d-fcf0-480f-8267-aa92078e8f4a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:39:20,093 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.041s 2021-07-21 00:39:20,093 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:39:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4f5588ce-b7a7-4319-acae-0b888d603351', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4f5588ce-b7a7-4319-acae-0b888d603351', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:39:21,142 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.041s 2021-07-21 00:39:21,142 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:39:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-406be640-e8c0-4feb-8ef0-889a8a75af0f', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-406be640-e8c0-4feb-8ef0-889a8a75af0f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:39:22,191 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.040s 2021-07-21 00:39:22,191 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:39:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f9819a0e-8231-46f0-807d-70e55bf1b10a', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f9819a0e-8231-46f0-807d-70e55bf1b10a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:39:23,241 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.041s 2021-07-21 00:39:23,241 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:39:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eb8a8d79-3454-4c52-945d-e0f402469ace', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eb8a8d79-3454-4c52-945d-e0f402469ace', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:39:24,290 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.041s 2021-07-21 00:39:24,290 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:39:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c57c6351-e116-49cb-bbb5-2dd8759ee6f9', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c57c6351-e116-49cb-bbb5-2dd8759ee6f9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:39:25,338 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.041s 2021-07-21 00:39:25,339 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:39:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-872884ac-197f-44ed-a432-b0b78123d046', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-872884ac-197f-44ed-a432-b0b78123d046', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:39:26,388 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.040s 2021-07-21 00:39:26,388 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:39:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-07bbe168-1474-4a09-b9e6-00c5777adb85', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-07bbe168-1474-4a09-b9e6-00c5777adb85', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:39:27,438 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.042s 2021-07-21 00:39:27,438 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:39:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2f1c9df1-0c4c-48b7-8920-529a9f29ae70', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2f1c9df1-0c4c-48b7-8920-529a9f29ae70', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:39:28,487 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.041s 2021-07-21 00:39:28,488 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:39:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-563f119f-d22f-4a57-a995-5a0bf79f7898', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-563f119f-d22f-4a57-a995-5a0bf79f7898', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:39:29,537 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.042s 2021-07-21 00:39:29,537 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:39:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-46ccf075-d8c1-49ba-9436-3f83753c6ec6', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-46ccf075-d8c1-49ba-9436-3f83753c6ec6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:39:30,587 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.041s 2021-07-21 00:39:30,587 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:39:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-be892dc6-a701-4e87-af9b-f422576ac391', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-be892dc6-a701-4e87-af9b-f422576ac391', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:39:31,639 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.044s 2021-07-21 00:39:31,639 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:39:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e3797b7a-295d-4609-a0d9-3d208c95c0c7', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e3797b7a-295d-4609-a0d9-3d208c95c0c7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:39:32,691 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.044s 2021-07-21 00:39:32,691 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:39:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fdccc75f-93c7-40f5-ae07-724816beb4f4', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fdccc75f-93c7-40f5-ae07-724816beb4f4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:39:33,740 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.041s 2021-07-21 00:39:33,741 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:39:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-be870fbf-80e1-467f-b621-5369c88fffaa', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-be870fbf-80e1-467f-b621-5369c88fffaa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:39:34,789 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.041s 2021-07-21 00:39:34,789 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:39:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a0c3cd52-23fb-46a7-9ef8-52fe27748ed8', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a0c3cd52-23fb-46a7-9ef8-52fe27748ed8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:39:35,838 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.042s 2021-07-21 00:39:35,838 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:39:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-58596c56-9e3b-4d44-91de-8bd8e2782231', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-58596c56-9e3b-4d44-91de-8bd8e2782231', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:39:36,889 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.042s 2021-07-21 00:39:36,889 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:39:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e8184030-aa26-42ef-8c8d-e2317732790f', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e8184030-aa26-42ef-8c8d-e2317732790f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:39:37,938 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.040s 2021-07-21 00:39:37,938 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:39:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c053171b-57c6-42b3-98c6-050569134919', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c053171b-57c6-42b3-98c6-050569134919', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:39:38,988 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.042s 2021-07-21 00:39:38,989 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:39:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e5344ccc-55af-4ce2-a89a-9815accc7aa3', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e5344ccc-55af-4ce2-a89a-9815accc7aa3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:39:40,039 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.042s 2021-07-21 00:39:40,039 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:39:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a78a6878-133d-4597-b55c-68939467c168', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a78a6878-133d-4597-b55c-68939467c168', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:39:41,088 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.041s 2021-07-21 00:39:41,088 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:39:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1a58b441-6099-4075-9701-b7902e5200e8', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1a58b441-6099-4075-9701-b7902e5200e8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:39:42,138 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.041s 2021-07-21 00:39:42,138 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:39:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ce20692e-d0f4-45fc-9c15-6d54a806d715', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ce20692e-d0f4-45fc-9c15-6d54a806d715', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:39:43,187 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.041s 2021-07-21 00:39:43,187 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:39:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-efa1b82b-bb1e-4dd1-bac5-5cdbba9f2347', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-efa1b82b-bb1e-4dd1-bac5-5cdbba9f2347', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:39:44,236 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.041s 2021-07-21 00:39:44,237 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:39:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2e237071-d7c0-44b9-9098-edb427f6b1ec', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2e237071-d7c0-44b9-9098-edb427f6b1ec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:39:45,286 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.042s 2021-07-21 00:39:45,286 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:39:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b7a96a02-d821-4acd-b157-a47b779be1f7', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b7a96a02-d821-4acd-b157-a47b779be1f7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:39:46,334 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.040s 2021-07-21 00:39:46,335 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:39:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9dc5b8d0-c356-4658-8a84-e66d4ff05611', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9dc5b8d0-c356-4658-8a84-e66d4ff05611', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:39:47,385 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.042s 2021-07-21 00:39:47,385 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:39:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-881d68da-5e71-4c3d-8284-57d941aae6bb', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-881d68da-5e71-4c3d-8284-57d941aae6bb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:39:48,433 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.040s 2021-07-21 00:39:48,433 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:39:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-573bb77f-8963-4d54-a9f2-4b8ac63f00a4', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-573bb77f-8963-4d54-a9f2-4b8ac63f00a4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:39:49,481 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.041s 2021-07-21 00:39:49,482 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:39:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d48599c7-58f9-4fe9-87f1-c4e70ab855b5', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d48599c7-58f9-4fe9-87f1-c4e70ab855b5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:39:50,531 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.042s 2021-07-21 00:39:50,532 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:39:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0bc1835c-799b-419a-93a5-eb962ea3ae3a', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0bc1835c-799b-419a-93a5-eb962ea3ae3a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:39:51,580 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.040s 2021-07-21 00:39:51,580 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:39:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6faa77b2-f648-4a3b-a6a7-7f9f0c295fb3', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6faa77b2-f648-4a3b-a6a7-7f9f0c295fb3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:39:52,630 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.041s 2021-07-21 00:39:52,630 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:39:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-032b8532-6aa8-40d7-9d40-14e8a59a5951', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-032b8532-6aa8-40d7-9d40-14e8a59a5951', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:39:53,679 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.041s 2021-07-21 00:39:53,679 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:39:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a65a0f8f-1916-4970-a595-13c975323275', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a65a0f8f-1916-4970-a595-13c975323275', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:39:54,728 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.041s 2021-07-21 00:39:54,728 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:39:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-43de7b69-6f1f-4b56-beba-94af86a6d7f7', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-43de7b69-6f1f-4b56-beba-94af86a6d7f7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:39:55,777 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.041s 2021-07-21 00:39:55,777 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:39:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3d44ecce-27b7-419c-ab33-13c9f3109e27', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3d44ecce-27b7-419c-ab33-13c9f3109e27', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:39:56,829 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.044s 2021-07-21 00:39:56,829 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:39:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7a8beb6e-411f-40f9-a946-4c705a5afd53', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7a8beb6e-411f-40f9-a946-4c705a5afd53', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:39:57,877 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.040s 2021-07-21 00:39:57,878 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:39:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9fb84f93-8b1b-4b5f-91e5-c6a99d7862d7', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9fb84f93-8b1b-4b5f-91e5-c6a99d7862d7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:39:58,928 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.042s 2021-07-21 00:39:58,928 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:39:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4ab02c0c-7e47-4e58-b134-b727f6dc977d', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4ab02c0c-7e47-4e58-b134-b727f6dc977d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:39:59,977 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.041s 2021-07-21 00:39:59,978 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:39:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f6c45d45-ae06-4e27-845c-2b10e27b4b55', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f6c45d45-ae06-4e27-845c-2b10e27b4b55', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:40:01,027 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.041s 2021-07-21 00:40:01,027 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:40:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4aa80eaf-f4b8-457f-b443-c9d77bbf1ca4', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4aa80eaf-f4b8-457f-b443-c9d77bbf1ca4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:40:02,077 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.041s 2021-07-21 00:40:02,077 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:40:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a5329223-c87d-4ccf-b6fb-58f58333a1f5', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a5329223-c87d-4ccf-b6fb-58f58333a1f5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:40:03,126 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.041s 2021-07-21 00:40:03,126 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:40:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-07e58b95-dd44-43cc-8493-bcb12ba89538', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-07e58b95-dd44-43cc-8493-bcb12ba89538', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:40:04,185 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.050s 2021-07-21 00:40:04,185 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:40:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-32f17221-9825-42f3-9772-2e5f75b15d48', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-32f17221-9825-42f3-9772-2e5f75b15d48', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:40:05,234 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.041s 2021-07-21 00:40:05,235 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:40:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9e026d4b-e755-4465-8e2e-960b57be0bf7', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9e026d4b-e755-4465-8e2e-960b57be0bf7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:40:06,285 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.042s 2021-07-21 00:40:06,285 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:40:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c1310f61-2813-4324-a308-efef5123bceb', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c1310f61-2813-4324-a308-efef5123bceb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:40:07,334 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.041s 2021-07-21 00:40:07,334 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:40:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b1b8c9d9-3010-4e4f-9cf5-65c143a13d58', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b1b8c9d9-3010-4e4f-9cf5-65c143a13d58', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:40:08,384 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.042s 2021-07-21 00:40:08,385 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:40:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ef0ae8d4-bf7e-4d67-883b-52fbda425ee3', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ef0ae8d4-bf7e-4d67-883b-52fbda425ee3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:40:09,434 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.041s 2021-07-21 00:40:09,434 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:40:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2d9dfe9f-dd0f-4434-9c14-4dcb3340e812', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2d9dfe9f-dd0f-4434-9c14-4dcb3340e812', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:40:10,483 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.041s 2021-07-21 00:40:10,483 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:40:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b6bebb63-e2ad-4cbb-b10c-d51eed5d6140', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b6bebb63-e2ad-4cbb-b10c-d51eed5d6140', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:40:11,533 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.042s 2021-07-21 00:40:11,533 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:40:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0c4d186d-cdae-46db-bd34-073cafc6d7a0', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0c4d186d-cdae-46db-bd34-073cafc6d7a0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:40:12,582 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.040s 2021-07-21 00:40:12,582 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:40:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-08968375-3813-4b87-978a-60e50bde5d02', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-08968375-3813-4b87-978a-60e50bde5d02', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:40:13,632 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.041s 2021-07-21 00:40:13,632 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:40:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b77a234e-b63a-476b-9cc3-2bd369f13fa0', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b77a234e-b63a-476b-9cc3-2bd369f13fa0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:40:14,681 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.041s 2021-07-21 00:40:14,682 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:40:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3bd29dd1-9386-4cb9-b1f6-03ea3b8f4fc6', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3bd29dd1-9386-4cb9-b1f6-03ea3b8f4fc6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:40:15,730 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.041s 2021-07-21 00:40:15,730 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:40:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-93b3d9b2-afd8-443a-b01a-ef1d223fd5e5', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-93b3d9b2-afd8-443a-b01a-ef1d223fd5e5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:40:16,779 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.041s 2021-07-21 00:40:16,780 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:40:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e0210787-970e-4a81-84e3-d0785b67ac54', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e0210787-970e-4a81-84e3-d0785b67ac54', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:40:17,828 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.040s 2021-07-21 00:40:17,829 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:40:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0d85b113-679f-49f4-888b-a2bf1f3cd92d', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0d85b113-679f-49f4-888b-a2bf1f3cd92d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:40:18,878 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.042s 2021-07-21 00:40:18,878 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:40:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cd87f538-f471-47e8-b266-ccd2f949ec6c', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cd87f538-f471-47e8-b266-ccd2f949ec6c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:40:19,928 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.041s 2021-07-21 00:40:19,929 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:40:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7e727188-1922-4ea2-aa61-ad799fd0d22c', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7e727188-1922-4ea2-aa61-ad799fd0d22c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:40:20,978 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.041s 2021-07-21 00:40:20,978 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:40:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a11110f0-be7f-458f-8dab-2b87fb8a20e0', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a11110f0-be7f-458f-8dab-2b87fb8a20e0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:40:22,028 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.042s 2021-07-21 00:40:22,028 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:40:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-78259ed2-113e-4f7f-8117-bbb66e2e8b63', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-78259ed2-113e-4f7f-8117-bbb66e2e8b63', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:40:23,077 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.041s 2021-07-21 00:40:23,077 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:40:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6625dae8-77ad-4ed8-87a0-034cb275c4e4', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6625dae8-77ad-4ed8-87a0-034cb275c4e4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:40:24,125 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.040s 2021-07-21 00:40:24,125 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:40:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6df4cbbb-6db4-456c-9366-a86145d929e5', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6df4cbbb-6db4-456c-9366-a86145d929e5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:40:25,175 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.041s 2021-07-21 00:40:25,175 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:40:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6811f6ac-b32a-4359-a04d-6f6e71ae10ee', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6811f6ac-b32a-4359-a04d-6f6e71ae10ee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:40:26,223 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.040s 2021-07-21 00:40:26,223 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:40:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-709192a1-c5a4-4d7d-89a5-4a6eb96ad7b5', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-709192a1-c5a4-4d7d-89a5-4a6eb96ad7b5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:40:27,273 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.042s 2021-07-21 00:40:27,273 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:40:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f0cf213f-63d6-4070-b9e2-b3a7146378c5', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f0cf213f-63d6-4070-b9e2-b3a7146378c5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:40:28,322 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.042s 2021-07-21 00:40:28,322 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:40:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a92b35e1-1326-4341-b914-5ce2aa6b6ba7', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a92b35e1-1326-4341-b914-5ce2aa6b6ba7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:40:29,372 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.041s 2021-07-21 00:40:29,372 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:40:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c536e3f5-f626-459f-8f83-deac7da17ed7', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c536e3f5-f626-459f-8f83-deac7da17ed7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:40:30,422 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.042s 2021-07-21 00:40:30,423 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:40:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b7eb5761-5872-4cc8-88ff-c41209641adf', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b7eb5761-5872-4cc8-88ff-c41209641adf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:40:31,470 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.040s 2021-07-21 00:40:31,471 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:40:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cd3b4704-2ce7-407e-8d48-d0c839998f91', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cd3b4704-2ce7-407e-8d48-d0c839998f91', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:40:32,520 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.041s 2021-07-21 00:40:32,521 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:40:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c53a143b-585c-4ca2-97c7-d5ede0da16cc', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c53a143b-585c-4ca2-97c7-d5ede0da16cc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:40:33,570 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.041s 2021-07-21 00:40:33,570 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:40:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1d7552d4-14f4-4393-b675-8e91a516a4c2', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1d7552d4-14f4-4393-b675-8e91a516a4c2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:40:34,620 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.042s 2021-07-21 00:40:34,620 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:40:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-13dad872-3677-4a14-8836-4b79cf9ff1de', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-13dad872-3677-4a14-8836-4b79cf9ff1de', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:40:35,669 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.041s 2021-07-21 00:40:35,669 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:40:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-96e80a46-4af4-42ee-941e-39a51e9e2ffa', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-96e80a46-4af4-42ee-941e-39a51e9e2ffa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:40:36,718 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.042s 2021-07-21 00:40:36,719 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:40:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-23984c7b-daa0-4c50-9498-6a256763aec6', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-23984c7b-daa0-4c50-9498-6a256763aec6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:40:37,767 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.041s 2021-07-21 00:40:37,767 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:40:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-beb7ad91-1b15-4586-be60-075abcb14e35', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-beb7ad91-1b15-4586-be60-075abcb14e35', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:40:38,816 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.040s 2021-07-21 00:40:38,816 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:40:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-59193651-bbf7-44e3-9b81-9b8b9bbab381', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-59193651-bbf7-44e3-9b81-9b8b9bbab381', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:40:39,866 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.041s 2021-07-21 00:40:39,866 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:40:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5619c41e-9064-4017-8de5-0a8afdef096d', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5619c41e-9064-4017-8de5-0a8afdef096d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:40:40,916 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.042s 2021-07-21 00:40:40,916 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:40:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7fa57d56-8555-4915-a744-615a182eae60', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7fa57d56-8555-4915-a744-615a182eae60', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:40:41,963 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.040s 2021-07-21 00:40:41,964 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:40:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2cf6688c-d007-41e8-96f3-d2782ae34be9', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2cf6688c-d007-41e8-96f3-d2782ae34be9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:40:43,012 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.041s 2021-07-21 00:40:43,013 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:40:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bf4f3f72-fbd0-4e49-9960-f4238f38f804', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bf4f3f72-fbd0-4e49-9960-f4238f38f804', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:40:44,062 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.041s 2021-07-21 00:40:44,062 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:40:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9a42862d-fce6-48d7-be87-2f006c263907', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9a42862d-fce6-48d7-be87-2f006c263907', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:40:45,110 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.041s 2021-07-21 00:40:45,111 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:40:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d0cc6d10-f34f-493e-b0b0-5d69bbfba094', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d0cc6d10-f34f-493e-b0b0-5d69bbfba094', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:40:46,161 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.041s 2021-07-21 00:40:46,161 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:40:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-87676f28-1e1c-4205-b507-128ecc845582', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-87676f28-1e1c-4205-b507-128ecc845582', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:40:47,211 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.042s 2021-07-21 00:40:47,211 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:40:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3ea4369c-925f-4887-a3a3-74b634ba28d9', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3ea4369c-925f-4887-a3a3-74b634ba28d9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:40:48,261 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.042s 2021-07-21 00:40:48,261 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:40:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bc62b94b-db38-4786-b27f-41a4ade674ea', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bc62b94b-db38-4786-b27f-41a4ade674ea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:40:49,310 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.041s 2021-07-21 00:40:49,310 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:40:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-113e0c2d-57f7-4d56-b78b-eb3001cdbb7d', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-113e0c2d-57f7-4d56-b78b-eb3001cdbb7d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:40:50,360 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.041s 2021-07-21 00:40:50,361 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:40:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5644be6b-7c9f-4d3c-853c-b8bba4cac504', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5644be6b-7c9f-4d3c-853c-b8bba4cac504', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:40:51,409 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.041s 2021-07-21 00:40:51,410 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:40:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b2a05aaf-4e5e-4fbd-a8b0-daac4fef5683', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b2a05aaf-4e5e-4fbd-a8b0-daac4fef5683', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:40:52,459 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.041s 2021-07-21 00:40:52,459 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:40:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-60efe69a-b7d9-4162-a3e5-2ab2fdf5b5af', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-60efe69a-b7d9-4162-a3e5-2ab2fdf5b5af', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:40:53,509 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.042s 2021-07-21 00:40:53,509 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:40:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2db5a732-d891-4751-877c-04d06f1c5a5b', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2db5a732-d891-4751-877c-04d06f1c5a5b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:40:54,558 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.041s 2021-07-21 00:40:54,559 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:40:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-42941713-1dad-4910-97fe-b66528825e30', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-42941713-1dad-4910-97fe-b66528825e30', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:40:55,608 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.041s 2021-07-21 00:40:55,609 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:40:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7927d117-fd53-4dcb-ad11-02082305bcf6', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7927d117-fd53-4dcb-ad11-02082305bcf6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:40:56,657 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.041s 2021-07-21 00:40:56,657 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:40:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-12dbe776-56b2-4e0c-a778-d19a0ee5544a', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-12dbe776-56b2-4e0c-a778-d19a0ee5544a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:40:57,707 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.041s 2021-07-21 00:40:57,708 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:40:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-421e57b1-44ff-44c2-a08e-7d994cd4b810', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-421e57b1-44ff-44c2-a08e-7d994cd4b810', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:40:58,756 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.040s 2021-07-21 00:40:58,757 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:40:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-be5440e6-5b28-40ec-88fd-faafdcaee89d', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-be5440e6-5b28-40ec-88fd-faafdcaee89d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:40:59,806 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.042s 2021-07-21 00:40:59,807 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:40:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7daffd0e-5cbb-4970-8747-6ef45b78b86c', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7daffd0e-5cbb-4970-8747-6ef45b78b86c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:41:00,856 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.042s 2021-07-21 00:41:00,856 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:41:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fcd70e4e-690e-4197-aeac-ec03dfad76d7', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fcd70e4e-690e-4197-aeac-ec03dfad76d7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:41:01,906 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.042s 2021-07-21 00:41:01,906 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:41:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b19c3879-0709-41a7-9376-adfb46dab3c8', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b19c3879-0709-41a7-9376-adfb46dab3c8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:41:02,954 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.041s 2021-07-21 00:41:02,955 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:41:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cea1f8c2-ee63-4aab-94b8-939c4739956f', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cea1f8c2-ee63-4aab-94b8-939c4739956f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:41:04,004 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.041s 2021-07-21 00:41:04,005 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:41:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-efe60f82-0b1c-4574-b76e-fc52b4324044', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-efe60f82-0b1c-4574-b76e-fc52b4324044', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:41:05,054 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.041s 2021-07-21 00:41:05,054 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:41:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eeb3e528-6ea9-45cb-bd6e-03322860de83', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eeb3e528-6ea9-45cb-bd6e-03322860de83', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:41:06,102 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.041s 2021-07-21 00:41:06,103 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:41:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bac3f198-6882-4988-b70e-bb0f7c7e9c7b', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bac3f198-6882-4988-b70e-bb0f7c7e9c7b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:41:07,152 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.041s 2021-07-21 00:41:07,152 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:41:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c43e7735-4cfd-4650-bcaf-c24640a9378f', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c43e7735-4cfd-4650-bcaf-c24640a9378f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:41:08,201 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.041s 2021-07-21 00:41:08,201 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:41:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-12e78035-5dba-4653-8803-426470681f5f', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-12e78035-5dba-4653-8803-426470681f5f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:41:09,249 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.041s 2021-07-21 00:41:09,250 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:41:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5eef2260-c671-43dd-b540-b68d3f7375b2', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5eef2260-c671-43dd-b540-b68d3f7375b2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:41:10,299 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.041s 2021-07-21 00:41:10,300 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:41:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f49ca540-984b-4205-adde-0a1ce00c8910', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f49ca540-984b-4205-adde-0a1ce00c8910', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:41:11,349 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.040s 2021-07-21 00:41:11,349 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:41:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b162fcfc-0098-495e-9759-1d8a40335d42', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b162fcfc-0098-495e-9759-1d8a40335d42', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:41:12,399 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.041s 2021-07-21 00:41:12,399 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:41:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bbe1e57a-f6a2-4c29-a74b-6a7c79cd81e7', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bbe1e57a-f6a2-4c29-a74b-6a7c79cd81e7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:41:13,447 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.041s 2021-07-21 00:41:13,448 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:41:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c63bde53-ea5b-48ff-bf87-a222bef10e7f', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c63bde53-ea5b-48ff-bf87-a222bef10e7f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:41:14,497 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.041s 2021-07-21 00:41:14,497 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:41:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b95b2fac-eac8-442d-9f54-d037a0061832', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b95b2fac-eac8-442d-9f54-d037a0061832', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:41:15,546 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.042s 2021-07-21 00:41:15,547 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:41:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-abb4aadc-acdf-4878-a19d-56e49c9d335f', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-abb4aadc-acdf-4878-a19d-56e49c9d335f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:41:16,596 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.041s 2021-07-21 00:41:16,596 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:41:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e56054af-1bb5-4520-8dee-5ede278cab0f', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e56054af-1bb5-4520-8dee-5ede278cab0f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:41:17,646 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.041s 2021-07-21 00:41:17,646 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:41:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-62bb428e-c158-495f-86f2-73a6ccb17921', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-62bb428e-c158-495f-86f2-73a6ccb17921', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:41:18,694 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.040s 2021-07-21 00:41:18,695 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:41:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5f2296ba-6a74-4710-92e5-c9eaa3469e47', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5f2296ba-6a74-4710-92e5-c9eaa3469e47', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:41:19,746 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.043s 2021-07-21 00:41:19,746 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:41:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-93a538a5-3564-4c25-8bdc-8acbce23e886', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-93a538a5-3564-4c25-8bdc-8acbce23e886', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:41:20,796 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.041s 2021-07-21 00:41:20,796 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:41:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-47f62a2a-c3ac-4ca2-9edb-fa13497b8731', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-47f62a2a-c3ac-4ca2-9edb-fa13497b8731', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:41:21,844 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.040s 2021-07-21 00:41:21,845 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:41:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-68cf1ef9-8d6f-4cc9-afe8-f745ae928391', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-68cf1ef9-8d6f-4cc9-afe8-f745ae928391', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:41:22,895 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.042s 2021-07-21 00:41:22,895 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:41:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-53a3143a-dec6-448e-b403-ee41db0b5f14', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-53a3143a-dec6-448e-b403-ee41db0b5f14', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:41:23,944 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.041s 2021-07-21 00:41:23,945 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:41:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9f7a7325-23ca-4d1c-bcbd-3b17f3680ca8', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9f7a7325-23ca-4d1c-bcbd-3b17f3680ca8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:41:24,993 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.041s 2021-07-21 00:41:24,994 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:41:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dd2b2464-d65d-4ee1-9395-b3286b26e719', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dd2b2464-d65d-4ee1-9395-b3286b26e719', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:41:26,043 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.041s 2021-07-21 00:41:26,044 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:41:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8ed5fe9e-bbe3-4a2f-8681-f1047152e7f7', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8ed5fe9e-bbe3-4a2f-8681-f1047152e7f7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:41:27,092 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.041s 2021-07-21 00:41:27,092 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:41:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-03921c5f-126b-42de-827b-c0de161446ab', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-03921c5f-126b-42de-827b-c0de161446ab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:41:28,141 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.041s 2021-07-21 00:41:28,141 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:41:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c8c873bb-c780-4f73-9640-dd0bfdf1d0a0', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c8c873bb-c780-4f73-9640-dd0bfdf1d0a0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:41:29,190 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.041s 2021-07-21 00:41:29,191 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:41:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-735d65c9-0b9a-47bc-915b-abfb8ef51959', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-735d65c9-0b9a-47bc-915b-abfb8ef51959', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:41:30,240 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.041s 2021-07-21 00:41:30,240 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:41:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-86a04059-f419-46fc-a42e-7524132c84bb', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-86a04059-f419-46fc-a42e-7524132c84bb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:41:31,290 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.041s 2021-07-21 00:41:31,290 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:41:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-04870f34-b0f4-49a3-984e-880a01f43662', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-04870f34-b0f4-49a3-984e-880a01f43662', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:41:32,344 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.045s 2021-07-21 00:41:32,345 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:41:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ce1a01b4-10a5-426e-ab09-0c8981619d13', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ce1a01b4-10a5-426e-ab09-0c8981619d13', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:41:33,395 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.043s 2021-07-21 00:41:33,396 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:41:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a2f36e25-29e4-4774-8681-54888839e888', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a2f36e25-29e4-4774-8681-54888839e888', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:41:34,447 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.043s 2021-07-21 00:41:34,448 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:41:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9e20ac69-312f-4f9c-9ec3-1bfdbe608b80', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9e20ac69-312f-4f9c-9ec3-1bfdbe608b80', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:41:35,496 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.041s 2021-07-21 00:41:35,497 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:41:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0976317e-bdb9-4c1a-8d62-abc613c9fff8', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0976317e-bdb9-4c1a-8d62-abc613c9fff8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:41:36,545 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.041s 2021-07-21 00:41:36,546 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:41:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8a7916dd-a00b-449a-9c22-d7d409e68254', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8a7916dd-a00b-449a-9c22-d7d409e68254', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:41:37,743 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.188s 2021-07-21 00:41:37,743 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:41:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fdae96fe-a0ed-430f-b095-4ceb1e656b9d', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fdae96fe-a0ed-430f-b095-4ceb1e656b9d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:41:38,793 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.042s 2021-07-21 00:41:38,793 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:41:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ced597e0-3ecb-4b84-a628-154a02ffe8f5', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ced597e0-3ecb-4b84-a628-154a02ffe8f5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:41:39,841 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.040s 2021-07-21 00:41:39,842 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:41:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a64f94bf-03b7-4131-ab50-0cdd64ba65ee', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a64f94bf-03b7-4131-ab50-0cdd64ba65ee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:41:40,891 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.042s 2021-07-21 00:41:40,892 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:41:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3a4d6808-6253-4615-a840-9a386e247652', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3a4d6808-6253-4615-a840-9a386e247652', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:41:41,940 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.041s 2021-07-21 00:41:41,941 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:41:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-79ccee1a-3cf4-4837-b891-5095b34cb792', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-79ccee1a-3cf4-4837-b891-5095b34cb792', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:41:42,989 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.040s 2021-07-21 00:41:42,989 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:41:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cd45a54b-cf10-4f73-8ec3-25c5786958bd', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cd45a54b-cf10-4f73-8ec3-25c5786958bd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:41:44,038 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.040s 2021-07-21 00:41:44,038 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:41:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-464669a7-b1c6-4311-8070-7003e0812194', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-464669a7-b1c6-4311-8070-7003e0812194', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:41:45,088 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.041s 2021-07-21 00:41:45,088 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:41:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c62fb912-28ff-4a74-9e29-566c61b60906', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c62fb912-28ff-4a74-9e29-566c61b60906', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:41:46,137 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.041s 2021-07-21 00:41:46,137 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:41:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4043934c-4527-4171-b8af-4838fefab337', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4043934c-4527-4171-b8af-4838fefab337', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:41:47,185 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.041s 2021-07-21 00:41:47,186 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:41:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4bc1af47-2437-4f27-ad19-0ca1ac076c78', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4bc1af47-2437-4f27-ad19-0ca1ac076c78', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:41:48,236 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.042s 2021-07-21 00:41:48,236 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:41:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-edc6515d-4430-41a8-af4f-4c6b7b9e6bd2', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-edc6515d-4430-41a8-af4f-4c6b7b9e6bd2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:41:49,287 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.042s 2021-07-21 00:41:49,287 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:41:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a08e7aa1-fd84-4c49-a40e-e615dd38ed2c', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a08e7aa1-fd84-4c49-a40e-e615dd38ed2c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:41:50,335 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.040s 2021-07-21 00:41:50,336 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:41:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3e3d88a1-ab8e-47ac-8f75-2b77c1a1d2f9', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3e3d88a1-ab8e-47ac-8f75-2b77c1a1d2f9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:41:51,384 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.041s 2021-07-21 00:41:51,384 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:41:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b652b726-1fe1-4557-921a-30f86db690d1', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b652b726-1fe1-4557-921a-30f86db690d1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:41:52,439 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.048s 2021-07-21 00:41:52,439 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:41:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-19603ded-eff4-46a1-be42-12b80326b274', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-19603ded-eff4-46a1-be42-12b80326b274', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:41:53,488 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.040s 2021-07-21 00:41:53,489 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:41:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bbca9bc2-0c5d-4f99-baf1-627ec05177ee', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bbca9bc2-0c5d-4f99-baf1-627ec05177ee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:41:54,538 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.041s 2021-07-21 00:41:54,538 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:41:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f9f2796c-e714-474a-8966-9a357a0d7075', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f9f2796c-e714-474a-8966-9a357a0d7075', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:41:55,588 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.042s 2021-07-21 00:41:55,589 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:41:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-247581ac-d064-4394-aca2-d2372e121c77', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-247581ac-d064-4394-aca2-d2372e121c77', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:41:56,637 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.041s 2021-07-21 00:41:56,638 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:41:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1e9eb8df-7327-4585-bb2e-15e2b5c8a10f', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1e9eb8df-7327-4585-bb2e-15e2b5c8a10f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:41:57,687 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.041s 2021-07-21 00:41:57,687 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:41:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7c57bf25-017d-4d46-a2b5-9ca2c5c09c4e', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7c57bf25-017d-4d46-a2b5-9ca2c5c09c4e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:41:58,737 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.041s 2021-07-21 00:41:58,737 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:41:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cfec62f2-cfee-49a6-89cb-269adcbe0eaa', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cfec62f2-cfee-49a6-89cb-269adcbe0eaa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:41:59,786 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.040s 2021-07-21 00:41:59,787 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:41:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dd2efc05-256e-4456-923b-2b5dc1e319fa', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dd2efc05-256e-4456-923b-2b5dc1e319fa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:42:00,835 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.040s 2021-07-21 00:42:00,836 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:42:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d1a32560-7fa3-4b20-8db7-1933f04afcb8', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d1a32560-7fa3-4b20-8db7-1933f04afcb8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:42:01,885 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.041s 2021-07-21 00:42:01,885 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:42:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d3c2d7d3-ead4-4a94-b6f7-b68b47d3a813', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d3c2d7d3-ead4-4a94-b6f7-b68b47d3a813', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:42:02,937 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.045s 2021-07-21 00:42:02,937 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:42:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7be899c5-6c86-4972-825b-1eff99a2c33c', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7be899c5-6c86-4972-825b-1eff99a2c33c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:42:03,987 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.042s 2021-07-21 00:42:03,987 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:42:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-08c216c8-e5e8-45e0-b5f3-9f678e072e9f', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-08c216c8-e5e8-45e0-b5f3-9f678e072e9f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:42:05,037 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.042s 2021-07-21 00:42:05,037 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:42:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-46cd0fa5-6b74-423b-a1f2-af5a86cafee9', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-46cd0fa5-6b74-423b-a1f2-af5a86cafee9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:42:06,087 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.042s 2021-07-21 00:42:06,087 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:42:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-91ec92f8-c2f3-4f5c-b72b-0e2efb905253', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-91ec92f8-c2f3-4f5c-b72b-0e2efb905253', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:42:07,136 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.041s 2021-07-21 00:42:07,137 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:42:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-17b2ee1d-21f9-4bff-ad26-48c9ba5d49c7', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-17b2ee1d-21f9-4bff-ad26-48c9ba5d49c7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:42:08,186 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.041s 2021-07-21 00:42:08,186 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:42:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-543472ef-c072-4d1f-9aa1-a309438ebfd7', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-543472ef-c072-4d1f-9aa1-a309438ebfd7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:42:09,235 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.041s 2021-07-21 00:42:09,235 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:42:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c1a8332b-b6ee-491b-b628-e62809eed7f1', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c1a8332b-b6ee-491b-b628-e62809eed7f1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:42:10,285 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.042s 2021-07-21 00:42:10,286 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:42:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6c0693ee-8bc7-4099-a2c9-c89568179a02', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6c0693ee-8bc7-4099-a2c9-c89568179a02', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:42:11,333 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.040s 2021-07-21 00:42:11,333 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:42:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8f8a7d38-5037-467a-bbc4-68d71805717a', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8f8a7d38-5037-467a-bbc4-68d71805717a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:42:12,383 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.042s 2021-07-21 00:42:12,384 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:42:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-27b72520-2941-4e73-8f4c-b46174f3bd7a', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-27b72520-2941-4e73-8f4c-b46174f3bd7a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:42:13,433 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.041s 2021-07-21 00:42:13,433 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:42:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a79bf621-96bc-48b0-a6e7-ae9e8b0afd9d', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a79bf621-96bc-48b0-a6e7-ae9e8b0afd9d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:42:14,482 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.042s 2021-07-21 00:42:14,483 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:42:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7d984176-8a63-45ec-b071-b59df86b07b2', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7d984176-8a63-45ec-b071-b59df86b07b2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:42:15,532 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.042s 2021-07-21 00:42:15,532 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:42:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-afa052d0-3466-4998-a1d8-a9de2bd42f9e', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-afa052d0-3466-4998-a1d8-a9de2bd42f9e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:42:16,581 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.041s 2021-07-21 00:42:16,582 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:42:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d367ea6e-a550-4202-bbf6-2516ec1b3751', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d367ea6e-a550-4202-bbf6-2516ec1b3751', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:42:17,632 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.042s 2021-07-21 00:42:17,632 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:42:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-94cd2733-d62f-4ff3-b5d4-79a05a731fc9', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-94cd2733-d62f-4ff3-b5d4-79a05a731fc9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:42:18,681 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.041s 2021-07-21 00:42:18,682 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:42:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-12b7c652-5717-4fa1-bbde-bc75bdf4df33', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-12b7c652-5717-4fa1-bbde-bc75bdf4df33', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:42:19,732 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.043s 2021-07-21 00:42:19,732 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:42:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9263e7d7-7f51-4d2e-beea-6bb5a8b0717e', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9263e7d7-7f51-4d2e-beea-6bb5a8b0717e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:42:20,781 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.042s 2021-07-21 00:42:20,782 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:42:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6425f9e2-5564-4e81-ba4e-bdcc2729d1db', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6425f9e2-5564-4e81-ba4e-bdcc2729d1db', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:42:21,831 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.041s 2021-07-21 00:42:21,831 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:42:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2c55d449-d4a8-4db1-91e2-47a9c29f72b7', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2c55d449-d4a8-4db1-91e2-47a9c29f72b7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:42:22,879 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.040s 2021-07-21 00:42:22,880 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:42:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b038f411-824f-48b4-a39d-775745fed102', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b038f411-824f-48b4-a39d-775745fed102', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:42:23,930 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.042s 2021-07-21 00:42:23,930 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:42:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a0ea08ce-c3c6-4961-b2d6-cb6170a70ee1', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a0ea08ce-c3c6-4961-b2d6-cb6170a70ee1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:42:24,979 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.041s 2021-07-21 00:42:24,980 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:42:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-14695cfe-2123-465b-9f6a-68da16f4da1e', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-14695cfe-2123-465b-9f6a-68da16f4da1e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:42:26,029 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.042s 2021-07-21 00:42:26,030 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:42:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1c89daa1-8075-4ca6-9b2d-9ea8d05f05d9', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1c89daa1-8075-4ca6-9b2d-9ea8d05f05d9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:42:27,079 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.041s 2021-07-21 00:42:27,079 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:42:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9e4c399c-564b-4075-9049-ff97e9afffb6', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9e4c399c-564b-4075-9049-ff97e9afffb6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:42:28,127 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.041s 2021-07-21 00:42:28,128 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:42:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6f1142e0-7767-4153-9fd8-48916cc205f0', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6f1142e0-7767-4153-9fd8-48916cc205f0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:42:29,178 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.041s 2021-07-21 00:42:29,178 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:42:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0fd1d49e-0448-4b85-8e4a-aaa753b0e861', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0fd1d49e-0448-4b85-8e4a-aaa753b0e861', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:42:30,226 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.041s 2021-07-21 00:42:30,227 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:42:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e268bd50-12eb-4fbb-ba1c-f5683f00ea58', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e268bd50-12eb-4fbb-ba1c-f5683f00ea58', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:42:31,277 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.042s 2021-07-21 00:42:31,278 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:42:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3d7de873-6cf6-4bea-b9e9-bec1c5990e32', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3d7de873-6cf6-4bea-b9e9-bec1c5990e32', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:42:32,327 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.041s 2021-07-21 00:42:32,327 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:42:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f91e8e81-22cd-4dd0-b5a4-f0275045e2d1', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f91e8e81-22cd-4dd0-b5a4-f0275045e2d1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:42:33,376 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.040s 2021-07-21 00:42:33,376 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:42:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4ad2dd25-4ee1-44fa-94f5-cd3c56f9750b', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4ad2dd25-4ee1-44fa-94f5-cd3c56f9750b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:42:34,425 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.040s 2021-07-21 00:42:34,425 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:42:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-67b89bf5-a05f-400e-812a-a199521db63f', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-67b89bf5-a05f-400e-812a-a199521db63f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:42:35,475 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.041s 2021-07-21 00:42:35,476 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:42:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1b41e96d-cf07-458a-be54-0ecffc74f867', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1b41e96d-cf07-458a-be54-0ecffc74f867', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:42:36,527 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.044s 2021-07-21 00:42:36,527 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:42:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d7802278-a40f-42dc-a31d-9e753286f00f', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d7802278-a40f-42dc-a31d-9e753286f00f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:42:37,578 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.043s 2021-07-21 00:42:37,579 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:42:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1b8861a8-9875-469b-9bf6-f511f75b325d', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1b8861a8-9875-469b-9bf6-f511f75b325d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:42:38,628 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.042s 2021-07-21 00:42:38,629 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:42:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fb410e76-01b9-40ac-b92a-bc33d18e70cd', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fb410e76-01b9-40ac-b92a-bc33d18e70cd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:42:39,680 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.042s 2021-07-21 00:42:39,680 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:42:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f8d59d1f-c2fe-4353-849c-0909796f8c09', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f8d59d1f-c2fe-4353-849c-0909796f8c09', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:42:40,729 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.040s 2021-07-21 00:42:40,729 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:42:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b21ff972-0a42-46cd-9689-9d396dcd12a4', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b21ff972-0a42-46cd-9689-9d396dcd12a4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:42:41,779 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.042s 2021-07-21 00:42:41,780 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:42:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a4c63f3b-ccd7-4446-bfb6-7aea734ca023', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a4c63f3b-ccd7-4446-bfb6-7aea734ca023', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:42:42,829 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.041s 2021-07-21 00:42:42,829 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:42:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e85402e8-1b8c-4747-8d3f-30c64e4709a5', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e85402e8-1b8c-4747-8d3f-30c64e4709a5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:42:44,024 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.188s 2021-07-21 00:42:44,025 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:42:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8eb3cfe7-3695-44b0-bb4e-232e0d375704', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8eb3cfe7-3695-44b0-bb4e-232e0d375704', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:42:45,074 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.041s 2021-07-21 00:42:45,074 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:42:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2d6a7d24-683d-43d9-808e-a8beb336e6bf', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2d6a7d24-683d-43d9-808e-a8beb336e6bf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:42:46,124 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.042s 2021-07-21 00:42:46,125 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:42:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-feeb593a-f0f3-4373-b089-6833734e050d', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-feeb593a-f0f3-4373-b089-6833734e050d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:42:47,177 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.044s 2021-07-21 00:42:47,177 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:42:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fa6fba8e-ef59-4406-9dc9-5925cbbf8721', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fa6fba8e-ef59-4406-9dc9-5925cbbf8721', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:42:48,225 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.041s 2021-07-21 00:42:48,225 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:42:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8303886c-2d63-4967-9df1-c04fb649053f', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8303886c-2d63-4967-9df1-c04fb649053f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:42:49,275 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.041s 2021-07-21 00:42:49,276 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:42:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9d511e30-a38e-49df-879c-f0db31d484f8', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9d511e30-a38e-49df-879c-f0db31d484f8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:42:50,325 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.042s 2021-07-21 00:42:50,325 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:42:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4ea24abc-5aac-44b0-b029-945abb39cc5a', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4ea24abc-5aac-44b0-b029-945abb39cc5a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:42:51,374 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.041s 2021-07-21 00:42:51,374 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:42:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2d1198a0-a716-441a-8e5c-c9705a38538b', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2d1198a0-a716-441a-8e5c-c9705a38538b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:42:52,424 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.041s 2021-07-21 00:42:52,424 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:42:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0f60cedf-d564-4c2c-81e8-82e197b944e3', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0f60cedf-d564-4c2c-81e8-82e197b944e3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:42:53,474 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.041s 2021-07-21 00:42:53,474 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:42:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9d8b7ed4-e72a-4d1c-9c96-188ed7a4e52f', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9d8b7ed4-e72a-4d1c-9c96-188ed7a4e52f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:42:54,523 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.041s 2021-07-21 00:42:54,523 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:42:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2aa419b0-208f-402f-b78b-6cbf4214b1f5', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2aa419b0-208f-402f-b78b-6cbf4214b1f5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:42:55,574 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.043s 2021-07-21 00:42:55,575 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:42:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3673e06f-0fa5-4663-a520-1bfb65a1802b', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3673e06f-0fa5-4663-a520-1bfb65a1802b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:42:56,623 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.040s 2021-07-21 00:42:56,624 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:42:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-15b1cce3-bf2a-42c5-b6f3-f7bd491b472a', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-15b1cce3-bf2a-42c5-b6f3-f7bd491b472a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:42:57,673 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.041s 2021-07-21 00:42:57,673 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:42:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f5ff5b59-8cb3-47fa-a484-fff22bf038fd', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f5ff5b59-8cb3-47fa-a484-fff22bf038fd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:42:58,721 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.041s 2021-07-21 00:42:58,721 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:42:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b3344050-da72-40f2-8d61-3a9abce53fc1', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b3344050-da72-40f2-8d61-3a9abce53fc1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:42:59,771 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.041s 2021-07-21 00:42:59,771 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:42:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6987118e-ced9-4515-a195-dfd85523c7a4', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6987118e-ced9-4515-a195-dfd85523c7a4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:43:00,822 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.042s 2021-07-21 00:43:00,822 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:43:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5e2f9edc-15c0-4741-a4f1-6313f05e29ef', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5e2f9edc-15c0-4741-a4f1-6313f05e29ef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:43:01,871 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.041s 2021-07-21 00:43:01,871 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:43:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1b5d34a0-cd9d-49c9-bd09-fda540ccb343', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1b5d34a0-cd9d-49c9-bd09-fda540ccb343', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:43:02,920 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.041s 2021-07-21 00:43:02,920 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:43:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c9938ec7-3b7b-457a-bdc0-7ae2454d3431', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c9938ec7-3b7b-457a-bdc0-7ae2454d3431', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:43:03,969 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.041s 2021-07-21 00:43:03,969 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:43:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e0d617ee-cd32-43dd-83cf-ed10259357a6', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e0d617ee-cd32-43dd-83cf-ed10259357a6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:43:05,019 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.041s 2021-07-21 00:43:05,019 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:43:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c27612f1-a6fe-4bcf-b0af-87a5c75ccfd9', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c27612f1-a6fe-4bcf-b0af-87a5c75ccfd9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:43:06,068 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.040s 2021-07-21 00:43:06,068 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:43:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2bf2acd3-91e9-48b9-ab88-d32a115d63eb', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2bf2acd3-91e9-48b9-ab88-d32a115d63eb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:43:07,118 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.041s 2021-07-21 00:43:07,118 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:43:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-79818c7b-3d4e-4282-bb2b-f9e13d0366d9', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-79818c7b-3d4e-4282-bb2b-f9e13d0366d9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:43:08,167 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.041s 2021-07-21 00:43:08,167 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:43:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9d7b0b36-21fc-4559-bcaa-b156d157d5f3', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9d7b0b36-21fc-4559-bcaa-b156d157d5f3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:43:09,216 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.040s 2021-07-21 00:43:09,216 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:43:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-13f6fbbf-c852-4c06-b5e2-3088e1a4016f', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-13f6fbbf-c852-4c06-b5e2-3088e1a4016f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:43:10,267 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.043s 2021-07-21 00:43:10,267 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:43:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6ab7839f-51f0-4496-bb16-f12bcda25853', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6ab7839f-51f0-4496-bb16-f12bcda25853', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:43:11,316 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.041s 2021-07-21 00:43:11,316 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:43:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dff4f58b-9ecc-43e2-a177-38a24cf3664b', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dff4f58b-9ecc-43e2-a177-38a24cf3664b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:43:12,364 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.040s 2021-07-21 00:43:12,364 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:43:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6adbecc1-539a-404d-95f4-035752b460c6', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6adbecc1-539a-404d-95f4-035752b460c6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:43:13,414 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.041s 2021-07-21 00:43:13,414 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:43:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3f48f50f-5edb-466a-b49c-2fe1afd89685', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3f48f50f-5edb-466a-b49c-2fe1afd89685', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:43:14,463 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.041s 2021-07-21 00:43:14,464 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:43:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c8779d75-2ed2-4fe2-a399-f8263f0387d7', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c8779d75-2ed2-4fe2-a399-f8263f0387d7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:43:15,512 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.040s 2021-07-21 00:43:15,512 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:43:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7e3e51f0-a007-4329-b489-a394aa68b9dc', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7e3e51f0-a007-4329-b489-a394aa68b9dc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:43:16,561 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.041s 2021-07-21 00:43:16,562 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:43:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5f45ace9-aa14-45ba-9570-a47098ea150d', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5f45ace9-aa14-45ba-9570-a47098ea150d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:43:17,610 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.040s 2021-07-21 00:43:17,611 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:43:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-26a4c1ec-9c88-408b-a656-db1308d86bac', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-26a4c1ec-9c88-408b-a656-db1308d86bac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:43:18,660 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.041s 2021-07-21 00:43:18,661 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:43:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a0d1d878-2c9a-46e3-845b-b7b7088524e3', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a0d1d878-2c9a-46e3-845b-b7b7088524e3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:43:19,712 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.043s 2021-07-21 00:43:19,712 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:43:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4da93bf8-b16f-418f-aea4-cedc95a896ac', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4da93bf8-b16f-418f-aea4-cedc95a896ac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:43:20,761 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.042s 2021-07-21 00:43:20,762 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:43:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a6c9eb13-2968-422b-b4a7-aa6e300f60cf', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a6c9eb13-2968-422b-b4a7-aa6e300f60cf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:43:21,811 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.041s 2021-07-21 00:43:21,811 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:43:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-33131286-1180-4eb7-b851-ed4e3d0582bb', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-33131286-1180-4eb7-b851-ed4e3d0582bb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:43:22,861 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.042s 2021-07-21 00:43:22,862 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:43:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0a606482-8204-4198-9248-df57ff1b81ce', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0a606482-8204-4198-9248-df57ff1b81ce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:43:23,912 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.042s 2021-07-21 00:43:23,912 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:43:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-af1c4b1d-60b4-4917-8d56-2a1cf48408b1', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-af1c4b1d-60b4-4917-8d56-2a1cf48408b1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:43:24,962 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.042s 2021-07-21 00:43:24,963 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:43:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-36b05a1f-4a18-4620-84db-5434a363cf31', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-36b05a1f-4a18-4620-84db-5434a363cf31', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:43:26,013 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.042s 2021-07-21 00:43:26,014 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:43:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-34138a0c-7959-4503-8d86-c4c1f2d6364e', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-34138a0c-7959-4503-8d86-c4c1f2d6364e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:43:27,064 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.042s 2021-07-21 00:43:27,064 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:43:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1d21fa60-98e7-457b-8a19-528c36f423a3', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1d21fa60-98e7-457b-8a19-528c36f423a3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:43:28,114 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.042s 2021-07-21 00:43:28,114 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:43:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5d981d2d-603c-4612-82a1-27b91b39f73a', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5d981d2d-603c-4612-82a1-27b91b39f73a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:43:29,164 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.041s 2021-07-21 00:43:29,165 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:43:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cdd7324f-e07b-4e54-b5d2-bf4d7edc3038', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cdd7324f-e07b-4e54-b5d2-bf4d7edc3038', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:43:30,214 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.041s 2021-07-21 00:43:30,214 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:43:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9301db52-291d-4921-b339-a1670addc69f', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9301db52-291d-4921-b339-a1670addc69f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:43:31,263 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.042s 2021-07-21 00:43:31,264 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:43:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6c93460e-c62c-470a-9af6-a6e732c854ff', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6c93460e-c62c-470a-9af6-a6e732c854ff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:43:32,313 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.041s 2021-07-21 00:43:32,313 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:43:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1fcbfe20-7973-4c53-b6ef-3f28e1b98cf3', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1fcbfe20-7973-4c53-b6ef-3f28e1b98cf3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:43:33,363 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.042s 2021-07-21 00:43:33,364 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:43:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2fcd18f1-581f-4481-8310-eb9c899ad1b0', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2fcd18f1-581f-4481-8310-eb9c899ad1b0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:43:34,415 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.044s 2021-07-21 00:43:34,416 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:43:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f4793b92-44ea-4ef5-96cf-98546f7386b8', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f4793b92-44ea-4ef5-96cf-98546f7386b8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:43:35,464 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.041s 2021-07-21 00:43:35,465 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:43:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dae6fd17-c8a6-42e7-ad87-9131f97a5574', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dae6fd17-c8a6-42e7-ad87-9131f97a5574', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:43:36,514 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.041s 2021-07-21 00:43:36,514 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:43:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1f4bfaa3-e1a6-47ca-8425-fce71517eaa9', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1f4bfaa3-e1a6-47ca-8425-fce71517eaa9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:43:37,564 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.042s 2021-07-21 00:43:37,565 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:43:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c771daeb-3c10-4443-b17a-a60bdcdc5551', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c771daeb-3c10-4443-b17a-a60bdcdc5551', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:43:38,616 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.042s 2021-07-21 00:43:38,617 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:43:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1b5e88f5-b860-46a6-bbeb-2438e24f70f5', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1b5e88f5-b860-46a6-bbeb-2438e24f70f5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:43:39,666 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.041s 2021-07-21 00:43:39,666 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:43:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-09d3b9cd-c51e-4d16-8728-945b691cbd61', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-09d3b9cd-c51e-4d16-8728-945b691cbd61', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:43:40,716 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.041s 2021-07-21 00:43:40,716 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:43:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-47f95bf1-0e7c-4001-981b-b4742c0d2ccd', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-47f95bf1-0e7c-4001-981b-b4742c0d2ccd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:43:41,766 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.042s 2021-07-21 00:43:41,767 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:43:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e78e3169-ce62-47b2-ae27-5110df4b8a16', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e78e3169-ce62-47b2-ae27-5110df4b8a16', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:43:42,816 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.041s 2021-07-21 00:43:42,816 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:43:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e377883b-02a7-4025-b975-144e1735580c', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e377883b-02a7-4025-b975-144e1735580c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:43:43,866 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.041s 2021-07-21 00:43:43,867 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:43:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-51c8343e-c946-480f-bb07-e891816c72c9', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-51c8343e-c946-480f-bb07-e891816c72c9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:43:44,916 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.042s 2021-07-21 00:43:44,916 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:43:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-33894957-a23b-4d34-8945-db74da02a0f1', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-33894957-a23b-4d34-8945-db74da02a0f1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:43:45,967 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.042s 2021-07-21 00:43:45,967 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:43:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-effdc1cf-6e22-4e53-9840-39e8dadac85b', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-effdc1cf-6e22-4e53-9840-39e8dadac85b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:43:47,017 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.042s 2021-07-21 00:43:47,017 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:43:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6c81daac-9c96-4af7-ad79-b69df53cb38a', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6c81daac-9c96-4af7-ad79-b69df53cb38a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:43:48,067 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.042s 2021-07-21 00:43:48,067 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:43:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b5e85c5f-4d42-40cd-b154-4a1c16d071ee', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b5e85c5f-4d42-40cd-b154-4a1c16d071ee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:43:49,118 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.042s 2021-07-21 00:43:49,118 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:43:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d88d7f1e-9414-4b74-8636-5e2017af8b4d', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d88d7f1e-9414-4b74-8636-5e2017af8b4d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:43:50,168 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.042s 2021-07-21 00:43:50,169 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:43:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-461a48bb-b377-4293-99b9-361b12a6e5ed', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-461a48bb-b377-4293-99b9-361b12a6e5ed', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:43:51,221 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.044s 2021-07-21 00:43:51,221 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:43:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1c356584-18e9-4a47-93c9-eb66a869adcc', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1c356584-18e9-4a47-93c9-eb66a869adcc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:43:52,271 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.042s 2021-07-21 00:43:52,271 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:43:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6d6ce353-65cb-4757-a4c0-b020cb491c76', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6d6ce353-65cb-4757-a4c0-b020cb491c76', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:43:53,321 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.041s 2021-07-21 00:43:53,322 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:43:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-29e81139-a748-4668-a64b-c53b4b351ee3', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-29e81139-a748-4668-a64b-c53b4b351ee3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:43:54,372 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.042s 2021-07-21 00:43:54,372 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:43:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-258ad78e-7393-457a-aa9e-5a49220f6497', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-258ad78e-7393-457a-aa9e-5a49220f6497', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:43:55,423 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.043s 2021-07-21 00:43:55,424 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:43:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1a54f9a6-5761-4651-a2d6-85d4afe4d6b7', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1a54f9a6-5761-4651-a2d6-85d4afe4d6b7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:43:56,472 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.040s 2021-07-21 00:43:56,473 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:43:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-22c4b9c4-6cf0-4398-a72d-6ca5768572a4', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-22c4b9c4-6cf0-4398-a72d-6ca5768572a4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:43:57,523 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.042s 2021-07-21 00:43:57,523 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:43:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ae2019e8-b373-4505-98dc-34d36ddbc199', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ae2019e8-b373-4505-98dc-34d36ddbc199', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:43:58,575 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.043s 2021-07-21 00:43:58,575 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:43:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-24dce754-57e8-42e5-8706-fb934ff1d279', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-24dce754-57e8-42e5-8706-fb934ff1d279', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:43:59,626 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.043s 2021-07-21 00:43:59,627 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:43:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-751d8a89-b153-48a7-b9d3-2a0556a05c67', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-751d8a89-b153-48a7-b9d3-2a0556a05c67', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:44:00,676 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.041s 2021-07-21 00:44:00,676 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:44:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dceadb31-61d0-446c-a8e8-450cb78a2b35', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dceadb31-61d0-446c-a8e8-450cb78a2b35', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:44:01,727 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.042s 2021-07-21 00:44:01,727 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:44:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-30bf4396-a1d8-4c58-b6eb-3d60546dca94', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-30bf4396-a1d8-4c58-b6eb-3d60546dca94', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:44:02,777 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.042s 2021-07-21 00:44:02,777 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:44:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9e86cf5d-6f59-4b7f-bdf2-2938158ef5fe', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9e86cf5d-6f59-4b7f-bdf2-2938158ef5fe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:44:03,827 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.042s 2021-07-21 00:44:03,828 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:44:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-177eb990-745a-44b7-b40d-c64917b07242', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-177eb990-745a-44b7-b40d-c64917b07242', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:44:04,876 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.041s 2021-07-21 00:44:04,877 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:44:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ddadf0af-8406-45d8-8ca2-e8510dd9c030', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ddadf0af-8406-45d8-8ca2-e8510dd9c030', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:44:05,926 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.041s 2021-07-21 00:44:05,926 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:44:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dbc6d53d-bf93-45f7-a62e-e972d6e1f77d', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dbc6d53d-bf93-45f7-a62e-e972d6e1f77d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:44:06,975 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.042s 2021-07-21 00:44:06,976 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:44:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-170f0d96-1863-4b5d-8739-2eeb3c730a46', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-170f0d96-1863-4b5d-8739-2eeb3c730a46', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:44:08,025 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.042s 2021-07-21 00:44:08,025 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:44:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-39a68620-7ff3-484f-8a7e-c742e4f6cdb3', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-39a68620-7ff3-484f-8a7e-c742e4f6cdb3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:44:09,075 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.042s 2021-07-21 00:44:09,075 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:44:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ae58350d-cf3d-4aa8-9d30-171ed4f928b5', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ae58350d-cf3d-4aa8-9d30-171ed4f928b5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:44:10,126 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.043s 2021-07-21 00:44:10,127 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:44:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-268e01d5-1f9c-45b3-9591-ed451d8c8476', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-268e01d5-1f9c-45b3-9591-ed451d8c8476', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:44:11,183 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.047s 2021-07-21 00:44:11,183 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:44:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aaf4ada8-9589-42c6-8b2c-e97afd65f7d1', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aaf4ada8-9589-42c6-8b2c-e97afd65f7d1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:44:12,235 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb 0.044s 2021-07-21 00:44:12,235 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:44:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-347fa955-2b2c-4995-8d7e-336dc9d7ae1e', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-347fa955-2b2c-4995-8d7e-336dc9d7ae1e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb'} Body: b'{"volume": {"id": "eec017a9-8591-44d3-a0c5-bf55e20b14bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:38:13.000000", "updated_at": "2021-07-21T00:38:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-941098444", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/eec017a9-8591-44d3-a0c5-bf55e20b14bb"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volumes_snapshots.py", line 170, in test_volume_from_snapshot self._create_volume_from_snapshot(extra_size=1) File "/opt/stack/tempest/tempest/api/volume/test_volumes_snapshots.py", line 148, in _create_volume_from_snapshot src_vol = self.create_volume(size=src_size) File "/opt/stack/tempest/tempest/api/volume/base.py", line 129, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 312, in wait_for_volume_resource_status raise lib_exc.TimeoutException(message) tempest.lib.exceptions.TimeoutException: Request timed out Details: volume eec017a9-8591-44d3-a0c5-bf55e20b14bb failed to reach available status (current creating) within the required time (360 s). |
||||||
test_volume_from_snapshot_no_size[id-053d8870-8282-4fff-9dbb-99cb58bb5e0a] |
fail
ft7.6: tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot_no_size[id-053d8870-8282-4fff-9dbb-99cb58bb5e0a]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2021-07-21 00:44:12,567 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 202 POST http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes 0.268s 2021-07-21 00:44:12,568 114913 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-VolumesSnapshotTestJSON-Volume-1876951509"}} Response - Headers: {'date': 'Wed, 21 Jul 2021 00:44:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-adb9f916-86d3-4f95-8409-817b3fc51cd9', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-adb9f916-86d3-4f95-8409-817b3fc51cd9', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.466499", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2021-07-21 00:44:12,649 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.074s 2021-07-21 00:44:12,649 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:44:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2825fb55-48af-49c1-ba35-34de956dc460', 'content-length': '891', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2825fb55-48af-49c1-ba35-34de956dc460', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:44:13,700 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.043s 2021-07-21 00:44:13,700 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:44:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8cde07ba-2f9d-410d-bbf8-b17b1a880845', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8cde07ba-2f9d-410d-bbf8-b17b1a880845', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:44:14,751 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.042s 2021-07-21 00:44:14,751 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:44:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8ba9e612-a6c9-4a6d-b742-a2f83fd54e67', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8ba9e612-a6c9-4a6d-b742-a2f83fd54e67', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:44:15,802 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.043s 2021-07-21 00:44:15,802 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:44:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-93325ea7-6b50-426b-908b-c3110071df23', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-93325ea7-6b50-426b-908b-c3110071df23', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:44:16,857 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.047s 2021-07-21 00:44:16,857 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:44:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2c3ef6fa-8384-4599-81fd-3fe08d0491bc', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2c3ef6fa-8384-4599-81fd-3fe08d0491bc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:44:17,907 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.043s 2021-07-21 00:44:17,908 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:44:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d4d87910-8a6c-400f-aa53-7e18987b7fbd', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d4d87910-8a6c-400f-aa53-7e18987b7fbd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:44:18,956 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.040s 2021-07-21 00:44:18,957 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:44:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-786eacf3-3a01-48d9-996c-73c250575b93', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-786eacf3-3a01-48d9-996c-73c250575b93', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:44:20,007 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.043s 2021-07-21 00:44:20,008 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:44:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3a030094-4ba8-4791-83af-27fd7d62fe6c', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3a030094-4ba8-4791-83af-27fd7d62fe6c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:44:21,057 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.041s 2021-07-21 00:44:21,057 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:44:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ea638104-9f90-4a47-be86-41bfa8a3ef01', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ea638104-9f90-4a47-be86-41bfa8a3ef01', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:44:22,106 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.041s 2021-07-21 00:44:22,107 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:44:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ca13f6ea-6d43-40f0-86d1-a5b7e0d2d808', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ca13f6ea-6d43-40f0-86d1-a5b7e0d2d808', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:44:23,155 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.041s 2021-07-21 00:44:23,156 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:44:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7d90e180-2871-43fc-9654-c315c21ad91a', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7d90e180-2871-43fc-9654-c315c21ad91a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:44:24,207 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.044s 2021-07-21 00:44:24,208 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:44:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d65cc269-a840-4654-b02c-812010b5d1af', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d65cc269-a840-4654-b02c-812010b5d1af', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:44:25,256 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.041s 2021-07-21 00:44:25,257 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:44:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d6c20732-ec39-45ee-bec4-b65a02eff64a', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d6c20732-ec39-45ee-bec4-b65a02eff64a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:44:26,306 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.041s 2021-07-21 00:44:26,306 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:44:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-37b8f357-0757-48be-aa87-b2f84b257ebb', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-37b8f357-0757-48be-aa87-b2f84b257ebb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:44:27,354 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.041s 2021-07-21 00:44:27,355 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:44:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c76543f5-2b1f-4f01-bec2-c2d8f300f68c', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c76543f5-2b1f-4f01-bec2-c2d8f300f68c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:44:28,404 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.042s 2021-07-21 00:44:28,405 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:44:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-066b7c25-807c-4276-a53b-025fa7dafa11', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-066b7c25-807c-4276-a53b-025fa7dafa11', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:44:29,454 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.041s 2021-07-21 00:44:29,454 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:44:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f7086df3-bc28-4e99-b248-0ba2a2a1d594', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f7086df3-bc28-4e99-b248-0ba2a2a1d594', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:44:30,503 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.041s 2021-07-21 00:44:30,503 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:44:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cf72e593-f183-4017-99b7-b4ff4d0a3c6b', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cf72e593-f183-4017-99b7-b4ff4d0a3c6b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:44:31,553 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.041s 2021-07-21 00:44:31,553 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:44:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-69bc93d1-0d70-419c-a39e-b589cbbde400', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-69bc93d1-0d70-419c-a39e-b589cbbde400', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:44:32,603 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.041s 2021-07-21 00:44:32,603 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:44:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f934864d-243c-41a2-8830-71a8cfd9e1f9', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f934864d-243c-41a2-8830-71a8cfd9e1f9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:44:33,653 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.043s 2021-07-21 00:44:33,654 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:44:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6cab66d9-4c4c-41a9-af78-f634a3ccfd03', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6cab66d9-4c4c-41a9-af78-f634a3ccfd03', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:44:34,702 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.041s 2021-07-21 00:44:34,702 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:44:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8040c614-3599-4e18-b7e1-63ff67666043', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8040c614-3599-4e18-b7e1-63ff67666043', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:44:35,751 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.041s 2021-07-21 00:44:35,751 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:44:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-48973726-c7e7-4807-9d81-359366f78f14', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-48973726-c7e7-4807-9d81-359366f78f14', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:44:36,799 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.040s 2021-07-21 00:44:36,799 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:44:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2c38ceb5-6ec1-419f-a545-89b266cdb73b', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2c38ceb5-6ec1-419f-a545-89b266cdb73b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:44:37,850 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.041s 2021-07-21 00:44:37,850 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:44:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2185ebd9-76fb-48d4-af2f-eb88cf6bbcfd', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2185ebd9-76fb-48d4-af2f-eb88cf6bbcfd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:44:38,901 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.043s 2021-07-21 00:44:38,902 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:44:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-89fe3264-b5eb-48b8-b022-1e26d44cbb6e', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-89fe3264-b5eb-48b8-b022-1e26d44cbb6e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:44:39,951 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.042s 2021-07-21 00:44:39,952 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:44:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-02f8aed5-591a-44e5-a2eb-5d834f6890f6', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-02f8aed5-591a-44e5-a2eb-5d834f6890f6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:44:41,002 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.042s 2021-07-21 00:44:41,002 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:44:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c1cba313-ab4a-474b-a6af-e1806bf86a5e', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c1cba313-ab4a-474b-a6af-e1806bf86a5e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:44:42,052 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.041s 2021-07-21 00:44:42,053 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:44:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-670cec75-5f86-4755-ae51-46d0d542f630', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-670cec75-5f86-4755-ae51-46d0d542f630', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:44:43,104 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.044s 2021-07-21 00:44:43,105 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:44:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6f02f389-5762-40ef-b11d-8258cc779026', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6f02f389-5762-40ef-b11d-8258cc779026', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:44:44,154 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.041s 2021-07-21 00:44:44,154 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:44:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-240b8756-31dc-4be7-98e6-795f825a0a0b', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-240b8756-31dc-4be7-98e6-795f825a0a0b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:44:45,202 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.041s 2021-07-21 00:44:45,203 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:44:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1612ca58-8443-4f30-937f-fd84d93d9ff9', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1612ca58-8443-4f30-937f-fd84d93d9ff9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:44:46,252 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.041s 2021-07-21 00:44:46,252 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:44:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-84342a22-fa00-4db7-ad03-5a71593ea83e', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-84342a22-fa00-4db7-ad03-5a71593ea83e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:44:47,302 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.042s 2021-07-21 00:44:47,303 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:44:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a62846c9-ac79-42ab-92d6-3b57f1c8a298', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a62846c9-ac79-42ab-92d6-3b57f1c8a298', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:44:48,351 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.040s 2021-07-21 00:44:48,351 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:44:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7f802027-b32d-4aa3-bf5a-131dd8fced0b', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7f802027-b32d-4aa3-bf5a-131dd8fced0b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:44:49,401 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.041s 2021-07-21 00:44:49,401 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:44:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0cc19d25-becd-485c-b915-acd466a58f5c', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0cc19d25-becd-485c-b915-acd466a58f5c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:44:50,453 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.044s 2021-07-21 00:44:50,453 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:44:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a2af862c-9ec1-4e86-96f4-581129d7279c', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a2af862c-9ec1-4e86-96f4-581129d7279c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:44:51,503 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.041s 2021-07-21 00:44:51,503 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:44:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-71f5fe6d-784f-4a34-936a-44ac50e8aed4', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-71f5fe6d-784f-4a34-936a-44ac50e8aed4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:44:52,551 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.040s 2021-07-21 00:44:52,551 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:44:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-46e393d2-64ea-477f-9745-44b2b037077b', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-46e393d2-64ea-477f-9745-44b2b037077b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:44:53,601 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.042s 2021-07-21 00:44:53,602 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:44:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-acae4bb7-ce10-49a6-9ed3-fdfdfd7f167e', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-acae4bb7-ce10-49a6-9ed3-fdfdfd7f167e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:44:54,651 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.041s 2021-07-21 00:44:54,652 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:44:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-362952a2-067a-4246-86ff-c2c393cc57e3', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-362952a2-067a-4246-86ff-c2c393cc57e3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:44:55,700 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.040s 2021-07-21 00:44:55,700 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:44:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fe1a992f-e016-4c53-bf84-ded843dbcb5d', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fe1a992f-e016-4c53-bf84-ded843dbcb5d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:44:56,750 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.042s 2021-07-21 00:44:56,750 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:44:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-de5f077a-eb38-4b44-b18d-e2f652e119a2', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-de5f077a-eb38-4b44-b18d-e2f652e119a2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:44:57,799 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.041s 2021-07-21 00:44:57,800 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:44:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d48e8200-faba-48d8-8f46-719b364115b4', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d48e8200-faba-48d8-8f46-719b364115b4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:44:58,848 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.040s 2021-07-21 00:44:58,849 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:44:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3baeaf3e-ee73-43f4-ab55-280e4b0f45d1', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3baeaf3e-ee73-43f4-ab55-280e4b0f45d1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:44:59,899 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.042s 2021-07-21 00:44:59,899 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:44:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f6b3af09-14fb-4280-aa24-1049d3a1a5c9', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f6b3af09-14fb-4280-aa24-1049d3a1a5c9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:45:00,948 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.041s 2021-07-21 00:45:00,948 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:45:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3c3dbfa0-67bc-4416-8b56-c6cd41ee5248', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3c3dbfa0-67bc-4416-8b56-c6cd41ee5248', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:45:01,996 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.041s 2021-07-21 00:45:01,997 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:45:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-88c1fdfb-eff5-4675-8bb1-724f0e8bf79e', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-88c1fdfb-eff5-4675-8bb1-724f0e8bf79e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:45:03,045 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.041s 2021-07-21 00:45:03,046 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:45:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-22a9824e-4fae-4a1a-acc6-036444a97036', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-22a9824e-4fae-4a1a-acc6-036444a97036', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:45:04,095 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.041s 2021-07-21 00:45:04,095 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:45:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ce57bdb8-8e32-490f-bc2a-cc58b4fc5a5c', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ce57bdb8-8e32-490f-bc2a-cc58b4fc5a5c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:45:05,144 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.040s 2021-07-21 00:45:05,144 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:45:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6b1b8fbe-82fe-4225-9830-bfad0ed29570', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6b1b8fbe-82fe-4225-9830-bfad0ed29570', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:45:06,194 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.041s 2021-07-21 00:45:06,194 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:45:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a473d8bd-5a7e-4b79-a4b2-ddf86bf0d707', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a473d8bd-5a7e-4b79-a4b2-ddf86bf0d707', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:45:07,243 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.040s 2021-07-21 00:45:07,243 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:45:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cf3fce18-6c0f-45c1-8859-1013cbec8bfb', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cf3fce18-6c0f-45c1-8859-1013cbec8bfb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:45:08,293 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.042s 2021-07-21 00:45:08,293 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:45:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ef3c0202-5cd1-458c-8067-9d48ffe705c3', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ef3c0202-5cd1-458c-8067-9d48ffe705c3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:45:09,342 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.041s 2021-07-21 00:45:09,342 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:45:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-473fc620-7007-4d26-8d3a-638dcb03cc28', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-473fc620-7007-4d26-8d3a-638dcb03cc28', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:45:10,393 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.043s 2021-07-21 00:45:10,393 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:45:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7563ab70-87c2-41fe-95e0-5a6c2f6193f2', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7563ab70-87c2-41fe-95e0-5a6c2f6193f2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:45:11,441 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.040s 2021-07-21 00:45:11,441 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:45:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2d11b71a-0caf-43f8-bcbf-4e2e1afba0a1', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2d11b71a-0caf-43f8-bcbf-4e2e1afba0a1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:45:12,490 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.040s 2021-07-21 00:45:12,490 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:45:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-825fa014-1bb3-4381-af6c-654e1f1b852e', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-825fa014-1bb3-4381-af6c-654e1f1b852e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:45:13,541 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.042s 2021-07-21 00:45:13,541 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:45:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-687d6ecc-4068-491c-be09-89571e49c7bb', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-687d6ecc-4068-491c-be09-89571e49c7bb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:45:14,590 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.041s 2021-07-21 00:45:14,590 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:45:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3b559543-a850-41ec-a278-085c4abc5a7b', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3b559543-a850-41ec-a278-085c4abc5a7b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:45:15,637 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.040s 2021-07-21 00:45:15,638 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:45:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-60e144bd-0326-4c96-90cc-08935b872cf0', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-60e144bd-0326-4c96-90cc-08935b872cf0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:45:16,687 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.041s 2021-07-21 00:45:16,687 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:45:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b69339df-7636-4acb-80f4-db3ff49747ab', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b69339df-7636-4acb-80f4-db3ff49747ab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:45:17,736 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.041s 2021-07-21 00:45:17,737 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:45:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d8f994de-7877-4d36-a4a9-a861f11c93cb', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d8f994de-7877-4d36-a4a9-a861f11c93cb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:45:18,786 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.041s 2021-07-21 00:45:18,786 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:45:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7dfba53a-cf17-4909-aff9-e17c02398b4d', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7dfba53a-cf17-4909-aff9-e17c02398b4d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:45:19,835 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.040s 2021-07-21 00:45:19,835 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:45:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dd9f2bba-c1bb-4df3-a9f4-b259796a0c69', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dd9f2bba-c1bb-4df3-a9f4-b259796a0c69', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:45:20,885 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.041s 2021-07-21 00:45:20,885 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:45:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b6849f66-3008-41ee-bea6-844199f26fc0', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b6849f66-3008-41ee-bea6-844199f26fc0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:45:21,935 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.042s 2021-07-21 00:45:21,935 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:45:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e9dc283d-3b19-4067-8cb3-fe693c78e873', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e9dc283d-3b19-4067-8cb3-fe693c78e873', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:45:22,983 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.040s 2021-07-21 00:45:22,984 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:45:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-af8aa1dc-33f5-4d2b-9aec-e6b14a57b919', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-af8aa1dc-33f5-4d2b-9aec-e6b14a57b919', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:45:24,033 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.042s 2021-07-21 00:45:24,034 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:45:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c494ac35-b793-4891-ac5e-659f1f0a3a02', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c494ac35-b793-4891-ac5e-659f1f0a3a02', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:45:25,082 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.040s 2021-07-21 00:45:25,082 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:45:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4c6a8e85-2e8c-4730-bfb3-2264f8f46887', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4c6a8e85-2e8c-4730-bfb3-2264f8f46887', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:45:26,130 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.040s 2021-07-21 00:45:26,131 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:45:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fb7a9acb-0935-4d2c-b77a-c945c5e861f0', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fb7a9acb-0935-4d2c-b77a-c945c5e861f0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:45:27,181 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.041s 2021-07-21 00:45:27,181 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:45:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b84624f7-48d7-4351-a878-fd395fcb2df2', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b84624f7-48d7-4351-a878-fd395fcb2df2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:45:28,230 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.040s 2021-07-21 00:45:28,230 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:45:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7bfebeb0-a5bd-4320-901d-124723f7fb4d', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7bfebeb0-a5bd-4320-901d-124723f7fb4d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:45:29,278 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.041s 2021-07-21 00:45:29,279 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:45:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-558ea915-e977-4330-9d0f-ac071886456d', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-558ea915-e977-4330-9d0f-ac071886456d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:45:30,327 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.041s 2021-07-21 00:45:30,328 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:45:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f817dbbf-1489-48ec-9f80-3ab6e2cf82db', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f817dbbf-1489-48ec-9f80-3ab6e2cf82db', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:45:31,377 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.041s 2021-07-21 00:45:31,377 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:45:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0c7404bd-20bf-463c-9d02-7e17280a573a', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0c7404bd-20bf-463c-9d02-7e17280a573a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:45:32,425 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.040s 2021-07-21 00:45:32,425 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:45:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a7a55657-61ce-4356-907b-64eecd79158a', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a7a55657-61ce-4356-907b-64eecd79158a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:45:33,475 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.041s 2021-07-21 00:45:33,475 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:45:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bcb3641a-7602-436e-a183-ab0e28222f4d', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bcb3641a-7602-436e-a183-ab0e28222f4d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:45:34,524 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.041s 2021-07-21 00:45:34,524 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:45:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-761b94a8-0388-49e6-a73b-256573703480', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-761b94a8-0388-49e6-a73b-256573703480', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:45:35,573 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.041s 2021-07-21 00:45:35,574 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:45:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8bcbc3fe-022a-47a1-90d6-ffdbd80cb124', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8bcbc3fe-022a-47a1-90d6-ffdbd80cb124', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:45:36,622 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.040s 2021-07-21 00:45:36,623 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:45:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bf4da042-9f51-49a8-a88f-0868079d63e4', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bf4da042-9f51-49a8-a88f-0868079d63e4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:45:37,672 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.042s 2021-07-21 00:45:37,672 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:45:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bc502a94-5af3-4b63-93a3-5d2495242b79', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bc502a94-5af3-4b63-93a3-5d2495242b79', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:45:38,722 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.042s 2021-07-21 00:45:38,722 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:45:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c13299e4-4d19-4d13-a670-4e76f9df4365', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c13299e4-4d19-4d13-a670-4e76f9df4365', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:45:39,773 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.043s 2021-07-21 00:45:39,774 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:45:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5d3a585f-eaed-48e9-abfa-79b5df96e018', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5d3a585f-eaed-48e9-abfa-79b5df96e018', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:45:40,823 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.040s 2021-07-21 00:45:40,823 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:45:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-778675dc-4752-4f95-950b-a54acd5b0ae3', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-778675dc-4752-4f95-950b-a54acd5b0ae3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:45:41,872 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.041s 2021-07-21 00:45:41,872 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:45:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-01dd2c93-39cb-4baa-b5ad-4858b68b4e31', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-01dd2c93-39cb-4baa-b5ad-4858b68b4e31', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:45:42,922 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.042s 2021-07-21 00:45:42,922 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:45:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2a57cb2c-9c04-4aff-affb-a632683c02cd', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2a57cb2c-9c04-4aff-affb-a632683c02cd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:45:43,971 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.041s 2021-07-21 00:45:43,972 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:45:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4f438dd3-4f39-4497-bf06-cbb5bc73046c', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4f438dd3-4f39-4497-bf06-cbb5bc73046c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:45:45,020 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.040s 2021-07-21 00:45:45,021 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:45:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5669bf65-3f15-4a00-b3e0-4f3f30ea7d39', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5669bf65-3f15-4a00-b3e0-4f3f30ea7d39', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:45:46,069 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.040s 2021-07-21 00:45:46,069 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:45:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f44ee2e6-8eac-49ee-be91-05555c9bf5b8', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f44ee2e6-8eac-49ee-be91-05555c9bf5b8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:45:47,118 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.040s 2021-07-21 00:45:47,119 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:45:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e566bfae-e9a5-40ee-87fc-3ef74bbff8e4', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e566bfae-e9a5-40ee-87fc-3ef74bbff8e4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:45:48,167 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.041s 2021-07-21 00:45:48,167 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:45:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-45c78097-421e-4dc9-b27d-e6a35b027843', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-45c78097-421e-4dc9-b27d-e6a35b027843', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:45:49,220 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.045s 2021-07-21 00:45:49,221 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:45:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3be3f2b1-c369-4cdf-8d25-4fc88c7a5028', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3be3f2b1-c369-4cdf-8d25-4fc88c7a5028', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:45:50,272 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.041s 2021-07-21 00:45:50,272 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:45:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-47e4c2f2-a98b-4c58-bb2c-15098b451aff', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-47e4c2f2-a98b-4c58-bb2c-15098b451aff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:45:51,326 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.045s 2021-07-21 00:45:51,328 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:45:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3105d3ac-00ce-43aa-8b1e-ab762d321b76', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3105d3ac-00ce-43aa-8b1e-ab762d321b76', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:45:52,376 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.041s 2021-07-21 00:45:52,377 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:45:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-074edc9a-67d7-4f73-aa06-5151c80ae83b', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-074edc9a-67d7-4f73-aa06-5151c80ae83b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:45:53,425 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.041s 2021-07-21 00:45:53,426 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:45:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-95a9906e-dc16-467a-8374-968dd86416d3', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-95a9906e-dc16-467a-8374-968dd86416d3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:45:54,476 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.041s 2021-07-21 00:45:54,477 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:45:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a510c6db-6751-4296-bbed-d4ff53a96f77', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a510c6db-6751-4296-bbed-d4ff53a96f77', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:45:55,529 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.044s 2021-07-21 00:45:55,529 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:45:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6cac8a9e-b737-4a19-be0c-7650d360d759', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6cac8a9e-b737-4a19-be0c-7650d360d759', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:45:56,577 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.040s 2021-07-21 00:45:56,578 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:45:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9fa6e90a-699d-49a7-8474-33b5af51d461', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9fa6e90a-699d-49a7-8474-33b5af51d461', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:45:57,627 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.042s 2021-07-21 00:45:57,627 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:45:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fb34e1ca-d808-4349-a0ae-f706b1017cfb', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fb34e1ca-d808-4349-a0ae-f706b1017cfb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:45:58,676 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.041s 2021-07-21 00:45:58,677 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:45:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cb746349-adc1-4192-8151-5e697afc3046', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cb746349-adc1-4192-8151-5e697afc3046', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:45:59,725 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.040s 2021-07-21 00:45:59,725 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:45:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a0d134da-9f4c-4eb5-924c-1358ca9235a0', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a0d134da-9f4c-4eb5-924c-1358ca9235a0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:46:00,775 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.041s 2021-07-21 00:46:00,776 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:46:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-94eb754c-9b58-4f12-88b9-491520439833', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-94eb754c-9b58-4f12-88b9-491520439833', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:46:01,826 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.041s 2021-07-21 00:46:01,826 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:46:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5e89f3d4-3d8f-4f1e-a542-36e30a68dec3', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5e89f3d4-3d8f-4f1e-a542-36e30a68dec3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:46:02,875 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.041s 2021-07-21 00:46:02,875 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:46:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d289ca2a-f80e-4dfa-bc80-f7abf7559333', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d289ca2a-f80e-4dfa-bc80-f7abf7559333', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:46:03,924 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.042s 2021-07-21 00:46:03,924 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:46:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d36bc2f4-bc29-4d38-a11d-a57838b0ad4d', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d36bc2f4-bc29-4d38-a11d-a57838b0ad4d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:46:04,973 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.041s 2021-07-21 00:46:04,973 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:46:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ef313c03-05b0-48f1-a696-82e0cfffc888', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ef313c03-05b0-48f1-a696-82e0cfffc888', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:46:06,022 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.040s 2021-07-21 00:46:06,022 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:46:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-79b8c2c8-1a25-4f18-a830-dbb91a436335', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-79b8c2c8-1a25-4f18-a830-dbb91a436335', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:46:07,072 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.041s 2021-07-21 00:46:07,072 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:46:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e556fdb5-8fc9-4a42-9c6f-8fb0b2cce44f', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e556fdb5-8fc9-4a42-9c6f-8fb0b2cce44f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:46:08,121 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.041s 2021-07-21 00:46:08,122 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:46:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0e9921b8-d89f-4e3a-93cb-bfa2dd92e5c8', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0e9921b8-d89f-4e3a-93cb-bfa2dd92e5c8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:46:09,171 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.041s 2021-07-21 00:46:09,171 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:46:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0568ea9b-319e-47a5-9198-4b1a53b9b7cd', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0568ea9b-319e-47a5-9198-4b1a53b9b7cd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:46:10,219 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.040s 2021-07-21 00:46:10,219 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:46:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4c1f2309-8513-4c81-81f1-ffc46499b3ec', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4c1f2309-8513-4c81-81f1-ffc46499b3ec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:46:11,268 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.041s 2021-07-21 00:46:11,269 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:46:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ac94ac04-b16f-428f-b65a-7410ece134cd', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ac94ac04-b16f-428f-b65a-7410ece134cd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:46:12,317 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.040s 2021-07-21 00:46:12,317 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:46:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e065d6f8-54ed-4d7a-a45d-402d78f1aa57', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e065d6f8-54ed-4d7a-a45d-402d78f1aa57', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:46:13,366 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.040s 2021-07-21 00:46:13,366 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:46:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ee3c92cb-5c39-429a-b5fb-e2d02dea09e3', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ee3c92cb-5c39-429a-b5fb-e2d02dea09e3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:46:14,416 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.041s 2021-07-21 00:46:14,416 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:46:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-79f07c89-c7f4-4c12-8934-6b53fd4688e7', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-79f07c89-c7f4-4c12-8934-6b53fd4688e7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:46:15,466 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.042s 2021-07-21 00:46:15,466 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:46:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-78be1984-5b2f-433f-8f10-b8247464213c', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-78be1984-5b2f-433f-8f10-b8247464213c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:46:16,516 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.041s 2021-07-21 00:46:16,516 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:46:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-974640c3-15d2-4021-8d8c-9efdaa24f81a', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-974640c3-15d2-4021-8d8c-9efdaa24f81a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:46:17,564 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.042s 2021-07-21 00:46:17,565 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:46:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1f5f85fc-2083-47e0-aae6-f4db915d9449', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1f5f85fc-2083-47e0-aae6-f4db915d9449', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:46:18,613 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.041s 2021-07-21 00:46:18,614 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:46:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7224bfd1-f4b0-4aa9-924f-e31f8eeab1cd', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7224bfd1-f4b0-4aa9-924f-e31f8eeab1cd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:46:19,663 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.041s 2021-07-21 00:46:19,663 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:46:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-53e4f994-764a-4b26-864c-596ba403d46a', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-53e4f994-764a-4b26-864c-596ba403d46a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:46:20,710 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.039s 2021-07-21 00:46:20,711 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:46:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ae2541f8-f353-41f4-afe5-ca37c063b71b', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ae2541f8-f353-41f4-afe5-ca37c063b71b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:46:21,760 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.042s 2021-07-21 00:46:21,761 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:46:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b8cc614b-975a-4123-bb0c-57ea1795e201', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b8cc614b-975a-4123-bb0c-57ea1795e201', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:46:22,809 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.040s 2021-07-21 00:46:22,810 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:46:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b3cd7492-30e9-4461-8ac8-88169e5a3558', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b3cd7492-30e9-4461-8ac8-88169e5a3558', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:46:23,860 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.041s 2021-07-21 00:46:23,860 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:46:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4a18301f-840d-4ae8-8de9-1708c3e80f4a', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4a18301f-840d-4ae8-8de9-1708c3e80f4a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:46:24,909 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.041s 2021-07-21 00:46:24,909 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:46:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-af72e30a-b4d1-48f6-ac6f-655cba209871', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-af72e30a-b4d1-48f6-ac6f-655cba209871', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:46:25,957 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.040s 2021-07-21 00:46:25,957 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:46:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-415b00ac-3b78-4ebd-b129-e0fe0522989b', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-415b00ac-3b78-4ebd-b129-e0fe0522989b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:46:27,007 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.041s 2021-07-21 00:46:27,007 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:46:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b2662a2b-a627-447a-9ed4-005a17aeec08', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b2662a2b-a627-447a-9ed4-005a17aeec08', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:46:28,056 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.041s 2021-07-21 00:46:28,057 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:46:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4957cd3b-ec34-4899-9a95-9a354a1fab35', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4957cd3b-ec34-4899-9a95-9a354a1fab35', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:46:29,104 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.041s 2021-07-21 00:46:29,105 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:46:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d9590528-b7f2-457d-b416-284260ab0629', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d9590528-b7f2-457d-b416-284260ab0629', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:46:30,155 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.043s 2021-07-21 00:46:30,155 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:46:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1cf2a54c-681d-485c-80ef-0643eb31350f', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1cf2a54c-681d-485c-80ef-0643eb31350f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:46:31,205 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.041s 2021-07-21 00:46:31,205 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:46:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-19b60efc-6f44-40d7-84d9-5348fbf50b74', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-19b60efc-6f44-40d7-84d9-5348fbf50b74', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:46:32,253 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.040s 2021-07-21 00:46:32,254 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:46:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-adc79966-3eee-474f-a04c-f87483560784', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-adc79966-3eee-474f-a04c-f87483560784', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:46:33,303 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.041s 2021-07-21 00:46:33,304 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:46:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-02e4db2f-c245-4fd3-9b20-e42ac321de56', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-02e4db2f-c245-4fd3-9b20-e42ac321de56', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:46:34,352 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.041s 2021-07-21 00:46:34,353 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:46:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-99ffd44d-b138-4c50-a6d9-f8e046c20cc5', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-99ffd44d-b138-4c50-a6d9-f8e046c20cc5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:46:35,402 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.041s 2021-07-21 00:46:35,402 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:46:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9fd5e133-fadd-41f3-b2af-dbb1bcfc4099', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9fd5e133-fadd-41f3-b2af-dbb1bcfc4099', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:46:36,451 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.041s 2021-07-21 00:46:36,451 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:46:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5f90976b-b2d3-4960-875b-9ff5db50630f', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5f90976b-b2d3-4960-875b-9ff5db50630f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:46:37,500 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.041s 2021-07-21 00:46:37,501 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:46:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6e968de8-bed4-4079-bb2a-2a33d21cc00f', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6e968de8-bed4-4079-bb2a-2a33d21cc00f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:46:38,550 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.041s 2021-07-21 00:46:38,551 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:46:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7f83fcd1-dcbc-4098-bed9-d15d668bfa40', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7f83fcd1-dcbc-4098-bed9-d15d668bfa40', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:46:39,601 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.042s 2021-07-21 00:46:39,602 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:46:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1cf93497-1a87-4176-a1b6-ebed0e524452', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1cf93497-1a87-4176-a1b6-ebed0e524452', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:46:40,652 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.042s 2021-07-21 00:46:40,652 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:46:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6e358775-d08e-4e6e-b7f7-522a4d600bd2', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6e358775-d08e-4e6e-b7f7-522a4d600bd2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:46:41,703 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.042s 2021-07-21 00:46:41,703 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:46:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-02266a48-aa5b-4981-abdb-4a5ee113a4a0', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-02266a48-aa5b-4981-abdb-4a5ee113a4a0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:46:42,752 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.041s 2021-07-21 00:46:42,753 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:46:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4ce4159e-a33f-421a-ae83-2398df2119c7', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4ce4159e-a33f-421a-ae83-2398df2119c7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:46:43,803 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.042s 2021-07-21 00:46:43,804 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:46:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-93f7ee83-d1ee-4266-8d99-ed8085af8c43', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-93f7ee83-d1ee-4266-8d99-ed8085af8c43', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:46:44,852 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.040s 2021-07-21 00:46:44,852 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:46:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9c2b41d2-d420-4824-9e5c-8f15d3b7c276', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9c2b41d2-d420-4824-9e5c-8f15d3b7c276', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:46:45,903 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.042s 2021-07-21 00:46:45,903 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:46:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0d32abc6-2721-46b8-8e45-da227c0c1eed', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0d32abc6-2721-46b8-8e45-da227c0c1eed', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:46:46,952 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.041s 2021-07-21 00:46:46,953 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:46:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-240e9e0c-0223-45d1-b520-8fec0a710a11', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-240e9e0c-0223-45d1-b520-8fec0a710a11', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:46:48,002 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.041s 2021-07-21 00:46:48,002 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:46:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bace10ce-5819-411c-b8eb-5d15a9e0ecbe', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bace10ce-5819-411c-b8eb-5d15a9e0ecbe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:46:49,051 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.040s 2021-07-21 00:46:49,051 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:46:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aa5ad790-f930-4963-a61f-312df9335bcd', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aa5ad790-f930-4963-a61f-312df9335bcd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:46:50,105 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.045s 2021-07-21 00:46:50,105 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:46:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b591df39-2d02-48f3-a6b6-28ea66e1414e', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b591df39-2d02-48f3-a6b6-28ea66e1414e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:46:51,153 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.041s 2021-07-21 00:46:51,154 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:46:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2a5008d9-21e3-4df1-9507-8c97eac6a123', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2a5008d9-21e3-4df1-9507-8c97eac6a123', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:46:52,203 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.041s 2021-07-21 00:46:52,203 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:46:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cee583cf-da97-46a4-9b48-f4697a91f042', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cee583cf-da97-46a4-9b48-f4697a91f042', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:46:53,251 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.041s 2021-07-21 00:46:53,251 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:46:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bb610d10-7c67-464f-b47b-84ef24cb5713', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bb610d10-7c67-464f-b47b-84ef24cb5713', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:46:54,300 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.041s 2021-07-21 00:46:54,301 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:46:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9fc76681-1054-45ff-a898-052543db0560', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9fc76681-1054-45ff-a898-052543db0560', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:46:55,349 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.040s 2021-07-21 00:46:55,349 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:46:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eb352f2a-4cf2-4a6b-89d1-f20a35d25d7b', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eb352f2a-4cf2-4a6b-89d1-f20a35d25d7b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:46:56,399 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.042s 2021-07-21 00:46:56,400 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:46:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c76833e9-f9dc-4bb0-b044-47a3ee9b74c1', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c76833e9-f9dc-4bb0-b044-47a3ee9b74c1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:46:57,448 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.041s 2021-07-21 00:46:57,448 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:46:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-033eefa0-9cdd-4cd7-baea-f3f598fe7383', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-033eefa0-9cdd-4cd7-baea-f3f598fe7383', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:46:58,497 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.041s 2021-07-21 00:46:58,497 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:46:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3417b9a7-3440-417e-9a19-42c4d8bcef1f', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3417b9a7-3440-417e-9a19-42c4d8bcef1f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:46:59,546 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.040s 2021-07-21 00:46:59,546 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:46:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a36445b3-e525-430f-9465-05c4981905ce', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a36445b3-e525-430f-9465-05c4981905ce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:47:00,596 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.042s 2021-07-21 00:47:00,596 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:47:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-61dfb4dc-d54f-44d3-b23a-9f649e0e32ea', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-61dfb4dc-d54f-44d3-b23a-9f649e0e32ea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:47:01,644 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.040s 2021-07-21 00:47:01,645 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:47:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dbe5d7c3-eff5-4469-8f68-aa0e8392e95c', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dbe5d7c3-eff5-4469-8f68-aa0e8392e95c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:47:02,693 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.040s 2021-07-21 00:47:02,694 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:47:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c73e6ab3-8e7e-4a2e-b4f3-537b88bfad91', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c73e6ab3-8e7e-4a2e-b4f3-537b88bfad91', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:47:03,743 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.040s 2021-07-21 00:47:03,743 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:47:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0658042b-b737-4f29-88ce-7473087b37a5', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0658042b-b737-4f29-88ce-7473087b37a5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:47:04,793 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.041s 2021-07-21 00:47:04,793 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:47:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f9963382-d42d-4e04-8618-7659a0232487', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f9963382-d42d-4e04-8618-7659a0232487', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:47:05,842 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.041s 2021-07-21 00:47:05,842 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:47:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f44aa141-9561-4c5d-9b2a-f4f2ee03bd5d', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f44aa141-9561-4c5d-9b2a-f4f2ee03bd5d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:47:06,891 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.041s 2021-07-21 00:47:06,892 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:47:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6cd573e4-e1c1-4031-bb94-7f675e91c7c8', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6cd573e4-e1c1-4031-bb94-7f675e91c7c8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:47:07,941 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.042s 2021-07-21 00:47:07,942 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:47:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-87a80fe9-1b70-4a2f-851a-7ff0121eee57', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-87a80fe9-1b70-4a2f-851a-7ff0121eee57', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:47:08,990 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.040s 2021-07-21 00:47:08,990 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:47:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0f341847-5b7f-4a84-ab23-52c02d450355', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0f341847-5b7f-4a84-ab23-52c02d450355', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:47:10,039 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.041s 2021-07-21 00:47:10,039 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:47:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0119c04d-da0e-4d1e-bd8b-5a6a822b35b9', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0119c04d-da0e-4d1e-bd8b-5a6a822b35b9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:47:11,090 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.042s 2021-07-21 00:47:11,090 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:47:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9c26ea77-df32-4860-b79b-a93ef9d60819', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9c26ea77-df32-4860-b79b-a93ef9d60819', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:47:12,139 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.041s 2021-07-21 00:47:12,139 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:47:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d15efd2a-def2-4f84-b183-e38aaf3ab00b', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d15efd2a-def2-4f84-b183-e38aaf3ab00b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:47:13,188 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.041s 2021-07-21 00:47:13,188 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:47:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3309d76c-62f9-4954-97f3-4d4e7c795260', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3309d76c-62f9-4954-97f3-4d4e7c795260', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:47:14,237 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.041s 2021-07-21 00:47:14,238 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:47:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6b4b5459-f7ba-430d-bb9d-5aa1a82fd6ce', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6b4b5459-f7ba-430d-bb9d-5aa1a82fd6ce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:47:15,287 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.041s 2021-07-21 00:47:15,287 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:47:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f5c093b1-d7a4-4800-8597-fc7f106eea0b', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f5c093b1-d7a4-4800-8597-fc7f106eea0b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:47:16,336 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.040s 2021-07-21 00:47:16,336 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:47:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-df6405ff-cfe8-4c35-aced-a142daaa4c3a', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-df6405ff-cfe8-4c35-aced-a142daaa4c3a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:47:17,387 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.042s 2021-07-21 00:47:17,387 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:47:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-775d7d89-1bca-4b10-b656-a98b1ee1ba27', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-775d7d89-1bca-4b10-b656-a98b1ee1ba27', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:47:18,436 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.041s 2021-07-21 00:47:18,437 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:47:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-574f864f-9e4c-4f08-b87f-e1f3d6f28943', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-574f864f-9e4c-4f08-b87f-e1f3d6f28943', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:47:19,486 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.041s 2021-07-21 00:47:19,486 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:47:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d13ae47c-c4d6-423e-91b5-dc6f1a753229', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d13ae47c-c4d6-423e-91b5-dc6f1a753229', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:47:20,534 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.041s 2021-07-21 00:47:20,535 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:47:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b377cd3e-0818-4e37-91e3-8f464cf81e99', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b377cd3e-0818-4e37-91e3-8f464cf81e99', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:47:21,583 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.040s 2021-07-21 00:47:21,583 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:47:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e638395a-26f1-4226-bae7-48db1eaccc37', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e638395a-26f1-4226-bae7-48db1eaccc37', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:47:22,632 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.040s 2021-07-21 00:47:22,632 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:47:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fcc9351c-f087-404e-a803-5397d0cb1249', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fcc9351c-f087-404e-a803-5397d0cb1249', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:47:23,682 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.041s 2021-07-21 00:47:23,682 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:47:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d8cbe538-a046-4b0f-b4ce-55f830d70921', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d8cbe538-a046-4b0f-b4ce-55f830d70921', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:47:24,732 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.042s 2021-07-21 00:47:24,733 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:47:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2ebe1f4c-56f7-429b-8ac7-044583202287', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2ebe1f4c-56f7-429b-8ac7-044583202287', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:47:25,782 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.040s 2021-07-21 00:47:25,782 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:47:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-18b185d3-67d5-4c0b-95d8-a9e488049de5', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-18b185d3-67d5-4c0b-95d8-a9e488049de5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:47:26,831 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.042s 2021-07-21 00:47:26,832 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:47:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-817df0cc-d828-4f6f-a6eb-c486b8135253', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-817df0cc-d828-4f6f-a6eb-c486b8135253', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:47:27,880 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.041s 2021-07-21 00:47:27,880 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:47:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1ac50e98-eab0-4bab-ae50-a962927a45df', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1ac50e98-eab0-4bab-ae50-a962927a45df', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:47:28,930 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.041s 2021-07-21 00:47:28,931 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:47:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e3beaa02-7e3d-4720-b75d-9db6c18e06c8', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e3beaa02-7e3d-4720-b75d-9db6c18e06c8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:47:29,980 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.041s 2021-07-21 00:47:29,981 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:47:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-efda5ab7-96d3-4005-abb0-52898c88e659', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-efda5ab7-96d3-4005-abb0-52898c88e659', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:47:31,030 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.042s 2021-07-21 00:47:31,030 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:47:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9bb236ca-786e-4eb5-a231-0df38ba764ca', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9bb236ca-786e-4eb5-a231-0df38ba764ca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:47:32,079 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.040s 2021-07-21 00:47:32,079 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:47:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f3c6a01b-b3fb-4a43-a2ae-77cb99f0ef73', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f3c6a01b-b3fb-4a43-a2ae-77cb99f0ef73', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:47:33,128 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.041s 2021-07-21 00:47:33,129 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:47:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-913b6d35-e7d8-45f5-bfef-eab0d9b35030', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-913b6d35-e7d8-45f5-bfef-eab0d9b35030', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:47:34,179 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.043s 2021-07-21 00:47:34,180 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:47:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e6bf8124-441e-45a0-8c88-7e9d319be726', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e6bf8124-441e-45a0-8c88-7e9d319be726', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:47:35,229 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.041s 2021-07-21 00:47:35,229 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:47:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-82265a63-5312-4023-aa4f-f4f3fa3ea0ce', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-82265a63-5312-4023-aa4f-f4f3fa3ea0ce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:47:36,278 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.041s 2021-07-21 00:47:36,279 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:47:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ac8899e0-3f3c-47e6-a731-0d4161f2593f', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ac8899e0-3f3c-47e6-a731-0d4161f2593f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:47:37,327 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.040s 2021-07-21 00:47:37,327 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:47:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-042075ce-31a5-43bc-8aa8-5cf967f31c49', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-042075ce-31a5-43bc-8aa8-5cf967f31c49', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:47:38,375 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.040s 2021-07-21 00:47:38,375 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:47:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5f966330-facd-40f4-990e-9950a37a3f06', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5f966330-facd-40f4-990e-9950a37a3f06', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:47:39,424 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.041s 2021-07-21 00:47:39,424 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:47:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-563d367b-db6a-47d3-91a7-9a2b2ae5ab3f', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-563d367b-db6a-47d3-91a7-9a2b2ae5ab3f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:47:40,472 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.040s 2021-07-21 00:47:40,472 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:47:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ded19a73-1936-4560-81d0-20f092e94e1c', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ded19a73-1936-4560-81d0-20f092e94e1c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:47:41,522 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.042s 2021-07-21 00:47:41,522 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:47:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0ead151f-d12d-4b49-a762-7591efd28a48', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0ead151f-d12d-4b49-a762-7591efd28a48', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:47:42,570 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.040s 2021-07-21 00:47:42,570 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:47:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bdfb714f-7293-4df6-ac0b-ef97e7906a34', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bdfb714f-7293-4df6-ac0b-ef97e7906a34', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:47:43,620 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.041s 2021-07-21 00:47:43,621 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:47:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f7a22211-23bb-4bea-a042-9918a55c6e40', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f7a22211-23bb-4bea-a042-9918a55c6e40', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:47:44,757 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.129s 2021-07-21 00:47:44,758 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:47:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f1c10448-776d-4a6d-bd40-a432cb1f6361', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f1c10448-776d-4a6d-bd40-a432cb1f6361', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:47:45,808 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.042s 2021-07-21 00:47:45,808 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:47:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-29513196-2f6f-42cd-a66d-52b2f044c90e', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-29513196-2f6f-42cd-a66d-52b2f044c90e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:47:46,858 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.041s 2021-07-21 00:47:46,858 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:47:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cb30e162-36b1-4ed8-b153-0d823fc17485', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cb30e162-36b1-4ed8-b153-0d823fc17485', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:47:47,909 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.043s 2021-07-21 00:47:47,909 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:47:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5ba270a6-5a1c-47cf-bd4b-fdb1c8311f25', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5ba270a6-5a1c-47cf-bd4b-fdb1c8311f25', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:47:48,957 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.041s 2021-07-21 00:47:48,957 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:47:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2a9342e3-f692-4cc0-bd51-a36bd8dc9239', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2a9342e3-f692-4cc0-bd51-a36bd8dc9239', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:47:50,007 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.041s 2021-07-21 00:47:50,007 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:47:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0fbc7cf5-5712-4cc2-a92e-cc20aa3e25ce', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0fbc7cf5-5712-4cc2-a92e-cc20aa3e25ce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:47:51,055 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.040s 2021-07-21 00:47:51,056 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:47:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-24ef3ab3-9d2d-433f-8e13-b60d9557abe0', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-24ef3ab3-9d2d-433f-8e13-b60d9557abe0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:47:52,105 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.041s 2021-07-21 00:47:52,105 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:47:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5e29432e-ecf5-4173-bdcb-33c96ea73f93', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5e29432e-ecf5-4173-bdcb-33c96ea73f93', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:47:53,154 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.041s 2021-07-21 00:47:53,154 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:47:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-013fd688-1eef-4496-90ef-3c96d9d6416d', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-013fd688-1eef-4496-90ef-3c96d9d6416d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:47:54,203 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.041s 2021-07-21 00:47:54,203 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:47:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1dcc2b9c-2dc2-489e-b529-b0559c1c7b47', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1dcc2b9c-2dc2-489e-b529-b0559c1c7b47', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:47:55,252 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.041s 2021-07-21 00:47:55,252 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:47:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1fc567d2-03ad-48e8-931c-d64af65fcf2c', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1fc567d2-03ad-48e8-931c-d64af65fcf2c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:47:56,303 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.043s 2021-07-21 00:47:56,303 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:47:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e0d04564-7668-412d-bec3-84e0195fa4ce', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e0d04564-7668-412d-bec3-84e0195fa4ce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:47:57,352 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.041s 2021-07-21 00:47:57,353 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:47:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9fb2c708-b1cd-4047-aaef-df67748a5459', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9fb2c708-b1cd-4047-aaef-df67748a5459', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:47:58,403 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.042s 2021-07-21 00:47:58,403 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:47:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-be1fbd31-179e-4e7a-9115-7a879d6e659d', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-be1fbd31-179e-4e7a-9115-7a879d6e659d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:47:59,458 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.047s 2021-07-21 00:47:59,458 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:47:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-28c7f929-303f-492a-9525-a32dd4511993', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-28c7f929-303f-492a-9525-a32dd4511993', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:48:00,507 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.041s 2021-07-21 00:48:00,508 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:48:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-24195ae7-b834-4bb9-b316-3ab97b63ee12', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-24195ae7-b834-4bb9-b316-3ab97b63ee12', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:48:01,557 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.041s 2021-07-21 00:48:01,557 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:48:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1bf09aac-3ef5-40f6-9763-abc30cf80300', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1bf09aac-3ef5-40f6-9763-abc30cf80300', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:48:02,607 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.041s 2021-07-21 00:48:02,607 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:48:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f668f7ff-e590-4b6e-89cd-5606e5847901', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f668f7ff-e590-4b6e-89cd-5606e5847901', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:48:03,657 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.042s 2021-07-21 00:48:03,657 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:48:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6c2f52b5-3997-4199-a367-0bcd967a934f', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6c2f52b5-3997-4199-a367-0bcd967a934f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:48:04,707 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.042s 2021-07-21 00:48:04,707 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:48:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-09346cef-f85d-4ec7-98db-fad4139aba0a', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-09346cef-f85d-4ec7-98db-fad4139aba0a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:48:05,756 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.041s 2021-07-21 00:48:05,756 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:48:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e1ad2bf9-8b3d-4fad-b2c7-c6fb6d7a23b0', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e1ad2bf9-8b3d-4fad-b2c7-c6fb6d7a23b0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:48:06,805 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.041s 2021-07-21 00:48:06,805 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:48:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f433bbba-f887-4cae-a3e5-49fa353a8c6b', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f433bbba-f887-4cae-a3e5-49fa353a8c6b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:48:07,857 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.042s 2021-07-21 00:48:07,857 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:48:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-463c7db8-f037-4407-a532-7f62964766cd', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-463c7db8-f037-4407-a532-7f62964766cd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:48:08,907 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.042s 2021-07-21 00:48:08,907 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:48:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8168681b-ff38-41f0-9bd8-ea9dad9e7033', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8168681b-ff38-41f0-9bd8-ea9dad9e7033', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:48:09,956 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.041s 2021-07-21 00:48:09,957 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:48:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-855c81d0-8f9d-459d-99bf-097108b523e4', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-855c81d0-8f9d-459d-99bf-097108b523e4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:48:11,007 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.042s 2021-07-21 00:48:11,007 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:48:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3b42fcef-b310-4e75-9816-d7ca583a382b', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3b42fcef-b310-4e75-9816-d7ca583a382b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:48:12,056 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.041s 2021-07-21 00:48:12,057 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:48:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-05512af3-4242-4a79-81b5-cf9f98229ac5', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-05512af3-4242-4a79-81b5-cf9f98229ac5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:48:13,107 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.042s 2021-07-21 00:48:13,107 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:48:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dd88759b-bc0d-44be-aecd-2165e6f2d4ce', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dd88759b-bc0d-44be-aecd-2165e6f2d4ce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:48:14,157 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.042s 2021-07-21 00:48:14,158 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:48:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6da5f0b3-7ef0-457d-8fe0-1264a4c8470b', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6da5f0b3-7ef0-457d-8fe0-1264a4c8470b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:48:15,206 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.042s 2021-07-21 00:48:15,207 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:48:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-92805120-59b8-4ca6-8c1f-b7eff21f8eea', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-92805120-59b8-4ca6-8c1f-b7eff21f8eea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:48:16,255 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.040s 2021-07-21 00:48:16,256 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:48:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-87c6aae4-5667-4ea2-a364-0a4518407cea', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-87c6aae4-5667-4ea2-a364-0a4518407cea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:48:17,306 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.042s 2021-07-21 00:48:17,307 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:48:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-84fecd48-1a9a-4e98-8990-8b7a41ac5a0a', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-84fecd48-1a9a-4e98-8990-8b7a41ac5a0a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:48:18,357 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.042s 2021-07-21 00:48:18,357 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:48:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-785f86dd-4117-4099-b5ea-7eff455f4140', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-785f86dd-4117-4099-b5ea-7eff455f4140', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:48:19,406 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.042s 2021-07-21 00:48:19,407 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:48:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fe813506-ff1f-4201-b679-9c612efd9881', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fe813506-ff1f-4201-b679-9c612efd9881', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:48:20,460 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.045s 2021-07-21 00:48:20,460 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:48:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fab0d34b-01ed-4cd8-b5e5-e702f65f68a7', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fab0d34b-01ed-4cd8-b5e5-e702f65f68a7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:48:21,509 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.041s 2021-07-21 00:48:21,509 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:48:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bbed81d4-5799-45c5-bc62-4a2474b2e168', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bbed81d4-5799-45c5-bc62-4a2474b2e168', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:48:22,560 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.041s 2021-07-21 00:48:22,560 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:48:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1b4f45b9-3a58-486d-ac6c-bb36a823684e', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1b4f45b9-3a58-486d-ac6c-bb36a823684e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:48:23,610 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.042s 2021-07-21 00:48:23,610 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:48:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-06ea8396-2243-4f08-80b5-bf505270df8e', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-06ea8396-2243-4f08-80b5-bf505270df8e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:48:24,660 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.042s 2021-07-21 00:48:24,660 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:48:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b8a16f36-9ede-4c62-91a1-4455d9a6acc8', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b8a16f36-9ede-4c62-91a1-4455d9a6acc8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:48:25,717 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.048s 2021-07-21 00:48:25,717 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:48:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-662c633e-d38d-40b8-8082-c02032de7669', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-662c633e-d38d-40b8-8082-c02032de7669', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:48:26,768 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.042s 2021-07-21 00:48:26,769 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:48:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ace3dd02-24b9-4bd0-8f5e-a73dad98e34e', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ace3dd02-24b9-4bd0-8f5e-a73dad98e34e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:48:27,819 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.042s 2021-07-21 00:48:27,819 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:48:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-147e7d34-eb22-418c-8145-859c8d529a35', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-147e7d34-eb22-418c-8145-859c8d529a35', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:48:28,869 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.042s 2021-07-21 00:48:28,870 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:48:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-58106343-471a-46f1-b7db-cda7f4bd6a56', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-58106343-471a-46f1-b7db-cda7f4bd6a56', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:48:29,921 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.043s 2021-07-21 00:48:29,921 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:48:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7b8c7b6d-c2c0-4783-9df5-f6ae0e9cf824', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7b8c7b6d-c2c0-4783-9df5-f6ae0e9cf824', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:48:30,970 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.042s 2021-07-21 00:48:30,970 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:48:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1619960b-f889-4231-834f-ff78765555a7', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1619960b-f889-4231-834f-ff78765555a7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:48:32,020 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.041s 2021-07-21 00:48:32,020 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:48:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-88c5b42b-38a8-4c1f-92e9-eaa69ded26e9', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-88c5b42b-38a8-4c1f-92e9-eaa69ded26e9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:48:33,077 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.048s 2021-07-21 00:48:33,077 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:48:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7ad3c97c-6b63-4c01-b921-0a65c9708bed', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7ad3c97c-6b63-4c01-b921-0a65c9708bed', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:48:34,126 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.042s 2021-07-21 00:48:34,126 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:48:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-05a20d40-cabf-4539-9f95-76ffa23588a1', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-05a20d40-cabf-4539-9f95-76ffa23588a1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:48:35,175 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.041s 2021-07-21 00:48:35,176 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:48:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d3ea2380-c279-4d70-9381-3d978560dbc3', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d3ea2380-c279-4d70-9381-3d978560dbc3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:48:36,226 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.042s 2021-07-21 00:48:36,226 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:48:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aa556f60-2cd3-48a7-acbb-07b451766b94', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aa556f60-2cd3-48a7-acbb-07b451766b94', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:48:37,277 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.043s 2021-07-21 00:48:37,277 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:48:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cc7b0cb3-d122-4692-9101-2090e2680f0c', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cc7b0cb3-d122-4692-9101-2090e2680f0c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:48:38,326 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.042s 2021-07-21 00:48:38,327 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:48:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b20cb8d3-3108-450d-8c69-61b09466e640', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b20cb8d3-3108-450d-8c69-61b09466e640', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:48:39,376 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.042s 2021-07-21 00:48:39,376 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:48:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b35f665c-5753-4ebf-9952-aa43d7f6db8f', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b35f665c-5753-4ebf-9952-aa43d7f6db8f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:48:40,427 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.043s 2021-07-21 00:48:40,427 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:48:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3ba88d8f-6989-4c00-9d0b-f7988bb0358c', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3ba88d8f-6989-4c00-9d0b-f7988bb0358c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:48:41,477 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.041s 2021-07-21 00:48:41,477 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:48:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f77d455d-fe06-4aef-9692-85563f0eb8d1', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f77d455d-fe06-4aef-9692-85563f0eb8d1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:48:42,527 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.042s 2021-07-21 00:48:42,527 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:48:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2216090e-9d01-40aa-b0cf-1c2a1a5f5abe', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2216090e-9d01-40aa-b0cf-1c2a1a5f5abe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:48:43,577 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.042s 2021-07-21 00:48:43,577 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:48:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-06e103df-27b1-4de3-b3d6-6bbf050c757f', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-06e103df-27b1-4de3-b3d6-6bbf050c757f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:48:44,627 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.042s 2021-07-21 00:48:44,627 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:48:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-70f2469b-d53c-48ff-9892-0f5bcb1b2c3c', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-70f2469b-d53c-48ff-9892-0f5bcb1b2c3c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:48:45,676 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.041s 2021-07-21 00:48:45,676 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:48:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1b7eabdd-e267-4ec7-8f28-eb59a24199e2', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1b7eabdd-e267-4ec7-8f28-eb59a24199e2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:48:46,726 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.041s 2021-07-21 00:48:46,726 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:48:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f563e110-08a5-4203-a70e-fcab836219e7', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f563e110-08a5-4203-a70e-fcab836219e7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:48:47,777 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.042s 2021-07-21 00:48:47,777 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:48:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-02eabd7d-e3c0-4502-bc98-e0ab41080f25', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-02eabd7d-e3c0-4502-bc98-e0ab41080f25', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:48:48,828 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.042s 2021-07-21 00:48:48,828 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:48:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1de54d25-7832-45a2-af38-07899713d031', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1de54d25-7832-45a2-af38-07899713d031', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:48:49,878 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.042s 2021-07-21 00:48:49,879 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:48:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e6fbb7a0-accd-463f-a109-1605539788d7', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e6fbb7a0-accd-463f-a109-1605539788d7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:48:50,929 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.042s 2021-07-21 00:48:50,929 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:48:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b40d75f7-c52c-407b-b668-b8ee7e762ccd', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b40d75f7-c52c-407b-b668-b8ee7e762ccd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:48:51,984 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.046s 2021-07-21 00:48:51,984 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:48:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-95339bfd-76f0-47e9-8de0-5c5207d5ef3f', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-95339bfd-76f0-47e9-8de0-5c5207d5ef3f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:48:53,034 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.042s 2021-07-21 00:48:53,034 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:48:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-395e6425-3c24-4ad0-a085-c775b3360269', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-395e6425-3c24-4ad0-a085-c775b3360269', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:48:54,083 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.040s 2021-07-21 00:48:54,083 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:48:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fb858b3e-92f1-4cec-906f-0a8e0b3f37a1', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fb858b3e-92f1-4cec-906f-0a8e0b3f37a1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:48:55,133 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.042s 2021-07-21 00:48:55,134 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:48:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3e02b366-5806-4d92-9724-e8cffca37520', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3e02b366-5806-4d92-9724-e8cffca37520', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:48:56,182 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.041s 2021-07-21 00:48:56,183 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:48:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-09bb3b0a-f7e4-400e-8b96-93920efbedf6', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-09bb3b0a-f7e4-400e-8b96-93920efbedf6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:48:57,232 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.041s 2021-07-21 00:48:57,232 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:48:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-548f93b6-7382-442c-ae77-55e0dd45863e', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-548f93b6-7382-442c-ae77-55e0dd45863e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:48:58,282 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.042s 2021-07-21 00:48:58,282 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:48:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-10e00f30-bd5c-4e2b-924a-083278ca9e28', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-10e00f30-bd5c-4e2b-924a-083278ca9e28', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:48:59,332 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.042s 2021-07-21 00:48:59,333 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:48:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4e750d5e-645a-4be9-8721-91eb8ba00059', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4e750d5e-645a-4be9-8721-91eb8ba00059', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:49:00,382 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.042s 2021-07-21 00:49:00,382 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:49:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-150abc86-8361-4096-be54-51f5d2eae3c8', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-150abc86-8361-4096-be54-51f5d2eae3c8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:49:01,433 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.041s 2021-07-21 00:49:01,433 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:49:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1d984d82-0b73-453f-8e5f-f377f17e1513', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1d984d82-0b73-453f-8e5f-f377f17e1513', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:49:02,482 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.041s 2021-07-21 00:49:02,482 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:49:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5ffd6e1e-7eba-4218-a699-7c541a0ad19e', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5ffd6e1e-7eba-4218-a699-7c541a0ad19e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:49:03,532 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.042s 2021-07-21 00:49:03,533 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:49:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-79c98c7a-6560-44be-b797-c72d7bb4adbe', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-79c98c7a-6560-44be-b797-c72d7bb4adbe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:49:04,582 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.041s 2021-07-21 00:49:04,582 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:49:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cf51cc49-dc84-4ee0-8132-b6f88ad46d34', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cf51cc49-dc84-4ee0-8132-b6f88ad46d34', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:49:05,632 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.041s 2021-07-21 00:49:05,632 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:49:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ef67c19f-cf6f-4b92-b3a9-9d911204ca16', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ef67c19f-cf6f-4b92-b3a9-9d911204ca16', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:49:06,681 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.041s 2021-07-21 00:49:06,682 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:49:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cf4d8664-dcfb-4aff-a200-ce9b15425c84', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cf4d8664-dcfb-4aff-a200-ce9b15425c84', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:49:07,731 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.041s 2021-07-21 00:49:07,731 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:49:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fa641fa2-a276-4172-b303-87db1d101355', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fa641fa2-a276-4172-b303-87db1d101355', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:49:08,782 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.043s 2021-07-21 00:49:08,783 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:49:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9f4aafd3-4b49-46ee-a60d-95beaa666de2', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9f4aafd3-4b49-46ee-a60d-95beaa666de2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:49:09,833 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.042s 2021-07-21 00:49:09,833 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:49:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-545a5112-2337-4bca-8e91-fbfc38acb63f', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-545a5112-2337-4bca-8e91-fbfc38acb63f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:49:10,882 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.041s 2021-07-21 00:49:10,882 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:49:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-48156810-8bdd-4fe3-82ab-4e96a77b8197', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-48156810-8bdd-4fe3-82ab-4e96a77b8197', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:49:11,931 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.041s 2021-07-21 00:49:11,932 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:49:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-be325fcd-391a-40e2-9632-5f3dd4a42bbc', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-be325fcd-391a-40e2-9632-5f3dd4a42bbc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:49:12,981 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.042s 2021-07-21 00:49:12,982 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:49:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2a289822-72e0-4ea5-9179-aac00a89cc1e', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2a289822-72e0-4ea5-9179-aac00a89cc1e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:49:14,032 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.042s 2021-07-21 00:49:14,032 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:49:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b9166963-843d-46ce-ab75-b815e57345cb', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b9166963-843d-46ce-ab75-b815e57345cb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:49:15,082 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.042s 2021-07-21 00:49:15,083 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:49:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f7318f32-fe0b-46a4-bb80-08531ac25ddc', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f7318f32-fe0b-46a4-bb80-08531ac25ddc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:49:16,130 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.040s 2021-07-21 00:49:16,131 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:49:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3a6d5910-368d-42b3-921a-1f037d566c2f', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3a6d5910-368d-42b3-921a-1f037d566c2f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:49:17,181 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.042s 2021-07-21 00:49:17,181 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:49:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aef73789-ddae-4759-ab8a-3122dbcb759e', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aef73789-ddae-4759-ab8a-3122dbcb759e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:49:18,231 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.041s 2021-07-21 00:49:18,231 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:49:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-309b2ab2-e2ca-43de-9606-1200b13d7930', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-309b2ab2-e2ca-43de-9606-1200b13d7930', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:49:19,280 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.041s 2021-07-21 00:49:19,281 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:49:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f32491c4-d6e2-413c-90b7-11967b3f461b', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f32491c4-d6e2-413c-90b7-11967b3f461b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:49:20,330 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.041s 2021-07-21 00:49:20,330 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:49:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9523bbbe-d97b-4817-8e34-cd2fd76ebd44', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9523bbbe-d97b-4817-8e34-cd2fd76ebd44', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:49:21,380 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.043s 2021-07-21 00:49:21,381 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:49:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-23f9f1f4-5909-4793-868f-b812d992c14b', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-23f9f1f4-5909-4793-868f-b812d992c14b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:49:22,430 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.041s 2021-07-21 00:49:22,431 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:49:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-30661a61-464a-430b-adbd-879452abe8ca', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-30661a61-464a-430b-adbd-879452abe8ca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:49:23,481 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.041s 2021-07-21 00:49:23,481 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:49:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-875d4647-ca4d-4c7c-a6a2-2fc07e1f75ff', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-875d4647-ca4d-4c7c-a6a2-2fc07e1f75ff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:49:24,530 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.041s 2021-07-21 00:49:24,531 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:49:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4c4d7b0b-a6c4-423a-a71b-1587cce27afd', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4c4d7b0b-a6c4-423a-a71b-1587cce27afd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:49:25,580 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.041s 2021-07-21 00:49:25,580 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:49:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-04f03bdc-08f6-49be-b4e8-0f2c265dbc08', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-04f03bdc-08f6-49be-b4e8-0f2c265dbc08', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:49:26,629 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.041s 2021-07-21 00:49:26,630 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:49:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b8d34b35-02e0-4745-b1c9-f1bc2c64f753', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b8d34b35-02e0-4745-b1c9-f1bc2c64f753', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:49:27,679 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.041s 2021-07-21 00:49:27,679 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:49:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-19902f53-75de-471f-b513-866f47da021a', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-19902f53-75de-471f-b513-866f47da021a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:49:28,729 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.041s 2021-07-21 00:49:28,730 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:49:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-976cb134-4f5e-4c78-ba87-2828506b0d1e', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-976cb134-4f5e-4c78-ba87-2828506b0d1e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:49:29,780 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.042s 2021-07-21 00:49:29,780 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:49:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c8f641c3-9e43-4272-b38d-3d4bc6b3b9dc', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c8f641c3-9e43-4272-b38d-3d4bc6b3b9dc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:49:30,829 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.041s 2021-07-21 00:49:30,830 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:49:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-241da04d-b8c3-491e-b806-199cc1c84b15', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-241da04d-b8c3-491e-b806-199cc1c84b15', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:49:31,879 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.040s 2021-07-21 00:49:31,879 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:49:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e5d5bab4-8518-4db9-b9a0-eb6c46fadee4', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e5d5bab4-8518-4db9-b9a0-eb6c46fadee4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:49:32,929 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.041s 2021-07-21 00:49:32,929 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:49:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bec9b91b-7d43-425f-b61e-09cd71008e66', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bec9b91b-7d43-425f-b61e-09cd71008e66', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:49:33,978 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.040s 2021-07-21 00:49:33,979 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:49:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4ee6e62c-8c2b-411a-91c3-985a03ed0cfc', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4ee6e62c-8c2b-411a-91c3-985a03ed0cfc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:49:35,030 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.043s 2021-07-21 00:49:35,030 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:49:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-11cdc1c2-3cea-4676-9ca4-22fa7dd61292', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-11cdc1c2-3cea-4676-9ca4-22fa7dd61292', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:49:36,079 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.041s 2021-07-21 00:49:36,079 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:49:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fe894582-a6ad-418c-8248-85cf4b9a6daf', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fe894582-a6ad-418c-8248-85cf4b9a6daf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:49:37,128 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.041s 2021-07-21 00:49:37,129 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:49:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-27796463-f569-47a4-ba89-c0750312f17f', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-27796463-f569-47a4-ba89-c0750312f17f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:49:38,179 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.042s 2021-07-21 00:49:38,179 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:49:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-21ca859c-8e26-4c3c-8512-1d75c7c925e7', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-21ca859c-8e26-4c3c-8512-1d75c7c925e7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:49:39,230 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.042s 2021-07-21 00:49:39,230 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:49:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2cefeea4-81fd-4c16-adf0-cd0c96659e86', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2cefeea4-81fd-4c16-adf0-cd0c96659e86', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:49:40,279 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.041s 2021-07-21 00:49:40,279 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:49:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5c50bc53-1a3a-459a-9506-dd5de37f1d95', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5c50bc53-1a3a-459a-9506-dd5de37f1d95', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:49:41,329 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.041s 2021-07-21 00:49:41,329 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:49:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-17b9769e-4366-49ba-9a47-909f6c34d158', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-17b9769e-4366-49ba-9a47-909f6c34d158', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:49:42,377 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.040s 2021-07-21 00:49:42,378 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:49:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f22d4de0-906d-4ac0-bf4d-ed76d680bed9', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f22d4de0-906d-4ac0-bf4d-ed76d680bed9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:49:43,429 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.043s 2021-07-21 00:49:43,429 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:49:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a57b975c-9611-46db-9bbb-c730f2b91400', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a57b975c-9611-46db-9bbb-c730f2b91400', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:49:44,479 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.041s 2021-07-21 00:49:44,479 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:49:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-274f3cbd-af09-4d39-b33b-6010ad9ceae4', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-274f3cbd-af09-4d39-b33b-6010ad9ceae4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:49:45,529 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.041s 2021-07-21 00:49:45,529 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:49:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f3a3e7ab-b890-4777-8ca8-7341fa3e40c1', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f3a3e7ab-b890-4777-8ca8-7341fa3e40c1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:49:46,578 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.041s 2021-07-21 00:49:46,578 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:49:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-08a765eb-9885-4ccf-914d-c01c99271173', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-08a765eb-9885-4ccf-914d-c01c99271173', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:49:47,631 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.045s 2021-07-21 00:49:47,631 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:49:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e34d0344-2564-4d38-b764-5c958f2688e4', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e34d0344-2564-4d38-b764-5c958f2688e4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:49:48,681 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.042s 2021-07-21 00:49:48,682 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:49:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bd7b404a-3c28-47fe-9371-83dad3392e86', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bd7b404a-3c28-47fe-9371-83dad3392e86', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:49:49,732 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.041s 2021-07-21 00:49:49,732 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:49:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e9e22edd-2274-4e46-8869-d091a355f730', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e9e22edd-2274-4e46-8869-d091a355f730', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:49:50,782 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.042s 2021-07-21 00:49:50,783 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:49:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-71490682-ff8d-4d5e-a818-38f99c81a018', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-71490682-ff8d-4d5e-a818-38f99c81a018', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:49:51,832 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.042s 2021-07-21 00:49:51,832 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:49:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d44dde76-c9d8-4943-8dd8-c549e3ef54ab', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d44dde76-c9d8-4943-8dd8-c549e3ef54ab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:49:52,881 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.040s 2021-07-21 00:49:52,882 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:49:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-80133839-c21a-48a6-a2b2-3123417923ea', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-80133839-c21a-48a6-a2b2-3123417923ea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:49:53,931 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.041s 2021-07-21 00:49:53,932 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:49:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d1bad7fd-c7f0-4ed9-904b-71d578eaf423', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d1bad7fd-c7f0-4ed9-904b-71d578eaf423', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:49:54,981 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.041s 2021-07-21 00:49:54,981 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:49:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c3dc238b-f014-4163-8a83-55d3edab8d63', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c3dc238b-f014-4163-8a83-55d3edab8d63', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:49:56,031 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.042s 2021-07-21 00:49:56,031 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:49:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f7dc90a5-b855-4f9d-9658-f3342bf9f658', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f7dc90a5-b855-4f9d-9658-f3342bf9f658', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:49:57,080 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.041s 2021-07-21 00:49:57,080 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:49:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c97ecba2-e52f-4a59-8a93-3aeb32205b72', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c97ecba2-e52f-4a59-8a93-3aeb32205b72', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:49:58,130 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.041s 2021-07-21 00:49:58,130 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:49:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ab10dcc8-a2da-477f-be28-4f5c6137ec37', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ab10dcc8-a2da-477f-be28-4f5c6137ec37', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:49:59,179 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.041s 2021-07-21 00:49:59,179 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:49:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-29e5443b-9daf-43a7-897d-82b35806e3be', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-29e5443b-9daf-43a7-897d-82b35806e3be', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:50:00,230 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.042s 2021-07-21 00:50:00,231 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:50:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c2f781ce-d436-44bd-84af-092a98d7b48f', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c2f781ce-d436-44bd-84af-092a98d7b48f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:50:01,285 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.046s 2021-07-21 00:50:01,285 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:50:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-995e9438-b4c4-43d6-a557-09a44d91520d', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-995e9438-b4c4-43d6-a557-09a44d91520d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:50:02,334 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.041s 2021-07-21 00:50:02,335 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:50:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-85f47293-c175-4c87-a976-539c7b17e988', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-85f47293-c175-4c87-a976-539c7b17e988', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:50:03,384 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.041s 2021-07-21 00:50:03,384 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:50:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-21e21c12-2095-46fb-b0d8-d615d4e6cf43', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-21e21c12-2095-46fb-b0d8-d615d4e6cf43', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:50:04,435 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.042s 2021-07-21 00:50:04,435 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:50:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0828673b-738f-44ec-a5db-ae05096834a1', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0828673b-738f-44ec-a5db-ae05096834a1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:50:05,484 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.041s 2021-07-21 00:50:05,484 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:50:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2d94ea97-0752-40ee-bcc1-11698a50fe40', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2d94ea97-0752-40ee-bcc1-11698a50fe40', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:50:06,534 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.042s 2021-07-21 00:50:06,534 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:50:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-114d4ce4-ec8b-494e-87c7-3c2c880e6fbf', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-114d4ce4-ec8b-494e-87c7-3c2c880e6fbf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:50:07,583 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.041s 2021-07-21 00:50:07,584 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:50:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d9653a60-7c05-44e9-929c-0554c28d8cb6', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d9653a60-7c05-44e9-929c-0554c28d8cb6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:50:08,633 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.042s 2021-07-21 00:50:08,634 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:50:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4753c2c4-2c7d-4bcf-9a1d-2b99a76e6a70', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4753c2c4-2c7d-4bcf-9a1d-2b99a76e6a70', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:50:09,682 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.040s 2021-07-21 00:50:09,683 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:50:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a548011b-551f-44fe-8f0b-f3df4eb55b7e', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a548011b-551f-44fe-8f0b-f3df4eb55b7e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:50:10,736 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.045s 2021-07-21 00:50:10,737 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:50:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-adbd3b2d-c09b-4863-864a-b7940dcecbbf', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-adbd3b2d-c09b-4863-864a-b7940dcecbbf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:50:11,787 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.042s 2021-07-21 00:50:11,787 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:50:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-83150b69-018c-445d-8288-0027309e8a7a', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-83150b69-018c-445d-8288-0027309e8a7a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' 2021-07-21 00:50:12,837 114913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_volume_from_snapshot_no_size): 200 GET http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937 0.042s 2021-07-21 00:50:12,837 114913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:50:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c1013790-1aa3-486b-856a-189ddd2ae7fa', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c1013790-1aa3-486b-856a-189ddd2ae7fa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937'} Body: b'{"volume": {"id": "da89c2a0-aa1e-4f12-a6e7-9165502f8937", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:44:12.000000", "updated_at": "2021-07-21T00:44:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1876951509", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/29973e77972d406caa7a5d453c78d7d6/volumes/da89c2a0-aa1e-4f12-a6e7-9165502f8937"}], "user_id": "eee64f43758146518effe7f505ec3486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29973e77972d406caa7a5d453c78d7d6"}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volumes_snapshots.py", line 175, in test_volume_from_snapshot_no_size self._create_volume_from_snapshot() File "/opt/stack/tempest/tempest/api/volume/test_volumes_snapshots.py", line 148, in _create_volume_from_snapshot src_vol = self.create_volume(size=src_size) File "/opt/stack/tempest/tempest/api/volume/base.py", line 129, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 312, in wait_for_volume_resource_status raise lib_exc.TimeoutException(message) tempest.lib.exceptions.TimeoutException: Request timed out Details: volume da89c2a0-aa1e-4f12-a6e7-9165502f8937 failed to reach available status (current creating) within the required time (360 s). |
||||||
tempest.scenario.test_minimum_basic.TestMinimumBasicScenario | 1 | 0 | 1 | 0 | 0 | Detail | |
test_minimum_basic_scenario[compute,id-bdbb5441-9204-419d-a225-b4fdbfb1a1a8,image,network,volume] |
fail
ft8.1: tempest.scenario.test_minimum_basic.TestMinimumBasicScenario.test_minimum_basic_scenario[compute,id-bdbb5441-9204-419d-a225-b4fdbfb1a1a8,image,network,volume]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2021-07-21 00:20:42,694 114907 DEBUG [tempest.scenario.manager] paths: img: /home/ubuntu/devstack/files/ubuntu-16.04-minimal-cloudimg-amd64-sync.vhdx, container_format: bare, disk_format: vhdx, properties: None 2021-07-21 00:20:43,891 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 201 POST http://10.222.0.30/image/v2/images 1.197s 2021-07-21 00:20:43,892 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"name": "tempest-scenario-img--349869151", "container_format": "bare", "disk_format": "vhdx", "visibility": "private"} Response - Headers: {'date': 'Wed, 21 Jul 2021 00:20:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '640', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/469a5eb3-b5fa-445a-92f2-b2ec180d6dbf', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-4a9c6a8a-3dc7-46c3-a5ca-ae99911a2dc6', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.30/image/v2/images'} Body: b'{"name": "tempest-scenario-img--349869151", "disk_format": "vhdx", "container_format": "bare", "visibility": "private", "size": null, "virtual_size": null, "status": "queued", "checksum": null, "protected": false, "min_ram": 0, "min_disk": 0, "owner": "253ee3b5746847e4bb94081aa45d8dc8", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "469a5eb3-b5fa-445a-92f2-b2ec180d6dbf", "created_at": "2021-07-21T00:20:44Z", "updated_at": "2021-07-21T00:20:44Z", "tags": [], "self": "/v2/images/469a5eb3-b5fa-445a-92f2-b2ec180d6dbf", "file": "/v2/images/469a5eb3-b5fa-445a-92f2-b2ec180d6dbf/file", "schema": "/v2/schemas/image"}' 2021-07-21 00:20:58,125 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 204 PUT http://10.222.0.30/image/v2/images/469a5eb3-b5fa-445a-92f2-b2ec180d6dbf/file 14.231s 2021-07-21 00:20:58,125 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': '<omitted>'} Body: <callable_iterator object at 0x7f96897f2820> Response - Headers: {'date': 'Wed, 21 Jul 2021 00:20:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-b34fd5e1-02d8-48f4-9e49-afda811c2234', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.30/image/v2/images/469a5eb3-b5fa-445a-92f2-b2ec180d6dbf/file'} Body: b'' 2021-07-21 00:20:58,125 114907 DEBUG [tempest.scenario.manager] image:469a5eb3-b5fa-445a-92f2-b2ec180d6dbf 2021-07-21 00:20:58,490 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 POST http://10.222.0.30/compute/v2.1/os-keypairs 0.364s 2021-07-21 00:20:58,490 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-TestMinimumBasicScenario-70325683"}} Response - Headers: {'date': 'Wed, 21 Jul 2021 00:20:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '2316', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-13fe5135-32d3-4056-ab37-981279b6eeb3', 'x-compute-request-id': 'req-13fe5135-32d3-4056-ab37-981279b6eeb3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"private_key": "-----BEGIN RSA PRIVATE KEY-----\\nMIIEogIBAAKCAQEAmuHFdqm1mo6uiSfp2Xpur5GePE1m4BcgPEt1p1F6Px8LKJpY\\n92cTNeakrDaDzMhzqoxhFCBiIf8dT6Le4gLi1E0IePoMxN795ehL1m9Lhxo7U2+Q\\n9qLp7hWxwfwOZ41tljvfowtPMIROJQXzTUnw5zfr/+rHYhcLLSxTzUbS7CvFs+1Y\\nvsSIip1Zt4uZJ9S+Jf8rB3IASy4ANy7zhXPrLSFJbS4gFUzkb90Bc+f6y7P4PAtn\\n5exHcq8k3mkwpoZay43pbiUPhtXpB6OO1WBLnQYBQfAJ4oIRON0AK5WLJRv86Z81\\n4g0YogVs4gfko/OnBL7HBlIDHBFA23NosPcSQQIDAQABAoIBAFCB3vSpjp6CYDMn\\nLiU/wN0+IjRSP5FoM/djegq5DYRWDKTUZj5js9amxx5FUAlYgNc8FRIzKw9k3sWQ\\nca6ltWaJjEfmIlELYIrrTtBuFaJqfkAGlCG/2T1KxZWCAbLODxKymLLVpBoiC8Su\\n7SNVtgVaSjBCx9UzCTo3+m+Pyv+7if2WXCX8QMpwoQL4rpES0dTqD/8yCXIJ9E0M\\nx47SQdEWWl7AJm/Z0wg8U9B6IAgjfTyAzS6wqfp0lV2ue1pzw46d3bma5IDDJk+x\\nx3OBMuxtNF7f3EFhGGPC/4syA4Hzv/MxEJXs9sOB+lTfZcawMf6ypAdncOsnlpHs\\nfyg34ckCgYEAy9zFI0VIK/RMw4k5DK7iqiKKfd611Je2ql6gzb6O2rLgaNv+8Blb\\nHsh7HFP8mMkQqZ/peVFEdFabN3d55khYHggNoIKSmx8N4JGoS2TfjwT7y9EcJ6RV\\nZUtqmJZ/MQ4AjiRBpmT9h/wnNS3nwUyEubItSHZn/BmLJkrbVcWdmvcCgYEAwn4p\\n9E2r3VNv7XYL1nNBBamE5s2rjuGRDGsldiS57Kq1LkMZ9OcQ941EBAUEUC7jiJB0\\nSCGTH7E+LVI5mrWZhNfPfQ/hCz7btr0CzLnEfLSnxgpWuTAFfbR1hV6jYoWru6us\\nE7oZfpQoVHqfx6zRJAI65zK/1jRAzdtvBRJX9ocCgYBymWt0tVip5M5WSUh5ucIP\\nlBU4Rr7+gD6eLU3F+u5BQLboG2uHuyk+98JFHW1s0fJ8+Dj+CtIpeBoPJymua1Kl\\npy9J4LzbWKyrZhYuM8l8k3ecjrN+EWIz7B5DIq7je5SSUw1YpYLkM7oyqdiTEBm4\\nbdII3w77Z7ySTRhZchpz5wKBgGM3KP/Pf5TwM3DXf0JumQTibUGwOYwx1WSYZAvY\\nwF/S1Yo8AMnF9gnSrpe+V2zv/nJz/l2tgvfv2uATyf76FM6HqPkLWKn77ulRklQN\\nkAZtwghszcC6lpKBtFHM7VwdBHZAJRALJ2ZC/i/aPhgGOMo9uP6oDOSg004wWnoj\\n2WuRAoGAW7Rt2oo0ZHyMnANcZ07grlT5fxydmYVXeaLj9re0a/MvOhQabSWsFjNQ\\nrbtBIj6NCwB0ZN1WZAWXvQIXGNgv9c91cVXh3j5qI7kYkXlq9jjuOdDT16VBXU1J\\nAM6q042kFwmYC9a0QbuDyGcM3y9DO96fa1PvKkyxCXDoCSh0ghM=\\n-----END RSA PRIVATE KEY-----\\n", "name": "tempest-TestMinimumBasicScenario-70325683", "public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCa4cV2qbWajq6JJ+nZem6vkZ48TWbgFyA8S3WnUXo/Hwsomlj3ZxM15qSsNoPMyHOqjGEUIGIh/x1Pot7iAuLUTQh4+gzE3v3l6EvWb0uHGjtTb5D2ounuFbHB/A5njW2WO9+jC08whE4lBfNNSfDnN+v/6sdiFwstLFPNRtLsK8Wz7Vi+xIiKnVm3i5kn1L4l/ysHcgBLLgA3LvOFc+stIUltLiAVTORv3QFz5/rLs/g8C2fl7EdyryTeaTCmhlrLjeluJQ+G1ekHo47VYEudBgFB8AnighE43QArlYslG/zpnzXiDRiiBWziB+Sj86cEvscGUgMcEUDbc2iw9xJB Generated-by-Nova", "fingerprint": "cf:9e:19:de:48:cb:11:97:40:e4:ce:de:33:dd:b2:66", "user_id": "c71d53d654fa44078576aa88ed743d70"}}' 2021-07-21 00:20:58,573 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 201 POST http://10.222.0.30/identity/v3/auth/tokens 0.076s 2021-07-21 00:20:58,574 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Wed, 21 Jul 2021 00:20:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3405', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-b5d43e17-5136-4ea3-b465-0f22cd12354d', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.30/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "c71d53d654fa44078576aa88ed743d70", "name": "tempest-TestMinimumBasicScenario-1643582577-project", "password_expires_at": null}, "audit_ids": ["8y43StW3ShuhoQ_6NOqqIg"], "expires_at": "2021-07-21T01:20:58.000000Z", "issued_at": "2021-07-21T00:20:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "253ee3b5746847e4bb94081aa45d8dc8", "name": "tempest-TestMinimumBasicScenario-1643582577"}, "is_domain": false, "roles": [{"id": "d5a7fd48e59c40608d722d38315ccd08", "name": "member"}, {"id": "73e4b38f90334c5db5ebb59eca3ab9fe", "name": "reader"}], "catalog": [{"endpoints": [{"id": "9b9dddfdb905487f9e499897d7340e3b", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8", "region": "RegionOne"}], "id": "096c5a4c0e2c42c189cc4cd9ca598648", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "467d30d3354d47768e663c974281ac90", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.30/compute/v2.1", "region": "RegionOne"}], "id": "36eee5eb953149f6991f287efa9705fb", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "3dc7176e8ddd4f57b39c55eee7a8c1ad", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8", "region": "RegionOne"}], "id": "38558e6a5b6248a390c84384461a3834", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "7718e257b8ec491dba876fa6aa03f142", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.30/identity", "region": "RegionOne"}, {"id": "ebd0f3fd9622468daf90a09376333f1b", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.30/identity", "region": "RegionOne"}], "id": "3b0b663d518f491c91a364dd7959b99d", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "4dc4df10c0774a4ebe0791c364a13a2c", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.30/image", "region": "RegionOne"}], "id": "770241ee1d3b453c94cd43ca71252f6f", "type": "image", "name": "glance"}, {"endpoints": [{"id": "124af9acca3b422a954ded510b40780a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.30:9696/", "region": "RegionOne"}], "id": "9bb0e4faab7d41c4a5ae2ba7cf3c2169", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "26325bbfbf25449d99ccf2d7f35ce51e", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.30/compute/v2/253ee3b5746847e4bb94081aa45d8dc8", "region": "RegionOne"}], "id": "d0d4d685b4f844f09c95b8725a50e508", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "8866b53622e24147b73c36f11cca1b1b", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.30/placement", "region": "RegionOne"}], "id": "d9597099c0344078a370ca29d64e1b93", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "5a2de297eccc49489141dd021cd307b0", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.30:8080", "region": "RegionOne"}, {"id": "db3be857c31d47aa8c1968ea10432ed2", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.30:8080/v1/AUTH_253ee3b5746847e4bb94081aa45d8dc8", "region": "RegionOne"}], "id": "f51a83832ddc465abf887bc4365cec44", "type": "object-store", "name": "swift"}]}}' 2021-07-21 00:20:58,575 114907 INFO [tempest.lib.common.fixed_network] (TestMinimumBasicScenario:test_minimum_basic_scenario) Found network {'id': 'b363523f-29c5-416a-891c-4e3f66417477', 'name': 'tempest-TestMinimumBasicScenario-595891135-network', 'tenant_id': '253ee3b5746847e4bb94081aa45d8dc8', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '253ee3b5746847e4bb94081aa45d8dc8', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 215, 'availability_zone_hints': [], 'is_default': False, 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2021-07-21T00:20:26Z', 'updated_at': '2021-07-21T00:20:27Z', 'revision_number': 1} available for tenant 2021-07-21 00:20:59,144 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 202 POST http://10.222.0.30/compute/v2.1/servers 0.569s 2021-07-21 00:20:59,145 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"server": {"name": "tempest-TestMinimumBasicScenario-server-1581322073", "imageRef": "469a5eb3-b5fa-445a-92f2-b2ec180d6dbf", "flavorRef": "452", "key_name": "tempest-TestMinimumBasicScenario-70325683", "networks": [{"uuid": "b363523f-29c5-416a-891c-4e3f66417477"}]}} Response - Headers: {'date': 'Wed, 21 Jul 2021 00:20:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '380', 'location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-be6cc0db-88f6-4f22-8443-cee4ede9d9b4', 'x-compute-request-id': 'req-be6cc0db-88f6-4f22-8443-cee4ede9d9b4', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.30/compute/v2.1/servers'} Body: b'{"server": {"id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "7AimdfUWucsq"}}' 2021-07-21 00:20:59,258 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048 0.111s 2021-07-21 00:20:59,258 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:20:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1257', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-03f61b41-3152-4b47-83fa-4939f886c5a1', 'x-compute-request-id': 'req-03f61b41-3152-4b47-83fa-4939f886c5a1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048'} Body: b'{"server": {"id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "name": "tempest-TestMinimumBasicScenario-server-1581322073", "status": "BUILD", "tenant_id": "253ee3b5746847e4bb94081aa45d8dc8", "user_id": "c71d53d654fa44078576aa88ed743d70", "metadata": {}, "hostId": "", "image": {"id": "469a5eb3-b5fa-445a-92f2-b2ec180d6dbf", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/469a5eb3-b5fa-445a-92f2-b2ec180d6dbf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:20:59Z", "updated": "2021-07-21T00:20:59Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-70325683", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2021-07-21 00:21:00,367 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048 0.099s 2021-07-21 00:21:00,367 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:21:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1261', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-086717e9-fb48-4006-991e-6babe9f239e9', 'x-compute-request-id': 'req-086717e9-fb48-4006-991e-6babe9f239e9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048'} Body: b'{"server": {"id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "name": "tempest-TestMinimumBasicScenario-server-1581322073", "status": "BUILD", "tenant_id": "253ee3b5746847e4bb94081aa45d8dc8", "user_id": "c71d53d654fa44078576aa88ed743d70", "metadata": {}, "hostId": "", "image": {"id": "469a5eb3-b5fa-445a-92f2-b2ec180d6dbf", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/469a5eb3-b5fa-445a-92f2-b2ec180d6dbf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:20:59Z", "updated": "2021-07-21T00:21:00Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-70325683", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2021-07-21 00:21:01,485 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048 0.109s 2021-07-21 00:21:01,486 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:21:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1261', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-286e7a7a-a3c0-4135-a6e2-703ff3024bcb', 'x-compute-request-id': 'req-286e7a7a-a3c0-4135-a6e2-703ff3024bcb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048'} Body: b'{"server": {"id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "name": "tempest-TestMinimumBasicScenario-server-1581322073", "status": "BUILD", "tenant_id": "253ee3b5746847e4bb94081aa45d8dc8", "user_id": "c71d53d654fa44078576aa88ed743d70", "metadata": {}, "hostId": "", "image": {"id": "469a5eb3-b5fa-445a-92f2-b2ec180d6dbf", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/469a5eb3-b5fa-445a-92f2-b2ec180d6dbf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:20:59Z", "updated": "2021-07-21T00:21:01Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-70325683", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2021-07-21 00:21:02,589 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048 0.095s 2021-07-21 00:21:02,590 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:21:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1261', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ef50dce2-c799-4345-9321-e9f4f80543ad', 'x-compute-request-id': 'req-ef50dce2-c799-4345-9321-e9f4f80543ad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048'} Body: b'{"server": {"id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "name": "tempest-TestMinimumBasicScenario-server-1581322073", "status": "BUILD", "tenant_id": "253ee3b5746847e4bb94081aa45d8dc8", "user_id": "c71d53d654fa44078576aa88ed743d70", "metadata": {}, "hostId": "", "image": {"id": "469a5eb3-b5fa-445a-92f2-b2ec180d6dbf", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/469a5eb3-b5fa-445a-92f2-b2ec180d6dbf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:20:59Z", "updated": "2021-07-21T00:21:02Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-70325683", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2021-07-21 00:21:03,687 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048 0.088s 2021-07-21 00:21:03,688 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:21:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1261', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b8012243-7fa8-4543-b02d-cb1b1fcc06ca', 'x-compute-request-id': 'req-b8012243-7fa8-4543-b02d-cb1b1fcc06ca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048'} Body: b'{"server": {"id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "name": "tempest-TestMinimumBasicScenario-server-1581322073", "status": "BUILD", "tenant_id": "253ee3b5746847e4bb94081aa45d8dc8", "user_id": "c71d53d654fa44078576aa88ed743d70", "metadata": {}, "hostId": "", "image": {"id": "469a5eb3-b5fa-445a-92f2-b2ec180d6dbf", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/469a5eb3-b5fa-445a-92f2-b2ec180d6dbf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:20:59Z", "updated": "2021-07-21T00:21:03Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-70325683", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2021-07-21 00:21:04,785 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048 0.088s 2021-07-21 00:21:04,786 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:21:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1261', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ae9ac00f-276d-43ad-8471-4d3715ff10df', 'x-compute-request-id': 'req-ae9ac00f-276d-43ad-8471-4d3715ff10df', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048'} Body: b'{"server": {"id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "name": "tempest-TestMinimumBasicScenario-server-1581322073", "status": "BUILD", "tenant_id": "253ee3b5746847e4bb94081aa45d8dc8", "user_id": "c71d53d654fa44078576aa88ed743d70", "metadata": {}, "hostId": "", "image": {"id": "469a5eb3-b5fa-445a-92f2-b2ec180d6dbf", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/469a5eb3-b5fa-445a-92f2-b2ec180d6dbf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:20:59Z", "updated": "2021-07-21T00:21:04Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-70325683", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2021-07-21 00:21:05,920 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048 0.126s 2021-07-21 00:21:05,921 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:21:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1261', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6b65f13f-6722-4b3c-97b8-1fef1c3a1808', 'x-compute-request-id': 'req-6b65f13f-6722-4b3c-97b8-1fef1c3a1808', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048'} Body: b'{"server": {"id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "name": "tempest-TestMinimumBasicScenario-server-1581322073", "status": "BUILD", "tenant_id": "253ee3b5746847e4bb94081aa45d8dc8", "user_id": "c71d53d654fa44078576aa88ed743d70", "metadata": {}, "hostId": "", "image": {"id": "469a5eb3-b5fa-445a-92f2-b2ec180d6dbf", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/469a5eb3-b5fa-445a-92f2-b2ec180d6dbf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:20:59Z", "updated": "2021-07-21T00:21:05Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-70325683", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2021-07-21 00:21:07,023 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048 0.094s 2021-07-21 00:21:07,024 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:21:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1261', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-888615ee-ba82-46a5-81bd-64edd1bd51f8', 'x-compute-request-id': 'req-888615ee-ba82-46a5-81bd-64edd1bd51f8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048'} Body: b'{"server": {"id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "name": "tempest-TestMinimumBasicScenario-server-1581322073", "status": "BUILD", "tenant_id": "253ee3b5746847e4bb94081aa45d8dc8", "user_id": "c71d53d654fa44078576aa88ed743d70", "metadata": {}, "hostId": "", "image": {"id": "469a5eb3-b5fa-445a-92f2-b2ec180d6dbf", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/469a5eb3-b5fa-445a-92f2-b2ec180d6dbf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:20:59Z", "updated": "2021-07-21T00:21:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-70325683", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2021-07-21 00:21:08,133 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048 0.101s 2021-07-21 00:21:08,133 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:21:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1309', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e3fddba1-0e70-48ae-932e-78a991ba3ab2', 'x-compute-request-id': 'req-e3fddba1-0e70-48ae-932e-78a991ba3ab2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048'} Body: b'{"server": {"id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "name": "tempest-TestMinimumBasicScenario-server-1581322073", "status": "BUILD", "tenant_id": "253ee3b5746847e4bb94081aa45d8dc8", "user_id": "c71d53d654fa44078576aa88ed743d70", "metadata": {}, "hostId": "c5f86765323fcb4a910a897e78f13d3bd49be51a03cd5a58e854d2c5", "image": {"id": "469a5eb3-b5fa-445a-92f2-b2ec180d6dbf", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/469a5eb3-b5fa-445a-92f2-b2ec180d6dbf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:20:59Z", "updated": "2021-07-21T00:21:08Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-70325683", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2021-07-21 00:21:08,140 114907 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 9 second wait 2021-07-21 00:21:09,525 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048 0.383s 2021-07-21 00:21:09,525 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:21:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1357', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6181c424-87e1-4142-b6f3-88b352d62784', 'x-compute-request-id': 'req-6181c424-87e1-4142-b6f3-88b352d62784', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048'} Body: b'{"server": {"id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "name": "tempest-TestMinimumBasicScenario-server-1581322073", "status": "BUILD", "tenant_id": "253ee3b5746847e4bb94081aa45d8dc8", "user_id": "c71d53d654fa44078576aa88ed743d70", "metadata": {}, "hostId": "c5f86765323fcb4a910a897e78f13d3bd49be51a03cd5a58e854d2c5", "image": {"id": "469a5eb3-b5fa-445a-92f2-b2ec180d6dbf", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/469a5eb3-b5fa-445a-92f2-b2ec180d6dbf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:20:59Z", "updated": "2021-07-21T00:21:09Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-70325683", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2021-07-21 00:21:09,532 114907 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/spawning" after 10 second wait 2021-07-21 00:21:10,701 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048 0.167s 2021-07-21 00:21:10,701 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:21:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1357', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7a802b4b-cb51-4db8-9fc5-b97d0836820a', 'x-compute-request-id': 'req-7a802b4b-cb51-4db8-9fc5-b97d0836820a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048'} Body: b'{"server": {"id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "name": "tempest-TestMinimumBasicScenario-server-1581322073", "status": "BUILD", "tenant_id": "253ee3b5746847e4bb94081aa45d8dc8", "user_id": "c71d53d654fa44078576aa88ed743d70", "metadata": {}, "hostId": "c5f86765323fcb4a910a897e78f13d3bd49be51a03cd5a58e854d2c5", "image": {"id": "469a5eb3-b5fa-445a-92f2-b2ec180d6dbf", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/469a5eb3-b5fa-445a-92f2-b2ec180d6dbf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:20:59Z", "updated": "2021-07-21T00:21:09Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-70325683", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2021-07-21 00:21:11,871 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048 0.161s 2021-07-21 00:21:11,871 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:21:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1357', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4aff90c3-04b6-48d2-9c3e-f3461fdd8739', 'x-compute-request-id': 'req-4aff90c3-04b6-48d2-9c3e-f3461fdd8739', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048'} Body: b'{"server": {"id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "name": "tempest-TestMinimumBasicScenario-server-1581322073", "status": "BUILD", "tenant_id": "253ee3b5746847e4bb94081aa45d8dc8", "user_id": "c71d53d654fa44078576aa88ed743d70", "metadata": {}, "hostId": "c5f86765323fcb4a910a897e78f13d3bd49be51a03cd5a58e854d2c5", "image": {"id": "469a5eb3-b5fa-445a-92f2-b2ec180d6dbf", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/469a5eb3-b5fa-445a-92f2-b2ec180d6dbf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:20:59Z", "updated": "2021-07-21T00:21:09Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-70325683", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2021-07-21 00:21:13,050 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048 0.170s 2021-07-21 00:21:13,050 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:21:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1357', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dd0cfb2b-6fb3-4395-b418-4ef28abb0d0e', 'x-compute-request-id': 'req-dd0cfb2b-6fb3-4395-b418-4ef28abb0d0e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048'} Body: b'{"server": {"id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "name": "tempest-TestMinimumBasicScenario-server-1581322073", "status": "BUILD", "tenant_id": "253ee3b5746847e4bb94081aa45d8dc8", "user_id": "c71d53d654fa44078576aa88ed743d70", "metadata": {}, "hostId": "c5f86765323fcb4a910a897e78f13d3bd49be51a03cd5a58e854d2c5", "image": {"id": "469a5eb3-b5fa-445a-92f2-b2ec180d6dbf", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/469a5eb3-b5fa-445a-92f2-b2ec180d6dbf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:20:59Z", "updated": "2021-07-21T00:21:09Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-70325683", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2021-07-21 00:21:14,310 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048 0.251s 2021-07-21 00:21:14,310 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:21:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1357', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1e6b10ec-1873-42ef-900e-5df56398df53', 'x-compute-request-id': 'req-1e6b10ec-1873-42ef-900e-5df56398df53', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048'} Body: b'{"server": {"id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "name": "tempest-TestMinimumBasicScenario-server-1581322073", "status": "BUILD", "tenant_id": "253ee3b5746847e4bb94081aa45d8dc8", "user_id": "c71d53d654fa44078576aa88ed743d70", "metadata": {}, "hostId": "c5f86765323fcb4a910a897e78f13d3bd49be51a03cd5a58e854d2c5", "image": {"id": "469a5eb3-b5fa-445a-92f2-b2ec180d6dbf", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/469a5eb3-b5fa-445a-92f2-b2ec180d6dbf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:20:59Z", "updated": "2021-07-21T00:21:09Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-70325683", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2021-07-21 00:21:15,504 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048 0.185s 2021-07-21 00:21:15,504 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:21:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1357', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cbbcfe73-45f3-45c2-b6d8-1b8ac83aa1ff', 'x-compute-request-id': 'req-cbbcfe73-45f3-45c2-b6d8-1b8ac83aa1ff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048'} Body: b'{"server": {"id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "name": "tempest-TestMinimumBasicScenario-server-1581322073", "status": "BUILD", "tenant_id": "253ee3b5746847e4bb94081aa45d8dc8", "user_id": "c71d53d654fa44078576aa88ed743d70", "metadata": {}, "hostId": "c5f86765323fcb4a910a897e78f13d3bd49be51a03cd5a58e854d2c5", "image": {"id": "469a5eb3-b5fa-445a-92f2-b2ec180d6dbf", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/469a5eb3-b5fa-445a-92f2-b2ec180d6dbf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:20:59Z", "updated": "2021-07-21T00:21:09Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-70325683", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2021-07-21 00:21:16,675 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048 0.163s 2021-07-21 00:21:16,675 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:21:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1357', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0b003db9-763f-4878-9873-87f025b61976', 'x-compute-request-id': 'req-0b003db9-763f-4878-9873-87f025b61976', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048'} Body: b'{"server": {"id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "name": "tempest-TestMinimumBasicScenario-server-1581322073", "status": "BUILD", "tenant_id": "253ee3b5746847e4bb94081aa45d8dc8", "user_id": "c71d53d654fa44078576aa88ed743d70", "metadata": {}, "hostId": "c5f86765323fcb4a910a897e78f13d3bd49be51a03cd5a58e854d2c5", "image": {"id": "469a5eb3-b5fa-445a-92f2-b2ec180d6dbf", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/469a5eb3-b5fa-445a-92f2-b2ec180d6dbf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:20:59Z", "updated": "2021-07-21T00:21:09Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-70325683", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2021-07-21 00:21:17,844 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048 0.160s 2021-07-21 00:21:17,844 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:21:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1357', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-17b86fbd-e20f-4d77-9690-d6a0f9de5491', 'x-compute-request-id': 'req-17b86fbd-e20f-4d77-9690-d6a0f9de5491', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048'} Body: b'{"server": {"id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "name": "tempest-TestMinimumBasicScenario-server-1581322073", "status": "BUILD", "tenant_id": "253ee3b5746847e4bb94081aa45d8dc8", "user_id": "c71d53d654fa44078576aa88ed743d70", "metadata": {}, "hostId": "c5f86765323fcb4a910a897e78f13d3bd49be51a03cd5a58e854d2c5", "image": {"id": "469a5eb3-b5fa-445a-92f2-b2ec180d6dbf", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/469a5eb3-b5fa-445a-92f2-b2ec180d6dbf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:20:59Z", "updated": "2021-07-21T00:21:09Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-70325683", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2021-07-21 00:21:19,017 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048 0.165s 2021-07-21 00:21:19,018 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:21:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1357', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6b9ceb92-c741-47c2-937c-e3f97ab75aa7', 'x-compute-request-id': 'req-6b9ceb92-c741-47c2-937c-e3f97ab75aa7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048'} Body: b'{"server": {"id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "name": "tempest-TestMinimumBasicScenario-server-1581322073", "status": "BUILD", "tenant_id": "253ee3b5746847e4bb94081aa45d8dc8", "user_id": "c71d53d654fa44078576aa88ed743d70", "metadata": {}, "hostId": "c5f86765323fcb4a910a897e78f13d3bd49be51a03cd5a58e854d2c5", "image": {"id": "469a5eb3-b5fa-445a-92f2-b2ec180d6dbf", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/469a5eb3-b5fa-445a-92f2-b2ec180d6dbf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:20:59Z", "updated": "2021-07-21T00:21:09Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-70325683", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2021-07-21 00:21:20,213 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048 0.187s 2021-07-21 00:21:20,214 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:21:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1357', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6b9f45b6-bd7c-4bf0-a3ed-5ae8a474a460', 'x-compute-request-id': 'req-6b9f45b6-bd7c-4bf0-a3ed-5ae8a474a460', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048'} Body: b'{"server": {"id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "name": "tempest-TestMinimumBasicScenario-server-1581322073", "status": "BUILD", "tenant_id": "253ee3b5746847e4bb94081aa45d8dc8", "user_id": "c71d53d654fa44078576aa88ed743d70", "metadata": {}, "hostId": "c5f86765323fcb4a910a897e78f13d3bd49be51a03cd5a58e854d2c5", "image": {"id": "469a5eb3-b5fa-445a-92f2-b2ec180d6dbf", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/469a5eb3-b5fa-445a-92f2-b2ec180d6dbf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:20:59Z", "updated": "2021-07-21T00:21:09Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-70325683", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2021-07-21 00:21:21,376 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048 0.154s 2021-07-21 00:21:21,377 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:21:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1357', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2c7b4850-436c-45cd-8b1c-2b716ff661e7', 'x-compute-request-id': 'req-2c7b4850-436c-45cd-8b1c-2b716ff661e7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048'} Body: b'{"server": {"id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "name": "tempest-TestMinimumBasicScenario-server-1581322073", "status": "BUILD", "tenant_id": "253ee3b5746847e4bb94081aa45d8dc8", "user_id": "c71d53d654fa44078576aa88ed743d70", "metadata": {}, "hostId": "c5f86765323fcb4a910a897e78f13d3bd49be51a03cd5a58e854d2c5", "image": {"id": "469a5eb3-b5fa-445a-92f2-b2ec180d6dbf", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/469a5eb3-b5fa-445a-92f2-b2ec180d6dbf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:20:59Z", "updated": "2021-07-21T00:21:09Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-70325683", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2021-07-21 00:21:22,541 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048 0.157s 2021-07-21 00:21:22,542 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:21:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1357', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3fd80502-6a42-4954-8a14-bc872ed943c0', 'x-compute-request-id': 'req-3fd80502-6a42-4954-8a14-bc872ed943c0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048'} Body: b'{"server": {"id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "name": "tempest-TestMinimumBasicScenario-server-1581322073", "status": "BUILD", "tenant_id": "253ee3b5746847e4bb94081aa45d8dc8", "user_id": "c71d53d654fa44078576aa88ed743d70", "metadata": {}, "hostId": "c5f86765323fcb4a910a897e78f13d3bd49be51a03cd5a58e854d2c5", "image": {"id": "469a5eb3-b5fa-445a-92f2-b2ec180d6dbf", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/469a5eb3-b5fa-445a-92f2-b2ec180d6dbf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:20:59Z", "updated": "2021-07-21T00:21:09Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-70325683", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2021-07-21 00:21:23,757 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048 0.206s 2021-07-21 00:21:23,757 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:21:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1357', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-01c682c8-987c-4fd5-8885-f0fdb7245803', 'x-compute-request-id': 'req-01c682c8-987c-4fd5-8885-f0fdb7245803', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048'} Body: b'{"server": {"id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "name": "tempest-TestMinimumBasicScenario-server-1581322073", "status": "BUILD", "tenant_id": "253ee3b5746847e4bb94081aa45d8dc8", "user_id": "c71d53d654fa44078576aa88ed743d70", "metadata": {}, "hostId": "c5f86765323fcb4a910a897e78f13d3bd49be51a03cd5a58e854d2c5", "image": {"id": "469a5eb3-b5fa-445a-92f2-b2ec180d6dbf", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/469a5eb3-b5fa-445a-92f2-b2ec180d6dbf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:20:59Z", "updated": "2021-07-21T00:21:09Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-70325683", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2021-07-21 00:21:24,917 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048 0.152s 2021-07-21 00:21:24,918 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:21:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1357', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-10e84809-8518-4f74-b0f8-fe3e0e277050', 'x-compute-request-id': 'req-10e84809-8518-4f74-b0f8-fe3e0e277050', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048'} Body: b'{"server": {"id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "name": "tempest-TestMinimumBasicScenario-server-1581322073", "status": "BUILD", "tenant_id": "253ee3b5746847e4bb94081aa45d8dc8", "user_id": "c71d53d654fa44078576aa88ed743d70", "metadata": {}, "hostId": "c5f86765323fcb4a910a897e78f13d3bd49be51a03cd5a58e854d2c5", "image": {"id": "469a5eb3-b5fa-445a-92f2-b2ec180d6dbf", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/469a5eb3-b5fa-445a-92f2-b2ec180d6dbf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:20:59Z", "updated": "2021-07-21T00:21:09Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-70325683", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2021-07-21 00:21:26,085 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048 0.158s 2021-07-21 00:21:26,085 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:21:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1357', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0193a26b-905c-4eae-997a-a7a1d366bc0e', 'x-compute-request-id': 'req-0193a26b-905c-4eae-997a-a7a1d366bc0e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048'} Body: b'{"server": {"id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "name": "tempest-TestMinimumBasicScenario-server-1581322073", "status": "BUILD", "tenant_id": "253ee3b5746847e4bb94081aa45d8dc8", "user_id": "c71d53d654fa44078576aa88ed743d70", "metadata": {}, "hostId": "c5f86765323fcb4a910a897e78f13d3bd49be51a03cd5a58e854d2c5", "image": {"id": "469a5eb3-b5fa-445a-92f2-b2ec180d6dbf", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/469a5eb3-b5fa-445a-92f2-b2ec180d6dbf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:20:59Z", "updated": "2021-07-21T00:21:09Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-70325683", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2021-07-21 00:21:27,334 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048 0.241s 2021-07-21 00:21:27,334 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:21:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1357', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-08129383-d0a0-45ac-9925-ba39670a3828', 'x-compute-request-id': 'req-08129383-d0a0-45ac-9925-ba39670a3828', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048'} Body: b'{"server": {"id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "name": "tempest-TestMinimumBasicScenario-server-1581322073", "status": "BUILD", "tenant_id": "253ee3b5746847e4bb94081aa45d8dc8", "user_id": "c71d53d654fa44078576aa88ed743d70", "metadata": {}, "hostId": "c5f86765323fcb4a910a897e78f13d3bd49be51a03cd5a58e854d2c5", "image": {"id": "469a5eb3-b5fa-445a-92f2-b2ec180d6dbf", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/469a5eb3-b5fa-445a-92f2-b2ec180d6dbf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:20:59Z", "updated": "2021-07-21T00:21:09Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-70325683", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2021-07-21 00:21:28,539 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048 0.196s 2021-07-21 00:21:28,540 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:21:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1357', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6cab3531-9a13-4614-8120-47d81a481529', 'x-compute-request-id': 'req-6cab3531-9a13-4614-8120-47d81a481529', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048'} Body: b'{"server": {"id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "name": "tempest-TestMinimumBasicScenario-server-1581322073", "status": "BUILD", "tenant_id": "253ee3b5746847e4bb94081aa45d8dc8", "user_id": "c71d53d654fa44078576aa88ed743d70", "metadata": {}, "hostId": "c5f86765323fcb4a910a897e78f13d3bd49be51a03cd5a58e854d2c5", "image": {"id": "469a5eb3-b5fa-445a-92f2-b2ec180d6dbf", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/469a5eb3-b5fa-445a-92f2-b2ec180d6dbf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:20:59Z", "updated": "2021-07-21T00:21:09Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-70325683", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2021-07-21 00:21:29,753 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048 0.205s 2021-07-21 00:21:29,753 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:21:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1357', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2e17f2c0-64b7-4f33-adb0-fc5db24f7c29', 'x-compute-request-id': 'req-2e17f2c0-64b7-4f33-adb0-fc5db24f7c29', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048'} Body: b'{"server": {"id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "name": "tempest-TestMinimumBasicScenario-server-1581322073", "status": "BUILD", "tenant_id": "253ee3b5746847e4bb94081aa45d8dc8", "user_id": "c71d53d654fa44078576aa88ed743d70", "metadata": {}, "hostId": "c5f86765323fcb4a910a897e78f13d3bd49be51a03cd5a58e854d2c5", "image": {"id": "469a5eb3-b5fa-445a-92f2-b2ec180d6dbf", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/469a5eb3-b5fa-445a-92f2-b2ec180d6dbf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:20:59Z", "updated": "2021-07-21T00:21:09Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-70325683", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2021-07-21 00:21:31,007 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048 0.246s 2021-07-21 00:21:31,008 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:21:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1357', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e91c2ead-4170-4cd4-a4f6-15951164afda', 'x-compute-request-id': 'req-e91c2ead-4170-4cd4-a4f6-15951164afda', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048'} Body: b'{"server": {"id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "name": "tempest-TestMinimumBasicScenario-server-1581322073", "status": "BUILD", "tenant_id": "253ee3b5746847e4bb94081aa45d8dc8", "user_id": "c71d53d654fa44078576aa88ed743d70", "metadata": {}, "hostId": "c5f86765323fcb4a910a897e78f13d3bd49be51a03cd5a58e854d2c5", "image": {"id": "469a5eb3-b5fa-445a-92f2-b2ec180d6dbf", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/469a5eb3-b5fa-445a-92f2-b2ec180d6dbf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:20:59Z", "updated": "2021-07-21T00:21:09Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-70325683", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2021-07-21 00:21:32,228 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048 0.213s 2021-07-21 00:21:32,228 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:21:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1357', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6fde7418-25f9-4bf1-afdf-7899a422b73b', 'x-compute-request-id': 'req-6fde7418-25f9-4bf1-afdf-7899a422b73b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048'} Body: b'{"server": {"id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "name": "tempest-TestMinimumBasicScenario-server-1581322073", "status": "BUILD", "tenant_id": "253ee3b5746847e4bb94081aa45d8dc8", "user_id": "c71d53d654fa44078576aa88ed743d70", "metadata": {}, "hostId": "c5f86765323fcb4a910a897e78f13d3bd49be51a03cd5a58e854d2c5", "image": {"id": "469a5eb3-b5fa-445a-92f2-b2ec180d6dbf", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/469a5eb3-b5fa-445a-92f2-b2ec180d6dbf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:20:59Z", "updated": "2021-07-21T00:21:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-70325683", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2021-07-21 00:21:33,392 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048 0.154s 2021-07-21 00:21:33,393 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:21:33 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-2cdcb018-5bbe-46c6-ba24-315b1bc22ee0', 'x-compute-request-id': 'req-2cdcb018-5bbe-46c6-ba24-315b1bc22ee0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048'} Body: b'{"server": {"id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "name": "tempest-TestMinimumBasicScenario-server-1581322073", "status": "ACTIVE", "tenant_id": "253ee3b5746847e4bb94081aa45d8dc8", "user_id": "c71d53d654fa44078576aa88ed743d70", "metadata": {}, "hostId": "c5f86765323fcb4a910a897e78f13d3bd49be51a03cd5a58e854d2c5", "image": {"id": "469a5eb3-b5fa-445a-92f2-b2ec180d6dbf", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/469a5eb3-b5fa-445a-92f2-b2ec180d6dbf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:20:59Z", "updated": "2021-07-21T00:21:32Z", "addresses": {"tempest-TestMinimumBasicScenario-595891135-network": [{"version": 4, "addr": "172.20.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a4:79:d1"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-70325683", "OS-SRV-USG:launched_at": "2021-07-21T00:21:32.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2021-07-21 00:21:33,400 114907 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 34 second wait 2021-07-21 00:21:33,554 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048 0.154s 2021-07-21 00:21:33,555 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:21:33 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-fe2d3e36-52ff-4d92-88c1-0655ca62b5dc', 'x-compute-request-id': 'req-fe2d3e36-52ff-4d92-88c1-0655ca62b5dc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048'} Body: b'{"server": {"id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "name": "tempest-TestMinimumBasicScenario-server-1581322073", "status": "ACTIVE", "tenant_id": "253ee3b5746847e4bb94081aa45d8dc8", "user_id": "c71d53d654fa44078576aa88ed743d70", "metadata": {}, "hostId": "c5f86765323fcb4a910a897e78f13d3bd49be51a03cd5a58e854d2c5", "image": {"id": "469a5eb3-b5fa-445a-92f2-b2ec180d6dbf", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/469a5eb3-b5fa-445a-92f2-b2ec180d6dbf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:20:59Z", "updated": "2021-07-21T00:21:32Z", "addresses": {"tempest-TestMinimumBasicScenario-595891135-network": [{"version": 4, "addr": "172.20.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a4:79:d1"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-70325683", "OS-SRV-USG:launched_at": "2021-07-21T00:21:32.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2021-07-21 00:21:33,763 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.222.0.30/compute/v2.1/servers 0.201s 2021-07-21 00:21:33,763 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:21:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '343', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9a6fd7ad-599f-4438-a3d7-146f7617a178', 'x-compute-request-id': 'req-9a6fd7ad-599f-4438-a3d7-146f7617a178', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers'} Body: b'{"servers": [{"id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "name": "tempest-TestMinimumBasicScenario-server-1581322073", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}]}]}' 2021-07-21 00:21:33,923 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048 0.157s 2021-07-21 00:21:33,924 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:21:33 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-b17e3d4e-2b01-4da7-ac74-f50d9641b288', 'x-compute-request-id': 'req-b17e3d4e-2b01-4da7-ac74-f50d9641b288', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048'} Body: b'{"server": {"id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "name": "tempest-TestMinimumBasicScenario-server-1581322073", "status": "ACTIVE", "tenant_id": "253ee3b5746847e4bb94081aa45d8dc8", "user_id": "c71d53d654fa44078576aa88ed743d70", "metadata": {}, "hostId": "c5f86765323fcb4a910a897e78f13d3bd49be51a03cd5a58e854d2c5", "image": {"id": "469a5eb3-b5fa-445a-92f2-b2ec180d6dbf", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/469a5eb3-b5fa-445a-92f2-b2ec180d6dbf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:20:59Z", "updated": "2021-07-21T00:21:32Z", "addresses": {"tempest-TestMinimumBasicScenario-595891135-network": [{"version": 4, "addr": "172.20.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a4:79:d1"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-70325683", "OS-SRV-USG:launched_at": "2021-07-21T00:21:32.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2021-07-21 00:21:34,148 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 202 POST http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes 0.217s 2021-07-21 00:21:34,149 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"volume": {"name": "tempest-TestMinimumBasicScenario-volume-1247418365", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}} Response - Headers: {'date': 'Wed, 21 Jul 2021 00:21:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d5934a47-5cd4-4fee-bf47-a8cae80980e7', 'content-length': '824', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d5934a47-5cd4-4fee-bf47-a8cae80980e7', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.076264", "updated_at": null, "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2021-07-21 00:21:34,205 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.050s 2021-07-21 00:21:34,205 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:21:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-79c04926-1995-4a87-ab91-48c1d2fbdf59', 'content-length': '892', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-79c04926-1995-4a87-ab91-48c1d2fbdf59', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": null, "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:21:35,255 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.041s 2021-07-21 00:21:35,255 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:21:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3d142590-183e-42b2-b18b-fb36a6b7b00f', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3d142590-183e-42b2-b18b-fb36a6b7b00f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:21:34.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:21:36,302 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.040s 2021-07-21 00:21:36,302 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:21:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-62036986-83b5-4f06-8a5d-2205ad6d003c', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-62036986-83b5-4f06-8a5d-2205ad6d003c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:21:36.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:21:36,309 114907 INFO [tempest.common.waiters] volume dea9b770-9abe-46bc-aa2c-78cfd2be3058 reached available after waiting for 2.309186 seconds 2021-07-21 00:21:36,350 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.041s 2021-07-21 00:21:36,351 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:21:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e5748b26-899e-40ba-872c-723749bb2e33', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e5748b26-899e-40ba-872c-723749bb2e33', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:21:36.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:21:36,416 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes 0.059s 2021-07-21 00:21:36,416 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:21:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9e2f4652-1562-4fbe-8cd6-c4f23c176312', 'content-length': '405', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9e2f4652-1562-4fbe-8cd6-c4f23c176312', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes'} Body: b'{"volumes": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}]}]}' 2021-07-21 00:21:36,465 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.046s 2021-07-21 00:21:36,465 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:21:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0b281619-e9c9-404b-9592-a24316e907bc', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0b281619-e9c9-404b-9592-a24316e907bc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:21:36.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:21:36,747 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 POST http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.275s 2021-07-21 00:21:36,748 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"volumeAttachment": {"volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058"}} Response - Headers: {'date': 'Wed, 21 Jul 2021 00:21:36 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-ccd10ffc-9750-4943-a349-99f5ab57c479', 'x-compute-request-id': 'req-ccd10ffc-9750-4943-a349-99f5ab57c479', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachment": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "device": "/dev/sdb"}}' 2021-07-21 00:21:36,803 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.054s 2021-07-21 00:21:36,804 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:21:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0196094d-f0b8-47b9-a167-cb50d18c3a50', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0196094d-f0b8-47b9-a167-cb50d18c3a50', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:21:37.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:21:37,859 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.048s 2021-07-21 00:21:37,859 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:21:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7391825e-7c77-46a3-9cf2-b0e1ebfe1a61', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7391825e-7c77-46a3-9cf2-b0e1ebfe1a61', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:21:37.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:21:38,916 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.048s 2021-07-21 00:21:38,916 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:21:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f34a6a4b-36bd-47a7-8abc-22f44f99df95', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f34a6a4b-36bd-47a7-8abc-22f44f99df95', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:21:37.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:21:39,974 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.050s 2021-07-21 00:21:39,974 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:21:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3f2bfd4b-cb84-4ca2-a29a-557011377e5f', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3f2bfd4b-cb84-4ca2-a29a-557011377e5f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:21:37.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:21:41,036 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.054s 2021-07-21 00:21:41,036 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:21:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bb82c360-976f-46a7-b551-6bbfc9904a7e', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bb82c360-976f-46a7-b551-6bbfc9904a7e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:21:37.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:21:42,098 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.054s 2021-07-21 00:21:42,099 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:21:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ab5a2786-ad4f-473f-b912-7c854fefd677', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ab5a2786-ad4f-473f-b912-7c854fefd677', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:21:37.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:21:43,162 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.055s 2021-07-21 00:21:43,162 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:21:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ab42fbdc-dca0-4258-857c-0b8baa47d099', 'content-length': '1209', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ab42fbdc-dca0-4258-857c-0b8baa47d099', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:21:43.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:21:43,169 114907 INFO [tempest.common.waiters] volume dea9b770-9abe-46bc-aa2c-78cfd2be3058 reached in-use after waiting for 7.169254 seconds 2021-07-21 00:21:43,216 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.047s 2021-07-21 00:21:43,217 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:21:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-78deee62-1ee1-4e16-a859-6a948b596a18', 'content-length': '1209', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-78deee62-1ee1-4e16-a859-6a948b596a18', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:21:43.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:21:43,276 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.053s 2021-07-21 00:21:43,277 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:21:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3f86dd7c-1681-430f-be7c-85b6ebb0929e', 'content-length': '1209', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3f86dd7c-1681-430f-be7c-85b6ebb0929e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:21:43.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:21:43,446 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048 0.162s 2021-07-21 00:21:43,446 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:21:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1593', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-10e29acb-2406-42e2-900e-60e182233d89', 'x-compute-request-id': 'req-10e29acb-2406-42e2-900e-60e182233d89', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048'} Body: b'{"server": {"id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "name": "tempest-TestMinimumBasicScenario-server-1581322073", "status": "ACTIVE", "tenant_id": "253ee3b5746847e4bb94081aa45d8dc8", "user_id": "c71d53d654fa44078576aa88ed743d70", "metadata": {}, "hostId": "c5f86765323fcb4a910a897e78f13d3bd49be51a03cd5a58e854d2c5", "image": {"id": "469a5eb3-b5fa-445a-92f2-b2ec180d6dbf", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/469a5eb3-b5fa-445a-92f2-b2ec180d6dbf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:20:59Z", "updated": "2021-07-21T00:21:32Z", "addresses": {"tempest-TestMinimumBasicScenario-595891135-network": [{"version": 4, "addr": "172.20.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a4:79:d1"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-70325683", "OS-SRV-USG:launched_at": "2021-07-21T00:21:32.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058"}]}}' 2021-07-21 00:21:43,711 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.222.0.30:9696/v2.0/ports?device_id=8c07d7bb-18cd-43a5-8713-681ce8014048 0.256s 2021-07-21 00:21:43,711 114907 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': '900', 'x-openstack-request-id': 'req-32162a14-778e-455c-8287-373a89aa7af6', 'date': 'Wed, 21 Jul 2021 00:21:43 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30:9696/v2.0/ports?device_id=8c07d7bb-18cd-43a5-8713-681ce8014048'} Body: b'{"ports":[{"id":"757070c1-789f-4f4f-82e6-a75cdb2d03b7","name":"","network_id":"b363523f-29c5-416a-891c-4e3f66417477","tenant_id":"253ee3b5746847e4bb94081aa45d8dc8","mac_address":"fa:16:3e:a4:79:d1","admin_state_up":true,"status":"ACTIVE","device_id":"8c07d7bb-18cd-43a5-8713-681ce8014048","device_owner":"compute:nova","fixed_ips":[{"subnet_id":"fe8c9e42-9427-401b-b66a-faacd47dce07","ip_address":"172.20.0.12"}],"allowed_address_pairs":[],"extra_dhcp_opts":[],"security_groups":["5df12461-c166-4623-8a79-22a6b1f5861a"],"description":"","binding:vnic_type":"normal","binding:profile":{},"binding:host_id":"hv-cinder-67913","binding:vif_type":"hyperv","binding:vif_details":{"connectivity":"legacy","port_filter":false},"port_security_enabled":true,"tags":[],"created_at":"2021-07-21T00:21:08Z","updated_at":"2021-07-21T00:21:30Z","revision_number":5,"project_id":"253ee3b5746847e4bb94081aa45d8dc8"}]}' 2021-07-21 00:21:45,561 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 201 POST http://10.222.0.30:9696/v2.0/floatingips 1.849s 2021-07-21 00:21:45,561 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"floatingip": {"floating_network_id": "ffe57f4a-aeb4-4202-843c-8e628c4cf133", "port_id": "757070c1-789f-4f4f-82e6-a75cdb2d03b7", "tenant_id": "253ee3b5746847e4bb94081aa45d8dc8", "fixed_ip_address": "172.20.0.12"}} Response - Headers: {'content-type': 'application/json', 'content-length': '798', 'x-openstack-request-id': 'req-244cfb7a-193b-489e-bcc1-dfd429726665', 'date': 'Wed, 21 Jul 2021 00:21:45 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.30:9696/v2.0/floatingips'} Body: b'{"floatingip": {"id": "02d61969-768d-4f83-b0e3-f42542b60629", "tenant_id": "253ee3b5746847e4bb94081aa45d8dc8", "floating_ip_address": "172.27.3.223", "floating_network_id": "ffe57f4a-aeb4-4202-843c-8e628c4cf133", "router_id": "c84b3096-292f-4174-be9b-bcbda561d32d", "port_id": "757070c1-789f-4f4f-82e6-a75cdb2d03b7", "fixed_ip_address": "172.20.0.12", "status": "DOWN", "project_id": "253ee3b5746847e4bb94081aa45d8dc8", "description": "", "port_details": {"name": "", "network_id": "b363523f-29c5-416a-891c-4e3f66417477", "mac_address": "fa:16:3e:a4:79:d1", "admin_state_up": true, "status": "ACTIVE", "device_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device_owner": "compute:nova"}, "tags": [], "created_at": "2021-07-21T00:21:44Z", "updated_at": "2021-07-21T00:21:44Z", "revision_number": 0}}' 2021-07-21 00:21:45,839 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 201 POST http://10.222.0.30:9696/v2.0/security-groups 0.277s 2021-07-21 00:21:45,840 114907 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-549371632", "description": "tempest-secgroup-smoke-549371632 description", "project_id": "253ee3b5746847e4bb94081aa45d8dc8"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1592', 'x-openstack-request-id': 'req-44164eb2-a069-4882-8a52-6dbd6f92722d', 'date': 'Wed, 21 Jul 2021 00:21:45 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.30:9696/v2.0/security-groups'} Body: b'{"security_group": {"id": "0aedc974-f303-4101-8155-1d6310d21f66", "name": "tempest-secgroup-smoke-549371632", "stateful": true, "tenant_id": "253ee3b5746847e4bb94081aa45d8dc8", "description": "tempest-secgroup-smoke-549371632 description", "security_group_rules": [{"id": "1a7f5416-88ff-4535-91d2-e61db5861e76", "tenant_id": "253ee3b5746847e4bb94081aa45d8dc8", "security_group_id": "0aedc974-f303-4101-8155-1d6310d21f66", "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": 451, "description": null, "tags": [], "created_at": "2021-07-21T00:21:45Z", "updated_at": "2021-07-21T00:21:45Z", "revision_number": 0, "project_id": "253ee3b5746847e4bb94081aa45d8dc8"}, {"id": "85d3ec0a-2eb3-4d32-b291-39f52066ba85", "tenant_id": "253ee3b5746847e4bb94081aa45d8dc8", "security_group_id": "0aedc974-f303-4101-8155-1d6310d21f66", "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": 450, "description": null, "tags": [], "created_at": "2021-07-21T00:21:45Z", "updated_at": "2021-07-21T00:21:45Z", "revision_number": 0, "project_id": "253ee3b5746847e4bb94081aa45d8dc8"}], "tags": [], "created_at": "2021-07-21T00:21:45Z", "updated_at": "2021-07-21T00:21:45Z", "revision_number": 1, "project_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:21:45,997 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 201 POST http://10.222.0.30:9696/v2.0/security-group-rules 0.157s 2021-07-21 00:21:45,998 114907 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": "0aedc974-f303-4101-8155-1d6310d21f66", "project_id": "253ee3b5746847e4bb94081aa45d8dc8", "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-676e2bc4-b525-4f16-95e0-feefb25c0163', 'date': 'Wed, 21 Jul 2021 00:21:45 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.30:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "3cb1e8cd-66b6-463b-a495-c29ed37a8ee3", "tenant_id": "253ee3b5746847e4bb94081aa45d8dc8", "security_group_id": "0aedc974-f303-4101-8155-1d6310d21f66", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2021-07-21T00:21:45Z", "updated_at": "2021-07-21T00:21:45Z", "revision_number": 0, "project_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:21:46,139 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 201 POST http://10.222.0.30:9696/v2.0/security-group-rules 0.141s 2021-07-21 00:21:46,140 114907 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": "0aedc974-f303-4101-8155-1d6310d21f66", "project_id": "253ee3b5746847e4bb94081aa45d8dc8", "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-d3018139-07b7-4017-ae19-f4a72a120c6f', 'date': 'Wed, 21 Jul 2021 00:21:46 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.30:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "a35df30f-e89a-4a58-9c79-66d34525e121", "tenant_id": "253ee3b5746847e4bb94081aa45d8dc8", "security_group_id": "0aedc974-f303-4101-8155-1d6310d21f66", "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": "2021-07-21T00:21:46Z", "updated_at": "2021-07-21T00:21:46Z", "revision_number": 0, "project_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:21:46,287 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 201 POST http://10.222.0.30:9696/v2.0/security-group-rules 0.147s 2021-07-21 00:21:46,288 114907 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": "0aedc974-f303-4101-8155-1d6310d21f66", "project_id": "253ee3b5746847e4bb94081aa45d8dc8", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-fbd4d20a-6683-4509-a4cb-ff87a9d34d13', 'date': 'Wed, 21 Jul 2021 00:21:46 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.30:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "68873ca6-ba04-4296-9379-ec3b760afe78", "tenant_id": "253ee3b5746847e4bb94081aa45d8dc8", "security_group_id": "0aedc974-f303-4101-8155-1d6310d21f66", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2021-07-21T00:21:46Z", "updated_at": "2021-07-21T00:21:46Z", "revision_number": 0, "project_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:21:46,443 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 201 POST http://10.222.0.30:9696/v2.0/security-group-rules 0.155s 2021-07-21 00:21:46,443 114907 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": "0aedc974-f303-4101-8155-1d6310d21f66", "project_id": "253ee3b5746847e4bb94081aa45d8dc8", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-41ec3691-e042-41c3-8360-a58bf52fbbe2', 'date': 'Wed, 21 Jul 2021 00:21:46 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.30:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "a42f81a8-f385-4801-a662-3cb3f297bec2", "tenant_id": "253ee3b5746847e4bb94081aa45d8dc8", "security_group_id": "0aedc974-f303-4101-8155-1d6310d21f66", "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": "2021-07-21T00:21:46Z", "updated_at": "2021-07-21T00:21:46Z", "revision_number": 0, "project_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:21:46,577 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 201 POST http://10.222.0.30:9696/v2.0/security-group-rules 0.132s 2021-07-21 00:21:46,577 114907 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": "0aedc974-f303-4101-8155-1d6310d21f66", "project_id": "253ee3b5746847e4bb94081aa45d8dc8", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-8011d328-98aa-4f10-9096-30a7a8139083', 'date': 'Wed, 21 Jul 2021 00:21:46 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.30:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "8a7cf36d-6cbf-4b42-8bea-4919856bb6ef", "tenant_id": "253ee3b5746847e4bb94081aa45d8dc8", "security_group_id": "0aedc974-f303-4101-8155-1d6310d21f66", "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": "2021-07-21T00:21:46Z", "updated_at": "2021-07-21T00:21:46Z", "revision_number": 0, "project_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:21:46,717 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 201 POST http://10.222.0.30:9696/v2.0/security-group-rules 0.139s 2021-07-21 00:21:46,717 114907 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": "0aedc974-f303-4101-8155-1d6310d21f66", "project_id": "253ee3b5746847e4bb94081aa45d8dc8", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-97fc323b-52d9-4b5d-8ada-431862abe235', 'date': 'Wed, 21 Jul 2021 00:21:46 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.30:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "e78ac53e-829e-4117-956d-25c68889bd0b", "tenant_id": "253ee3b5746847e4bb94081aa45d8dc8", "security_group_id": "0aedc974-f303-4101-8155-1d6310d21f66", "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": "2021-07-21T00:21:46Z", "updated_at": "2021-07-21T00:21:46Z", "revision_number": 0, "project_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:21:47,214 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 202 POST http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/action 0.496s 2021-07-21 00:21:47,214 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"addSecurityGroup": {"name": "tempest-secgroup-smoke-549371632"}} Response - Headers: {'date': 'Wed, 21 Jul 2021 00:21:46 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-1a5e2448-1da5-4c99-8755-a73a03ccaf7c', 'x-compute-request-id': 'req-1a5e2448-1da5-4c99-8755-a73a03ccaf7c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/action'} Body: b'' 2021-07-21 00:21:47,391 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048 0.175s 2021-07-21 00:21:47,391 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:21:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1639', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1494099b-a4db-4ddc-9c26-7435b3a5b8f4', 'x-compute-request-id': 'req-1494099b-a4db-4ddc-9c26-7435b3a5b8f4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048'} Body: b'{"server": {"id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "name": "tempest-TestMinimumBasicScenario-server-1581322073", "status": "ACTIVE", "tenant_id": "253ee3b5746847e4bb94081aa45d8dc8", "user_id": "c71d53d654fa44078576aa88ed743d70", "metadata": {}, "hostId": "c5f86765323fcb4a910a897e78f13d3bd49be51a03cd5a58e854d2c5", "image": {"id": "469a5eb3-b5fa-445a-92f2-b2ec180d6dbf", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/469a5eb3-b5fa-445a-92f2-b2ec180d6dbf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:20:59Z", "updated": "2021-07-21T00:21:32Z", "addresses": {"tempest-TestMinimumBasicScenario-595891135-network": [{"version": 4, "addr": "172.20.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a4:79:d1"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-70325683", "OS-SRV-USG:launched_at": "2021-07-21T00:21:32.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-549371632"}, {"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058"}]}}' 2021-07-21 00:21:47,398 114907 DEBUG [tempest.lib.common.utils.test_utils] Call wait_for_secgroup_add returns true in 0.183705 seconds 2021-07-21 00:21:47,411 114907 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.27.3.223:22' as 'ubuntu' with public key authentication 2021-07-21 00:21:50,464 114907 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.3.223 ([Errno None] Unable to connect to port 22 on 172.27.3.223). Number attempts: 1. Retry after 2 seconds. 2021-07-21 00:21:56,028 114907 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.3.223 ([Errno None] Unable to connect to port 22 on 172.27.3.223). Number attempts: 2. Retry after 3 seconds. 2021-07-21 00:22:02,588 114907 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.3.223 ([Errno None] Unable to connect to port 22 on 172.27.3.223). Number attempts: 3. Retry after 4 seconds. 2021-07-21 00:22:10,142 114907 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.3.223 ([Errno None] Unable to connect to port 22 on 172.27.3.223). Number attempts: 4. Retry after 5 seconds. 2021-07-21 00:22:15,647 114907 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.3.223 ([Errno None] Unable to connect to port 22 on 172.27.3.223). Number attempts: 5. Retry after 6 seconds. 2021-07-21 00:22:22,153 114907 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.3.223 ([Errno None] Unable to connect to port 22 on 172.27.3.223). Number attempts: 6. Retry after 7 seconds. 2021-07-21 00:22:29,685 114907 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.3.223 ([Errno None] Unable to connect to port 22 on 172.27.3.223). Number attempts: 7. Retry after 8 seconds. 2021-07-21 00:22:38,210 114907 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_7.2p2) 2021-07-21 00:22:38,428 114907 INFO [paramiko.transport] Authentication (publickey) successful! 2021-07-21 00:22:38,429 114907 INFO [tempest.lib.common.ssh] ssh connection to ubuntu@172.27.3.223 successfully created 2021-07-21 00:22:38,521 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 202 POST http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/action 0.092s 2021-07-21 00:22:38,522 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"reboot": {"type": "SOFT"}} Response - Headers: {'date': 'Wed, 21 Jul 2021 00:22:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-30e69ca6-0809-440c-958e-153fd543204e', 'x-compute-request-id': 'req-30e69ca6-0809-440c-958e-153fd543204e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/action'} Body: b'' 2021-07-21 00:22:38,752 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048 0.230s 2021-07-21 00:22:38,753 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:22:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1750', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-aa5e9614-5abb-4424-8b57-eccaff5d03f5', 'x-compute-request-id': 'req-aa5e9614-5abb-4424-8b57-eccaff5d03f5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048'} Body: b'{"server": {"id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "name": "tempest-TestMinimumBasicScenario-server-1581322073", "status": "REBOOT", "tenant_id": "253ee3b5746847e4bb94081aa45d8dc8", "user_id": "c71d53d654fa44078576aa88ed743d70", "metadata": {}, "hostId": "c5f86765323fcb4a910a897e78f13d3bd49be51a03cd5a58e854d2c5", "image": {"id": "469a5eb3-b5fa-445a-92f2-b2ec180d6dbf", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/469a5eb3-b5fa-445a-92f2-b2ec180d6dbf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:20:59Z", "updated": "2021-07-21T00:22:38Z", "addresses": {"tempest-TestMinimumBasicScenario-595891135-network": [{"version": 4, "addr": "172.20.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a4:79:d1"}, {"version": 4, "addr": "172.27.3.223", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a4:79:d1"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-70325683", "OS-SRV-USG:launched_at": "2021-07-21T00:21:32.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-549371632"}, {"name": "default"}], "OS-EXT-STS:task_state": "rebooting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058"}]}}' 2021-07-21 00:22:40,010 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048 0.248s 2021-07-21 00:22:40,011 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:22:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1755', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-13fe262f-029a-4117-842e-0c6474db0b0a', 'x-compute-request-id': 'req-13fe262f-029a-4117-842e-0c6474db0b0a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048'} Body: b'{"server": {"id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "name": "tempest-TestMinimumBasicScenario-server-1581322073", "status": "REBOOT", "tenant_id": "253ee3b5746847e4bb94081aa45d8dc8", "user_id": "c71d53d654fa44078576aa88ed743d70", "metadata": {}, "hostId": "c5f86765323fcb4a910a897e78f13d3bd49be51a03cd5a58e854d2c5", "image": {"id": "469a5eb3-b5fa-445a-92f2-b2ec180d6dbf", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/469a5eb3-b5fa-445a-92f2-b2ec180d6dbf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:20:59Z", "updated": "2021-07-21T00:22:40Z", "addresses": {"tempest-TestMinimumBasicScenario-595891135-network": [{"version": 4, "addr": "172.20.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a4:79:d1"}, {"version": 4, "addr": "172.27.3.223", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a4:79:d1"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-70325683", "OS-SRV-USG:launched_at": "2021-07-21T00:21:32.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-549371632"}, {"name": "default"}], "OS-EXT-STS:task_state": "reboot_started", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058"}]}}' 2021-07-21 00:22:40,018 114907 INFO [tempest.common.waiters] State transition "REBOOT/rebooting" ==> "REBOOT/reboot_started" after 2 second wait 2021-07-21 00:22:41,278 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048 0.258s 2021-07-21 00:22:41,279 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:22:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1755', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-95309ea3-4f55-4519-9e59-1d06e15a3985', 'x-compute-request-id': 'req-95309ea3-4f55-4519-9e59-1d06e15a3985', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048'} Body: b'{"server": {"id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "name": "tempest-TestMinimumBasicScenario-server-1581322073", "status": "REBOOT", "tenant_id": "253ee3b5746847e4bb94081aa45d8dc8", "user_id": "c71d53d654fa44078576aa88ed743d70", "metadata": {}, "hostId": "c5f86765323fcb4a910a897e78f13d3bd49be51a03cd5a58e854d2c5", "image": {"id": "469a5eb3-b5fa-445a-92f2-b2ec180d6dbf", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/469a5eb3-b5fa-445a-92f2-b2ec180d6dbf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:20:59Z", "updated": "2021-07-21T00:22:40Z", "addresses": {"tempest-TestMinimumBasicScenario-595891135-network": [{"version": 4, "addr": "172.20.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a4:79:d1"}, {"version": 4, "addr": "172.27.3.223", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a4:79:d1"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-70325683", "OS-SRV-USG:launched_at": "2021-07-21T00:21:32.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-549371632"}, {"name": "default"}], "OS-EXT-STS:task_state": "reboot_started", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058"}]}}' 2021-07-21 00:22:42,484 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048 0.197s 2021-07-21 00:22:42,485 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:22:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1755', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b7b11693-3528-4350-bd42-3cb5cbd605ba', 'x-compute-request-id': 'req-b7b11693-3528-4350-bd42-3cb5cbd605ba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048'} Body: b'{"server": {"id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "name": "tempest-TestMinimumBasicScenario-server-1581322073", "status": "REBOOT", "tenant_id": "253ee3b5746847e4bb94081aa45d8dc8", "user_id": "c71d53d654fa44078576aa88ed743d70", "metadata": {}, "hostId": "c5f86765323fcb4a910a897e78f13d3bd49be51a03cd5a58e854d2c5", "image": {"id": "469a5eb3-b5fa-445a-92f2-b2ec180d6dbf", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/469a5eb3-b5fa-445a-92f2-b2ec180d6dbf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:20:59Z", "updated": "2021-07-21T00:22:40Z", "addresses": {"tempest-TestMinimumBasicScenario-595891135-network": [{"version": 4, "addr": "172.20.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a4:79:d1"}, {"version": 4, "addr": "172.27.3.223", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a4:79:d1"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-70325683", "OS-SRV-USG:launched_at": "2021-07-21T00:21:32.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-549371632"}, {"name": "default"}], "OS-EXT-STS:task_state": "reboot_started", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058"}]}}' 2021-07-21 00:22:43,688 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048 0.193s 2021-07-21 00:22:43,688 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:22:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1755', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2dd22ea4-8f87-410b-bafb-45b2a32f4b98', 'x-compute-request-id': 'req-2dd22ea4-8f87-410b-bafb-45b2a32f4b98', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048'} Body: b'{"server": {"id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "name": "tempest-TestMinimumBasicScenario-server-1581322073", "status": "REBOOT", "tenant_id": "253ee3b5746847e4bb94081aa45d8dc8", "user_id": "c71d53d654fa44078576aa88ed743d70", "metadata": {}, "hostId": "c5f86765323fcb4a910a897e78f13d3bd49be51a03cd5a58e854d2c5", "image": {"id": "469a5eb3-b5fa-445a-92f2-b2ec180d6dbf", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/469a5eb3-b5fa-445a-92f2-b2ec180d6dbf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:20:59Z", "updated": "2021-07-21T00:22:40Z", "addresses": {"tempest-TestMinimumBasicScenario-595891135-network": [{"version": 4, "addr": "172.20.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a4:79:d1"}, {"version": 4, "addr": "172.27.3.223", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a4:79:d1"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-70325683", "OS-SRV-USG:launched_at": "2021-07-21T00:21:32.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-549371632"}, {"name": "default"}], "OS-EXT-STS:task_state": "reboot_started", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058"}]}}' 2021-07-21 00:22:44,973 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048 0.275s 2021-07-21 00:22:44,973 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:22:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1755', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-220f7af8-c91b-48ff-aa5c-3ef35b63e334', 'x-compute-request-id': 'req-220f7af8-c91b-48ff-aa5c-3ef35b63e334', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048'} Body: b'{"server": {"id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "name": "tempest-TestMinimumBasicScenario-server-1581322073", "status": "REBOOT", "tenant_id": "253ee3b5746847e4bb94081aa45d8dc8", "user_id": "c71d53d654fa44078576aa88ed743d70", "metadata": {}, "hostId": "c5f86765323fcb4a910a897e78f13d3bd49be51a03cd5a58e854d2c5", "image": {"id": "469a5eb3-b5fa-445a-92f2-b2ec180d6dbf", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/469a5eb3-b5fa-445a-92f2-b2ec180d6dbf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:20:59Z", "updated": "2021-07-21T00:22:40Z", "addresses": {"tempest-TestMinimumBasicScenario-595891135-network": [{"version": 4, "addr": "172.20.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a4:79:d1"}, {"version": 4, "addr": "172.27.3.223", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a4:79:d1"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-70325683", "OS-SRV-USG:launched_at": "2021-07-21T00:21:32.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-549371632"}, {"name": "default"}], "OS-EXT-STS:task_state": "reboot_started", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058"}]}}' 2021-07-21 00:22:46,149 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048 0.167s 2021-07-21 00:22:46,150 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:22:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1755', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-37fd6a20-a02e-4a32-aa42-a10309500312', 'x-compute-request-id': 'req-37fd6a20-a02e-4a32-aa42-a10309500312', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048'} Body: b'{"server": {"id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "name": "tempest-TestMinimumBasicScenario-server-1581322073", "status": "REBOOT", "tenant_id": "253ee3b5746847e4bb94081aa45d8dc8", "user_id": "c71d53d654fa44078576aa88ed743d70", "metadata": {}, "hostId": "c5f86765323fcb4a910a897e78f13d3bd49be51a03cd5a58e854d2c5", "image": {"id": "469a5eb3-b5fa-445a-92f2-b2ec180d6dbf", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/469a5eb3-b5fa-445a-92f2-b2ec180d6dbf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:20:59Z", "updated": "2021-07-21T00:22:40Z", "addresses": {"tempest-TestMinimumBasicScenario-595891135-network": [{"version": 4, "addr": "172.20.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a4:79:d1"}, {"version": 4, "addr": "172.27.3.223", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a4:79:d1"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-70325683", "OS-SRV-USG:launched_at": "2021-07-21T00:21:32.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-549371632"}, {"name": "default"}], "OS-EXT-STS:task_state": "reboot_started", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058"}]}}' 2021-07-21 00:22:47,330 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048 0.171s 2021-07-21 00:22:47,330 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:22:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1755', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e0dd0699-9627-4792-a6db-27af6fd8d6af', 'x-compute-request-id': 'req-e0dd0699-9627-4792-a6db-27af6fd8d6af', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048'} Body: b'{"server": {"id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "name": "tempest-TestMinimumBasicScenario-server-1581322073", "status": "REBOOT", "tenant_id": "253ee3b5746847e4bb94081aa45d8dc8", "user_id": "c71d53d654fa44078576aa88ed743d70", "metadata": {}, "hostId": "c5f86765323fcb4a910a897e78f13d3bd49be51a03cd5a58e854d2c5", "image": {"id": "469a5eb3-b5fa-445a-92f2-b2ec180d6dbf", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/469a5eb3-b5fa-445a-92f2-b2ec180d6dbf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:20:59Z", "updated": "2021-07-21T00:22:40Z", "addresses": {"tempest-TestMinimumBasicScenario-595891135-network": [{"version": 4, "addr": "172.20.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a4:79:d1"}, {"version": 4, "addr": "172.27.3.223", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a4:79:d1"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-70325683", "OS-SRV-USG:launched_at": "2021-07-21T00:21:32.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-549371632"}, {"name": "default"}], "OS-EXT-STS:task_state": "reboot_started", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058"}]}}' 2021-07-21 00:22:48,515 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048 0.175s 2021-07-21 00:22:48,515 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:22:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1755', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fe75aac9-c72f-458f-8a49-070783890aa0', 'x-compute-request-id': 'req-fe75aac9-c72f-458f-8a49-070783890aa0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048'} Body: b'{"server": {"id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "name": "tempest-TestMinimumBasicScenario-server-1581322073", "status": "REBOOT", "tenant_id": "253ee3b5746847e4bb94081aa45d8dc8", "user_id": "c71d53d654fa44078576aa88ed743d70", "metadata": {}, "hostId": "c5f86765323fcb4a910a897e78f13d3bd49be51a03cd5a58e854d2c5", "image": {"id": "469a5eb3-b5fa-445a-92f2-b2ec180d6dbf", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/469a5eb3-b5fa-445a-92f2-b2ec180d6dbf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:20:59Z", "updated": "2021-07-21T00:22:40Z", "addresses": {"tempest-TestMinimumBasicScenario-595891135-network": [{"version": 4, "addr": "172.20.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a4:79:d1"}, {"version": 4, "addr": "172.27.3.223", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a4:79:d1"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-70325683", "OS-SRV-USG:launched_at": "2021-07-21T00:21:32.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-549371632"}, {"name": "default"}], "OS-EXT-STS:task_state": "reboot_started", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058"}]}}' 2021-07-21 00:22:49,694 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048 0.170s 2021-07-21 00:22:49,695 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:22:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1755', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0aba25df-bbba-4d06-b1bf-f02be5e01965', 'x-compute-request-id': 'req-0aba25df-bbba-4d06-b1bf-f02be5e01965', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048'} Body: b'{"server": {"id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "name": "tempest-TestMinimumBasicScenario-server-1581322073", "status": "REBOOT", "tenant_id": "253ee3b5746847e4bb94081aa45d8dc8", "user_id": "c71d53d654fa44078576aa88ed743d70", "metadata": {}, "hostId": "c5f86765323fcb4a910a897e78f13d3bd49be51a03cd5a58e854d2c5", "image": {"id": "469a5eb3-b5fa-445a-92f2-b2ec180d6dbf", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/469a5eb3-b5fa-445a-92f2-b2ec180d6dbf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:20:59Z", "updated": "2021-07-21T00:22:40Z", "addresses": {"tempest-TestMinimumBasicScenario-595891135-network": [{"version": 4, "addr": "172.20.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a4:79:d1"}, {"version": 4, "addr": "172.27.3.223", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a4:79:d1"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-70325683", "OS-SRV-USG:launched_at": "2021-07-21T00:21:32.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-549371632"}, {"name": "default"}], "OS-EXT-STS:task_state": "reboot_started", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058"}]}}' 2021-07-21 00:22:50,867 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048 0.163s 2021-07-21 00:22:50,867 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:22:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1755', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5aeb775d-080a-4697-8232-f1eb0c50ba65', 'x-compute-request-id': 'req-5aeb775d-080a-4697-8232-f1eb0c50ba65', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048'} Body: b'{"server": {"id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "name": "tempest-TestMinimumBasicScenario-server-1581322073", "status": "REBOOT", "tenant_id": "253ee3b5746847e4bb94081aa45d8dc8", "user_id": "c71d53d654fa44078576aa88ed743d70", "metadata": {}, "hostId": "c5f86765323fcb4a910a897e78f13d3bd49be51a03cd5a58e854d2c5", "image": {"id": "469a5eb3-b5fa-445a-92f2-b2ec180d6dbf", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/469a5eb3-b5fa-445a-92f2-b2ec180d6dbf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:20:59Z", "updated": "2021-07-21T00:22:40Z", "addresses": {"tempest-TestMinimumBasicScenario-595891135-network": [{"version": 4, "addr": "172.20.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a4:79:d1"}, {"version": 4, "addr": "172.27.3.223", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a4:79:d1"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-70325683", "OS-SRV-USG:launched_at": "2021-07-21T00:21:32.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-549371632"}, {"name": "default"}], "OS-EXT-STS:task_state": "reboot_started", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058"}]}}' 2021-07-21 00:22:52,032 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048 0.156s 2021-07-21 00:22:52,032 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:22:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1755', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-58888821-0cfe-4293-bc8e-612a8563ec7c', 'x-compute-request-id': 'req-58888821-0cfe-4293-bc8e-612a8563ec7c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048'} Body: b'{"server": {"id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "name": "tempest-TestMinimumBasicScenario-server-1581322073", "status": "REBOOT", "tenant_id": "253ee3b5746847e4bb94081aa45d8dc8", "user_id": "c71d53d654fa44078576aa88ed743d70", "metadata": {}, "hostId": "c5f86765323fcb4a910a897e78f13d3bd49be51a03cd5a58e854d2c5", "image": {"id": "469a5eb3-b5fa-445a-92f2-b2ec180d6dbf", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/469a5eb3-b5fa-445a-92f2-b2ec180d6dbf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:20:59Z", "updated": "2021-07-21T00:22:40Z", "addresses": {"tempest-TestMinimumBasicScenario-595891135-network": [{"version": 4, "addr": "172.20.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a4:79:d1"}, {"version": 4, "addr": "172.27.3.223", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a4:79:d1"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-70325683", "OS-SRV-USG:launched_at": "2021-07-21T00:21:32.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-549371632"}, {"name": "default"}], "OS-EXT-STS:task_state": "reboot_started", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058"}]}}' 2021-07-21 00:22:53,210 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048 0.170s 2021-07-21 00:22:53,211 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:22:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1755', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c8ebbe52-28c6-4be5-aac5-58957a98928e', 'x-compute-request-id': 'req-c8ebbe52-28c6-4be5-aac5-58957a98928e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048'} Body: b'{"server": {"id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "name": "tempest-TestMinimumBasicScenario-server-1581322073", "status": "REBOOT", "tenant_id": "253ee3b5746847e4bb94081aa45d8dc8", "user_id": "c71d53d654fa44078576aa88ed743d70", "metadata": {}, "hostId": "c5f86765323fcb4a910a897e78f13d3bd49be51a03cd5a58e854d2c5", "image": {"id": "469a5eb3-b5fa-445a-92f2-b2ec180d6dbf", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/469a5eb3-b5fa-445a-92f2-b2ec180d6dbf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:20:59Z", "updated": "2021-07-21T00:22:40Z", "addresses": {"tempest-TestMinimumBasicScenario-595891135-network": [{"version": 4, "addr": "172.20.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a4:79:d1"}, {"version": 4, "addr": "172.27.3.223", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a4:79:d1"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-70325683", "OS-SRV-USG:launched_at": "2021-07-21T00:21:32.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-549371632"}, {"name": "default"}], "OS-EXT-STS:task_state": "reboot_started", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058"}]}}' 2021-07-21 00:22:54,454 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048 0.234s 2021-07-21 00:22:54,454 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:22:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1755', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e72adb7e-29dc-43cd-9ee5-210eab17592f', 'x-compute-request-id': 'req-e72adb7e-29dc-43cd-9ee5-210eab17592f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048'} Body: b'{"server": {"id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "name": "tempest-TestMinimumBasicScenario-server-1581322073", "status": "REBOOT", "tenant_id": "253ee3b5746847e4bb94081aa45d8dc8", "user_id": "c71d53d654fa44078576aa88ed743d70", "metadata": {}, "hostId": "c5f86765323fcb4a910a897e78f13d3bd49be51a03cd5a58e854d2c5", "image": {"id": "469a5eb3-b5fa-445a-92f2-b2ec180d6dbf", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/469a5eb3-b5fa-445a-92f2-b2ec180d6dbf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:20:59Z", "updated": "2021-07-21T00:22:40Z", "addresses": {"tempest-TestMinimumBasicScenario-595891135-network": [{"version": 4, "addr": "172.20.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a4:79:d1"}, {"version": 4, "addr": "172.27.3.223", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a4:79:d1"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-70325683", "OS-SRV-USG:launched_at": "2021-07-21T00:21:32.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-549371632"}, {"name": "default"}], "OS-EXT-STS:task_state": "reboot_started", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058"}]}}' 2021-07-21 00:22:55,637 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048 0.173s 2021-07-21 00:22:55,637 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:22:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1755', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e609727b-109b-43a5-91eb-7d0b84cb2eea', 'x-compute-request-id': 'req-e609727b-109b-43a5-91eb-7d0b84cb2eea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048'} Body: b'{"server": {"id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "name": "tempest-TestMinimumBasicScenario-server-1581322073", "status": "REBOOT", "tenant_id": "253ee3b5746847e4bb94081aa45d8dc8", "user_id": "c71d53d654fa44078576aa88ed743d70", "metadata": {}, "hostId": "c5f86765323fcb4a910a897e78f13d3bd49be51a03cd5a58e854d2c5", "image": {"id": "469a5eb3-b5fa-445a-92f2-b2ec180d6dbf", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/469a5eb3-b5fa-445a-92f2-b2ec180d6dbf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:20:59Z", "updated": "2021-07-21T00:22:40Z", "addresses": {"tempest-TestMinimumBasicScenario-595891135-network": [{"version": 4, "addr": "172.20.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a4:79:d1"}, {"version": 4, "addr": "172.27.3.223", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a4:79:d1"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-70325683", "OS-SRV-USG:launched_at": "2021-07-21T00:21:32.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-549371632"}, {"name": "default"}], "OS-EXT-STS:task_state": "reboot_started", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058"}]}}' 2021-07-21 00:22:56,829 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048 0.183s 2021-07-21 00:22:56,830 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:22:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1755', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-38684270-5204-4d1a-a79d-53a2c70ebe5c', 'x-compute-request-id': 'req-38684270-5204-4d1a-a79d-53a2c70ebe5c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048'} Body: b'{"server": {"id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "name": "tempest-TestMinimumBasicScenario-server-1581322073", "status": "REBOOT", "tenant_id": "253ee3b5746847e4bb94081aa45d8dc8", "user_id": "c71d53d654fa44078576aa88ed743d70", "metadata": {}, "hostId": "c5f86765323fcb4a910a897e78f13d3bd49be51a03cd5a58e854d2c5", "image": {"id": "469a5eb3-b5fa-445a-92f2-b2ec180d6dbf", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/469a5eb3-b5fa-445a-92f2-b2ec180d6dbf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:20:59Z", "updated": "2021-07-21T00:22:40Z", "addresses": {"tempest-TestMinimumBasicScenario-595891135-network": [{"version": 4, "addr": "172.20.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a4:79:d1"}, {"version": 4, "addr": "172.27.3.223", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a4:79:d1"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-70325683", "OS-SRV-USG:launched_at": "2021-07-21T00:21:32.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-549371632"}, {"name": "default"}], "OS-EXT-STS:task_state": "reboot_started", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058"}]}}' 2021-07-21 00:22:58,000 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048 0.161s 2021-07-21 00:22:58,000 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:22:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1755', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a2ead8d3-c297-489f-9ee0-9d5b05a0bde4', 'x-compute-request-id': 'req-a2ead8d3-c297-489f-9ee0-9d5b05a0bde4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048'} Body: b'{"server": {"id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "name": "tempest-TestMinimumBasicScenario-server-1581322073", "status": "REBOOT", "tenant_id": "253ee3b5746847e4bb94081aa45d8dc8", "user_id": "c71d53d654fa44078576aa88ed743d70", "metadata": {}, "hostId": "c5f86765323fcb4a910a897e78f13d3bd49be51a03cd5a58e854d2c5", "image": {"id": "469a5eb3-b5fa-445a-92f2-b2ec180d6dbf", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/469a5eb3-b5fa-445a-92f2-b2ec180d6dbf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:20:59Z", "updated": "2021-07-21T00:22:40Z", "addresses": {"tempest-TestMinimumBasicScenario-595891135-network": [{"version": 4, "addr": "172.20.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a4:79:d1"}, {"version": 4, "addr": "172.27.3.223", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a4:79:d1"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-70325683", "OS-SRV-USG:launched_at": "2021-07-21T00:21:32.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-549371632"}, {"name": "default"}], "OS-EXT-STS:task_state": "reboot_started", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058"}]}}' 2021-07-21 00:22:59,168 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048 0.158s 2021-07-21 00:22:59,168 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:22:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1755', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7a795b1c-abf3-401d-b5a6-e184e63525bb', 'x-compute-request-id': 'req-7a795b1c-abf3-401d-b5a6-e184e63525bb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048'} Body: b'{"server": {"id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "name": "tempest-TestMinimumBasicScenario-server-1581322073", "status": "REBOOT", "tenant_id": "253ee3b5746847e4bb94081aa45d8dc8", "user_id": "c71d53d654fa44078576aa88ed743d70", "metadata": {}, "hostId": "c5f86765323fcb4a910a897e78f13d3bd49be51a03cd5a58e854d2c5", "image": {"id": "469a5eb3-b5fa-445a-92f2-b2ec180d6dbf", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/469a5eb3-b5fa-445a-92f2-b2ec180d6dbf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:20:59Z", "updated": "2021-07-21T00:22:40Z", "addresses": {"tempest-TestMinimumBasicScenario-595891135-network": [{"version": 4, "addr": "172.20.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a4:79:d1"}, {"version": 4, "addr": "172.27.3.223", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a4:79:d1"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-70325683", "OS-SRV-USG:launched_at": "2021-07-21T00:21:32.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-549371632"}, {"name": "default"}], "OS-EXT-STS:task_state": "reboot_started", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058"}]}}' 2021-07-21 00:23:00,337 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048 0.161s 2021-07-21 00:23:00,338 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:23:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1755', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e300f857-a8ff-4939-a8e9-ca96fcb5100b', 'x-compute-request-id': 'req-e300f857-a8ff-4939-a8e9-ca96fcb5100b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048'} Body: b'{"server": {"id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "name": "tempest-TestMinimumBasicScenario-server-1581322073", "status": "REBOOT", "tenant_id": "253ee3b5746847e4bb94081aa45d8dc8", "user_id": "c71d53d654fa44078576aa88ed743d70", "metadata": {}, "hostId": "c5f86765323fcb4a910a897e78f13d3bd49be51a03cd5a58e854d2c5", "image": {"id": "469a5eb3-b5fa-445a-92f2-b2ec180d6dbf", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/469a5eb3-b5fa-445a-92f2-b2ec180d6dbf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:20:59Z", "updated": "2021-07-21T00:22:40Z", "addresses": {"tempest-TestMinimumBasicScenario-595891135-network": [{"version": 4, "addr": "172.20.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a4:79:d1"}, {"version": 4, "addr": "172.27.3.223", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a4:79:d1"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-70325683", "OS-SRV-USG:launched_at": "2021-07-21T00:21:32.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-549371632"}, {"name": "default"}], "OS-EXT-STS:task_state": "reboot_started", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058"}]}}' 2021-07-21 00:23:01,519 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048 0.173s 2021-07-21 00:23:01,519 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:23:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1758', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e8f12554-734a-4825-aa06-393da304bd2e', 'x-compute-request-id': 'req-e8f12554-734a-4825-aa06-393da304bd2e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048'} Body: b'{"server": {"id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "name": "tempest-TestMinimumBasicScenario-server-1581322073", "status": "ACTIVE", "tenant_id": "253ee3b5746847e4bb94081aa45d8dc8", "user_id": "c71d53d654fa44078576aa88ed743d70", "metadata": {}, "hostId": "c5f86765323fcb4a910a897e78f13d3bd49be51a03cd5a58e854d2c5", "image": {"id": "469a5eb3-b5fa-445a-92f2-b2ec180d6dbf", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/469a5eb3-b5fa-445a-92f2-b2ec180d6dbf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:20:59Z", "updated": "2021-07-21T00:23:01Z", "addresses": {"tempest-TestMinimumBasicScenario-595891135-network": [{"version": 4, "addr": "172.20.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a4:79:d1"}, {"version": 4, "addr": "172.27.3.223", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a4:79:d1"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-70325683", "OS-SRV-USG:launched_at": "2021-07-21T00:21:32.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-549371632"}, {"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058"}]}}' 2021-07-21 00:23:01,527 114907 INFO [tempest.common.waiters] State transition "REBOOT/reboot_started" ==> "ACTIVE/None" after 23 second wait 2021-07-21 00:23:01,539 114907 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.27.3.223:22' as 'ubuntu' with public key authentication 2021-07-21 00:24:01,596 114907 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.3.223 (timed out). Number attempts: 1. Retry after 2 seconds. 2021-07-21 00:24:04,124 114907 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_7.2p2) 2021-07-21 00:24:04,325 114907 INFO [paramiko.transport] Authentication (publickey) successful! 2021-07-21 00:24:04,326 114907 INFO [tempest.lib.common.ssh] ssh connection to ubuntu@172.27.3.223 successfully created 2021-07-21 00:24:04,326 114907 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin:/usr/sbin; lsblk -lb --nodeps 2021-07-21 00:24:04,326 114907 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.27.3.223:22' as 'ubuntu' with public key authentication 2021-07-21 00:24:04,343 114907 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_7.2p2) 2021-07-21 00:24:04,462 114907 INFO [paramiko.transport] Authentication (publickey) successful! 2021-07-21 00:24:04,463 114907 INFO [tempest.lib.common.ssh] ssh connection to ubuntu@172.27.3.223 successfully created 2021-07-21 00:24:05,686 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 202 POST http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/action 0.659s 2021-07-21 00:24:05,686 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"removeSecurityGroup": {"name": "tempest-secgroup-smoke-549371632"}} Response - Headers: {'date': 'Wed, 21 Jul 2021 00:24: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-c44ec2e1-dcfb-476e-ba54-933e08ea7626', 'x-compute-request-id': 'req-c44ec2e1-dcfb-476e-ba54-933e08ea7626', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/action'} Body: b'' 2021-07-21 00:24:06,045 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 204 DELETE http://10.222.0.30:9696/v2.0/security-groups/0aedc974-f303-4101-8155-1d6310d21f66 0.358s 2021-07-21 00:24:06,045 114907 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-024b89f3-b893-482a-9b95-418fe3e38803', 'content-length': '0', 'date': 'Wed, 21 Jul 2021 00:24:06 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.30:9696/v2.0/security-groups/0aedc974-f303-4101-8155-1d6310d21f66'} Body: b'' 2021-07-21 00:24:07,388 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 204 DELETE http://10.222.0.30:9696/v2.0/floatingips/02d61969-768d-4f83-b0e3-f42542b60629 1.342s 2021-07-21 00:24:07,388 114907 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-0bb67c29-aa5c-4d89-9f3b-d093cd893300', 'content-length': '0', 'date': 'Wed, 21 Jul 2021 00:24:07 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.30:9696/v2.0/floatingips/02d61969-768d-4f83-b0e3-f42542b60629'} Body: b'' 2021-07-21 00:24:07,616 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 202 DELETE http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.227s 2021-07-21 00:24:07,617 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:24:07 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-6367b580-345d-4538-8666-78bb2be00f0f', 'x-compute-request-id': 'req-6367b580-345d-4538-8666-78bb2be00f0f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'' 2021-07-21 00:24:07,674 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.057s 2021-07-21 00:24:07,675 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:24: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-b5310741-7777-4827-b7bf-b23e6fac597c', 'x-compute-request-id': 'req-b5310741-7777-4827-b7bf-b23e6fac597c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:24:08,739 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.061s 2021-07-21 00:24:08,739 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:24: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-954041e6-01ec-49eb-9e6d-88a38bce8b5f', 'x-compute-request-id': 'req-954041e6-01ec-49eb-9e6d-88a38bce8b5f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:24:09,798 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.056s 2021-07-21 00:24:09,798 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:24: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-03502d84-ff50-491b-b004-ad8c513a3271', 'x-compute-request-id': 'req-03502d84-ff50-491b-b004-ad8c513a3271', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:24:10,845 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.045s 2021-07-21 00:24:10,846 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:24: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-ba57b060-f5cf-42a0-ad35-7917f193f646', 'x-compute-request-id': 'req-ba57b060-f5cf-42a0-ad35-7917f193f646', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:24:11,897 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.048s 2021-07-21 00:24:11,897 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:24: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-281bf854-006f-4dea-8b2b-66cb0aa0b9ad', 'x-compute-request-id': 'req-281bf854-006f-4dea-8b2b-66cb0aa0b9ad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:24:12,947 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.046s 2021-07-21 00:24:12,947 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:24: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-606d91de-c28d-465f-b862-0bacc3e88272', 'x-compute-request-id': 'req-606d91de-c28d-465f-b862-0bacc3e88272', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:24:13,996 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.046s 2021-07-21 00:24:13,997 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:24: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-49dd03b2-9426-4ee2-9d4f-aac18e664761', 'x-compute-request-id': 'req-49dd03b2-9426-4ee2-9d4f-aac18e664761', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:24:15,085 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.085s 2021-07-21 00:24:15,086 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:24: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-08598180-e922-4f12-b21b-a152e9db0a75', 'x-compute-request-id': 'req-08598180-e922-4f12-b21b-a152e9db0a75', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:24:16,136 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.048s 2021-07-21 00:24:16,137 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:24: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-6acc2937-573e-49af-9c54-b1079db5fa29', 'x-compute-request-id': 'req-6acc2937-573e-49af-9c54-b1079db5fa29', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:24:17,189 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.050s 2021-07-21 00:24:17,190 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:24: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-fcb80e7e-22fd-4777-94e9-a2650a933881', 'x-compute-request-id': 'req-fcb80e7e-22fd-4777-94e9-a2650a933881', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:24:18,273 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.078s 2021-07-21 00:24:18,273 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:24: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-2095008b-8efc-45ca-88fc-93fd9b76b538', 'x-compute-request-id': 'req-2095008b-8efc-45ca-88fc-93fd9b76b538', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:24:19,322 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.045s 2021-07-21 00:24:19,322 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:24: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-102a5d9d-21e9-45dc-85ba-6de594cc4a48', 'x-compute-request-id': 'req-102a5d9d-21e9-45dc-85ba-6de594cc4a48', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:24:20,374 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.049s 2021-07-21 00:24:20,375 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:24: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-476a4358-b75f-430c-8d1d-f1bbef9abe0c', 'x-compute-request-id': 'req-476a4358-b75f-430c-8d1d-f1bbef9abe0c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:24:21,436 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.058s 2021-07-21 00:24:21,437 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:24: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-036a3505-2e10-49a7-8948-90a6c6a4e4f3', 'x-compute-request-id': 'req-036a3505-2e10-49a7-8948-90a6c6a4e4f3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:24:22,629 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.189s 2021-07-21 00:24:22,630 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:24: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-55679ce4-9b31-4fb8-96b0-9962b81f7b13', 'x-compute-request-id': 'req-55679ce4-9b31-4fb8-96b0-9962b81f7b13', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:24:23,814 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.181s 2021-07-21 00:24:23,814 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:24: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-17975fc7-f670-4241-b4bc-26959ae2d5dc', 'x-compute-request-id': 'req-17975fc7-f670-4241-b4bc-26959ae2d5dc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:24:25,001 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.184s 2021-07-21 00:24:25,002 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:24: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-629d8980-72e0-4961-8447-6763b92d60da', 'x-compute-request-id': 'req-629d8980-72e0-4961-8447-6763b92d60da', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:24:26,157 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.153s 2021-07-21 00:24:26,158 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:24: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-657207ce-dff2-48c6-a105-db18abd1ba2b', 'x-compute-request-id': 'req-657207ce-dff2-48c6-a105-db18abd1ba2b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:24:27,275 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.114s 2021-07-21 00:24:27,275 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:24: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-4e898b96-f524-41b5-9424-a0077ceb5194', 'x-compute-request-id': 'req-4e898b96-f524-41b5-9424-a0077ceb5194', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:24:28,330 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.051s 2021-07-21 00:24:28,330 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:24: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-03d4209e-d9c9-4125-a693-ecd039c419da', 'x-compute-request-id': 'req-03d4209e-d9c9-4125-a693-ecd039c419da', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:24:29,380 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.047s 2021-07-21 00:24:29,380 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:24: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-e655dbfb-7a91-4ab9-bda4-025cd59a62a0', 'x-compute-request-id': 'req-e655dbfb-7a91-4ab9-bda4-025cd59a62a0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:24:30,435 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.051s 2021-07-21 00:24:30,435 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:24: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-4019849b-64af-46ef-b9c4-27ac0e03dcd7', 'x-compute-request-id': 'req-4019849b-64af-46ef-b9c4-27ac0e03dcd7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:24:31,483 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.045s 2021-07-21 00:24:31,483 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:24: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-84e966eb-dbd1-4c31-87ec-d5d35d715e70', 'x-compute-request-id': 'req-84e966eb-dbd1-4c31-87ec-d5d35d715e70', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:24:32,533 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.046s 2021-07-21 00:24:32,533 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:24: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-7a482732-9ec1-4342-9662-3b30db40bcc8', 'x-compute-request-id': 'req-7a482732-9ec1-4342-9662-3b30db40bcc8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:24:33,583 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.046s 2021-07-21 00:24:33,583 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:24: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-1745e92c-d222-47b7-b710-64d6fd33cddc', 'x-compute-request-id': 'req-1745e92c-d222-47b7-b710-64d6fd33cddc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:24:34,631 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.045s 2021-07-21 00:24:34,631 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:24: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-8f3b2500-ec2d-44fe-af54-5e2ef8c13031', 'x-compute-request-id': 'req-8f3b2500-ec2d-44fe-af54-5e2ef8c13031', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:24:35,678 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.043s 2021-07-21 00:24:35,678 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:24: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-9dd2d5ba-e056-48fa-a347-63f46d875dab', 'x-compute-request-id': 'req-9dd2d5ba-e056-48fa-a347-63f46d875dab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:24:36,726 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.045s 2021-07-21 00:24:36,727 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:24: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-0ef11b92-c426-439d-be95-81d1899959c8', 'x-compute-request-id': 'req-0ef11b92-c426-439d-be95-81d1899959c8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:24:37,776 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.046s 2021-07-21 00:24:37,776 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:24: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-eb35b83b-8323-40ce-86ae-154bfa788cde', 'x-compute-request-id': 'req-eb35b83b-8323-40ce-86ae-154bfa788cde', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:24:38,825 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.045s 2021-07-21 00:24:38,825 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:24: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-8e44f89a-dde8-49be-93a3-be593408e689', 'x-compute-request-id': 'req-8e44f89a-dde8-49be-93a3-be593408e689', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:24:39,872 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.044s 2021-07-21 00:24:39,873 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:24: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-bd90ca2e-6003-4d21-9ba5-a73bdd7f4925', 'x-compute-request-id': 'req-bd90ca2e-6003-4d21-9ba5-a73bdd7f4925', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:24:40,922 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.046s 2021-07-21 00:24:40,922 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:24: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-5e7090df-39d1-43e2-8473-d7035fae9d62', 'x-compute-request-id': 'req-5e7090df-39d1-43e2-8473-d7035fae9d62', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:24:41,970 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.045s 2021-07-21 00:24:41,970 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:24: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-4a4d23bc-712c-40d7-827f-22ed6dd1e09a', 'x-compute-request-id': 'req-4a4d23bc-712c-40d7-827f-22ed6dd1e09a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:24:43,019 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.046s 2021-07-21 00:24:43,019 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:24: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-3c3e735b-5fc7-48bb-8e64-2b5b67d2527b', 'x-compute-request-id': 'req-3c3e735b-5fc7-48bb-8e64-2b5b67d2527b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:24:44,067 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.046s 2021-07-21 00:24:44,068 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:24: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-4ed4c0eb-4c99-4f04-851d-d5c2050c307e', 'x-compute-request-id': 'req-4ed4c0eb-4c99-4f04-851d-d5c2050c307e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:24:45,121 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.049s 2021-07-21 00:24:45,121 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:24: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-7ef37222-3ff1-4ec2-bf70-8d1ee89c4cf6', 'x-compute-request-id': 'req-7ef37222-3ff1-4ec2-bf70-8d1ee89c4cf6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:24:46,168 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.044s 2021-07-21 00:24:46,168 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:24: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-3300dc6b-8e55-46cf-8abe-067ec835f474', 'x-compute-request-id': 'req-3300dc6b-8e55-46cf-8abe-067ec835f474', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:24:47,216 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.045s 2021-07-21 00:24:47,217 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:24: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-0adbda90-89be-4db9-af1e-27ab9232f2b7', 'x-compute-request-id': 'req-0adbda90-89be-4db9-af1e-27ab9232f2b7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:24:48,264 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.044s 2021-07-21 00:24:48,264 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:24: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-4b3b5b59-20c0-49d5-92a9-aaf699dece49', 'x-compute-request-id': 'req-4b3b5b59-20c0-49d5-92a9-aaf699dece49', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:24:49,311 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.044s 2021-07-21 00:24:49,311 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:24: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-72e1be46-7d53-4260-a623-d7ef4a951242', 'x-compute-request-id': 'req-72e1be46-7d53-4260-a623-d7ef4a951242', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:24:50,359 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.044s 2021-07-21 00:24:50,359 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:24: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-cd533fab-64f8-4ae5-b26b-a874173ceffe', 'x-compute-request-id': 'req-cd533fab-64f8-4ae5-b26b-a874173ceffe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:24:51,407 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.045s 2021-07-21 00:24:51,407 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:24: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-b25d2c49-af40-4a1d-b5c6-935095ced48b', 'x-compute-request-id': 'req-b25d2c49-af40-4a1d-b5c6-935095ced48b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:24:52,455 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.044s 2021-07-21 00:24:52,455 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:24: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-254c1918-65e7-40f8-b123-2f0c2b0ffe4b', 'x-compute-request-id': 'req-254c1918-65e7-40f8-b123-2f0c2b0ffe4b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:24:53,504 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.045s 2021-07-21 00:24:53,505 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:24: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-1bd01a6e-6840-4476-89eb-fc96bd107106', 'x-compute-request-id': 'req-1bd01a6e-6840-4476-89eb-fc96bd107106', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:24:54,552 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.044s 2021-07-21 00:24:54,552 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:24: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-ed70cb9c-c458-4342-b27a-41ec85cfb725', 'x-compute-request-id': 'req-ed70cb9c-c458-4342-b27a-41ec85cfb725', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:24:55,599 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.044s 2021-07-21 00:24:55,600 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:24: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-a444014e-b20d-47ac-a012-6b6f01fff36b', 'x-compute-request-id': 'req-a444014e-b20d-47ac-a012-6b6f01fff36b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:24:56,646 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.044s 2021-07-21 00:24:56,647 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:24: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-3c75a9a9-6d9b-42c5-9fcd-f4d3c042347d', 'x-compute-request-id': 'req-3c75a9a9-6d9b-42c5-9fcd-f4d3c042347d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:24:57,694 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.044s 2021-07-21 00:24:57,695 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:24: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-dda257d9-80dc-4419-9897-1b25a5131f65', 'x-compute-request-id': 'req-dda257d9-80dc-4419-9897-1b25a5131f65', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:24:58,742 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.044s 2021-07-21 00:24:58,742 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:24: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-639d2db3-c83d-45b4-aba3-7f8046d41b25', 'x-compute-request-id': 'req-639d2db3-c83d-45b4-aba3-7f8046d41b25', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:24:59,790 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.044s 2021-07-21 00:24:59,790 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:24: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-9071c363-c3a0-448c-aaf9-d6168b464fec', 'x-compute-request-id': 'req-9071c363-c3a0-448c-aaf9-d6168b464fec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:25:00,837 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.044s 2021-07-21 00:25:00,838 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:25: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-16ce25a9-50f1-45c7-9502-c21ad4950736', 'x-compute-request-id': 'req-16ce25a9-50f1-45c7-9502-c21ad4950736', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:25:01,886 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.045s 2021-07-21 00:25:01,886 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:25: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-c0ba16fe-ed4d-4e58-9d58-8db9811bac09', 'x-compute-request-id': 'req-c0ba16fe-ed4d-4e58-9d58-8db9811bac09', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:25:02,935 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.045s 2021-07-21 00:25:02,935 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:25: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-30ff1f67-5a36-427e-adce-da1a2e03acab', 'x-compute-request-id': 'req-30ff1f67-5a36-427e-adce-da1a2e03acab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:25:03,983 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.045s 2021-07-21 00:25:03,983 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:25: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-b2becadc-eef2-4377-bb29-e3ddf753e081', 'x-compute-request-id': 'req-b2becadc-eef2-4377-bb29-e3ddf753e081', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:25:05,032 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.046s 2021-07-21 00:25:05,032 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:25: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-76d22592-0e9e-4512-a283-e82d03b3efa2', 'x-compute-request-id': 'req-76d22592-0e9e-4512-a283-e82d03b3efa2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:25:06,081 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.046s 2021-07-21 00:25:06,081 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:25: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-c8d094b7-0258-4e3a-b98c-00978d0e2aa9', 'x-compute-request-id': 'req-c8d094b7-0258-4e3a-b98c-00978d0e2aa9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:25:07,131 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.046s 2021-07-21 00:25:07,131 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:25: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-20c4635f-3fdb-4604-92f5-51628697dc52', 'x-compute-request-id': 'req-20c4635f-3fdb-4604-92f5-51628697dc52', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:25:08,178 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.044s 2021-07-21 00:25:08,178 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:25: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-59fc04e0-30a7-418e-9ce3-ae5c67a1c685', 'x-compute-request-id': 'req-59fc04e0-30a7-418e-9ce3-ae5c67a1c685', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:25:09,228 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.045s 2021-07-21 00:25:09,228 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:25: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-9d076a12-18fb-47b5-855e-a0038cc65653', 'x-compute-request-id': 'req-9d076a12-18fb-47b5-855e-a0038cc65653', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:25:10,276 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.046s 2021-07-21 00:25:10,277 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:25: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-decc766e-f1ca-4342-8eb1-c40f60b1c9c0', 'x-compute-request-id': 'req-decc766e-f1ca-4342-8eb1-c40f60b1c9c0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:25:11,324 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.044s 2021-07-21 00:25:11,325 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:25: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-7009822a-2848-48a2-a68f-c81aa5a6baca', 'x-compute-request-id': 'req-7009822a-2848-48a2-a68f-c81aa5a6baca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:25:12,371 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.045s 2021-07-21 00:25:12,372 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:25: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-6c5ed258-4c33-4a72-a9d6-e2158f10ccf8', 'x-compute-request-id': 'req-6c5ed258-4c33-4a72-a9d6-e2158f10ccf8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:25:13,419 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.044s 2021-07-21 00:25:13,419 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:25: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-3f68ca64-f2fb-478c-8a3c-a49d567e0680', 'x-compute-request-id': 'req-3f68ca64-f2fb-478c-8a3c-a49d567e0680', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:25:14,467 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.044s 2021-07-21 00:25:14,467 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:25: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-f7c2dc24-8cbd-4ca1-8732-e42183ff26a8', 'x-compute-request-id': 'req-f7c2dc24-8cbd-4ca1-8732-e42183ff26a8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:25:15,516 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.045s 2021-07-21 00:25:15,516 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:25: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-6aa5f7ba-f9b6-4680-bb95-289828158fe2', 'x-compute-request-id': 'req-6aa5f7ba-f9b6-4680-bb95-289828158fe2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:25:16,563 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.044s 2021-07-21 00:25:16,564 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:25: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-2b744cd3-eae5-489a-8b41-3433f4a8ad74', 'x-compute-request-id': 'req-2b744cd3-eae5-489a-8b41-3433f4a8ad74', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:25:17,611 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.044s 2021-07-21 00:25:17,612 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:25: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-5bd6d1e0-2c71-4fa7-9ec9-878079c051a9', 'x-compute-request-id': 'req-5bd6d1e0-2c71-4fa7-9ec9-878079c051a9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:25:18,659 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.044s 2021-07-21 00:25:18,659 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:25: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-f4878121-c71f-4ea3-9378-8c0ec34ae100', 'x-compute-request-id': 'req-f4878121-c71f-4ea3-9378-8c0ec34ae100', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:25:19,711 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.049s 2021-07-21 00:25:19,711 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:25: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-4ccbd3c9-4185-408a-b554-ef01bd52e559', 'x-compute-request-id': 'req-4ccbd3c9-4185-408a-b554-ef01bd52e559', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:25:20,759 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.044s 2021-07-21 00:25:20,759 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:25: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-33e0482d-6095-4cb4-8a6b-7a9facdfaabd', 'x-compute-request-id': 'req-33e0482d-6095-4cb4-8a6b-7a9facdfaabd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:25:21,809 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.046s 2021-07-21 00:25:21,809 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:25: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-1766ea6f-0924-4a7a-8c21-e4af2df9c29b', 'x-compute-request-id': 'req-1766ea6f-0924-4a7a-8c21-e4af2df9c29b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:25:22,858 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.046s 2021-07-21 00:25:22,858 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:25: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-ccb75a4c-6cdd-49c1-8daa-15222f466120', 'x-compute-request-id': 'req-ccb75a4c-6cdd-49c1-8daa-15222f466120', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:25:23,906 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.045s 2021-07-21 00:25:23,907 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:25: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-b06d3983-e0e1-4ea1-8371-3dec90bbadd3', 'x-compute-request-id': 'req-b06d3983-e0e1-4ea1-8371-3dec90bbadd3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:25:24,954 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.044s 2021-07-21 00:25:24,955 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:25: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-be5068b9-42e0-47b6-bc60-6733a2ab8f53', 'x-compute-request-id': 'req-be5068b9-42e0-47b6-bc60-6733a2ab8f53', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:25:26,002 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.045s 2021-07-21 00:25:26,003 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:25: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-f89542c5-7ceb-4340-820e-ca65d9eb686f', 'x-compute-request-id': 'req-f89542c5-7ceb-4340-820e-ca65d9eb686f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:25:27,051 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.046s 2021-07-21 00:25:27,051 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:25: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-c12d4ffb-14e1-4761-8f6a-2857735f42d6', 'x-compute-request-id': 'req-c12d4ffb-14e1-4761-8f6a-2857735f42d6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:25:28,099 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.045s 2021-07-21 00:25:28,099 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:25: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-094dde71-3a57-4be5-99c7-c69ca249beb8', 'x-compute-request-id': 'req-094dde71-3a57-4be5-99c7-c69ca249beb8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:25:29,147 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.044s 2021-07-21 00:25:29,147 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:25: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-b59dc382-41b1-4f56-aad2-c35dc648600b', 'x-compute-request-id': 'req-b59dc382-41b1-4f56-aad2-c35dc648600b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:25:30,195 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.045s 2021-07-21 00:25:30,195 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:25: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-e827ea83-da62-44e4-a153-f893093da2e4', 'x-compute-request-id': 'req-e827ea83-da62-44e4-a153-f893093da2e4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:25:31,243 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.044s 2021-07-21 00:25:31,243 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:25: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-3b097568-9733-460b-8e49-9b07d8d15ad0', 'x-compute-request-id': 'req-3b097568-9733-460b-8e49-9b07d8d15ad0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:25:32,291 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.045s 2021-07-21 00:25:32,291 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:25: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-8cd49a33-e881-4614-be62-ceac5d219433', 'x-compute-request-id': 'req-8cd49a33-e881-4614-be62-ceac5d219433', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:25:33,338 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.044s 2021-07-21 00:25:33,338 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:25: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-30df1f09-f7bf-44b2-b43b-52cfadc1db7e', 'x-compute-request-id': 'req-30df1f09-f7bf-44b2-b43b-52cfadc1db7e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:25:34,386 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.045s 2021-07-21 00:25:34,387 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:25: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-75df75fd-0df0-4f34-84b7-4a14f65454e5', 'x-compute-request-id': 'req-75df75fd-0df0-4f34-84b7-4a14f65454e5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:25:35,434 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.044s 2021-07-21 00:25:35,434 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:25: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-92de3a5c-591e-438c-b33e-0cc87cd4a2e9', 'x-compute-request-id': 'req-92de3a5c-591e-438c-b33e-0cc87cd4a2e9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:25:36,482 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.044s 2021-07-21 00:25:36,482 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:25: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-14cee71a-8a83-4d22-850a-0bbf94d54b99', 'x-compute-request-id': 'req-14cee71a-8a83-4d22-850a-0bbf94d54b99', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:25:37,530 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.045s 2021-07-21 00:25:37,531 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:25: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-5d4da906-72b8-462c-901d-6d2f6f90acdb', 'x-compute-request-id': 'req-5d4da906-72b8-462c-901d-6d2f6f90acdb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:25:38,578 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.044s 2021-07-21 00:25:38,578 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:25: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-a4705993-29dd-44d2-a3fd-92ea52e1d0d4', 'x-compute-request-id': 'req-a4705993-29dd-44d2-a3fd-92ea52e1d0d4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:25:39,625 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.044s 2021-07-21 00:25:39,626 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:25: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-ff44011e-cda1-404d-b45e-fbc8a15ba9dc', 'x-compute-request-id': 'req-ff44011e-cda1-404d-b45e-fbc8a15ba9dc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:25:40,672 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.044s 2021-07-21 00:25:40,673 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:25: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-34825b82-981b-45bf-8120-12f3314b8b5f', 'x-compute-request-id': 'req-34825b82-981b-45bf-8120-12f3314b8b5f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:25:41,720 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.044s 2021-07-21 00:25:41,720 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:25: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-0f4733e6-caa3-4eee-8356-cc1077bde519', 'x-compute-request-id': 'req-0f4733e6-caa3-4eee-8356-cc1077bde519', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:25:42,862 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.139s 2021-07-21 00:25:42,862 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:25: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-2ff3c74a-bfb8-4e58-adc0-444356fa51c6', 'x-compute-request-id': 'req-2ff3c74a-bfb8-4e58-adc0-444356fa51c6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:25:43,910 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.046s 2021-07-21 00:25:43,911 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:25: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-be7308cd-0aa8-4116-9e21-b70f5d50cab7', 'x-compute-request-id': 'req-be7308cd-0aa8-4116-9e21-b70f5d50cab7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:25:44,959 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.045s 2021-07-21 00:25:44,959 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:25: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-deb2c786-7ab1-46e0-b772-cd311a5b5756', 'x-compute-request-id': 'req-deb2c786-7ab1-46e0-b772-cd311a5b5756', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:25:46,009 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.047s 2021-07-21 00:25:46,009 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:25: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-d1520652-d43f-468d-b6bc-e073cd897eb7', 'x-compute-request-id': 'req-d1520652-d43f-468d-b6bc-e073cd897eb7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:25:47,057 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.045s 2021-07-21 00:25:47,058 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:25: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-da25048c-b5ee-42ef-82a5-d9bcf4d64da7', 'x-compute-request-id': 'req-da25048c-b5ee-42ef-82a5-d9bcf4d64da7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:25:48,107 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.046s 2021-07-21 00:25:48,107 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:25: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-1420cca1-591d-43fc-8e91-91f486177f37', 'x-compute-request-id': 'req-1420cca1-591d-43fc-8e91-91f486177f37', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:25:49,156 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.046s 2021-07-21 00:25:49,156 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:25: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-a8eebd3d-9c43-42cb-b0e5-7af359696408', 'x-compute-request-id': 'req-a8eebd3d-9c43-42cb-b0e5-7af359696408', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:25:50,205 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.046s 2021-07-21 00:25:50,206 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:25: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-79bd52a8-da12-4883-8e30-4847c0b42c93', 'x-compute-request-id': 'req-79bd52a8-da12-4883-8e30-4847c0b42c93', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:25:51,253 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.044s 2021-07-21 00:25:51,253 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:25: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-c97d228b-83ed-4579-836e-e6b3e1c8af95', 'x-compute-request-id': 'req-c97d228b-83ed-4579-836e-e6b3e1c8af95', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:25:52,302 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.046s 2021-07-21 00:25:52,302 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:25: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-dd0b84f8-6b82-41b0-b4f1-712b3697fe9b', 'x-compute-request-id': 'req-dd0b84f8-6b82-41b0-b4f1-712b3697fe9b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:25:53,350 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.044s 2021-07-21 00:25:53,350 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:25: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-d5578fee-660e-4878-85a0-c4eb18f3047a', 'x-compute-request-id': 'req-d5578fee-660e-4878-85a0-c4eb18f3047a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:25:54,400 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.045s 2021-07-21 00:25:54,400 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:25: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-a1869197-d9ea-4748-a2cf-da061b2988c0', 'x-compute-request-id': 'req-a1869197-d9ea-4748-a2cf-da061b2988c0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:25:55,448 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.045s 2021-07-21 00:25:55,448 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:25: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-e8adb296-2cd0-4dda-81b6-da33707435be', 'x-compute-request-id': 'req-e8adb296-2cd0-4dda-81b6-da33707435be', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:25:56,497 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.045s 2021-07-21 00:25:56,497 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:25: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-ff0bd56a-ae62-4a17-9e2a-db7937871557', 'x-compute-request-id': 'req-ff0bd56a-ae62-4a17-9e2a-db7937871557', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:25:57,546 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.045s 2021-07-21 00:25:57,546 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:25: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-1899d2cb-74e6-47ea-961e-4114f06f435e', 'x-compute-request-id': 'req-1899d2cb-74e6-47ea-961e-4114f06f435e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:25:58,594 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.045s 2021-07-21 00:25:58,595 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:25: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-a795184f-9ac1-4044-85fe-66771eeaf0bd', 'x-compute-request-id': 'req-a795184f-9ac1-4044-85fe-66771eeaf0bd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:25:59,645 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.047s 2021-07-21 00:25:59,645 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:25: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-34158031-4ce1-4a15-b561-81c0a4b7c032', 'x-compute-request-id': 'req-34158031-4ce1-4a15-b561-81c0a4b7c032', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:26:00,695 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.047s 2021-07-21 00:26:00,695 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:26: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-d6f6b9ca-137b-42ea-afd0-f785d2e441c5', 'x-compute-request-id': 'req-d6f6b9ca-137b-42ea-afd0-f785d2e441c5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:26:01,744 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.045s 2021-07-21 00:26:01,744 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:26: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-616b8d9e-cea1-47f9-9b20-ae44eddeec19', 'x-compute-request-id': 'req-616b8d9e-cea1-47f9-9b20-ae44eddeec19', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:26:02,793 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.045s 2021-07-21 00:26:02,793 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:26: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-a52da3e5-36b3-4f86-afe5-f82e4fd1e894', 'x-compute-request-id': 'req-a52da3e5-36b3-4f86-afe5-f82e4fd1e894', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:26:03,841 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.044s 2021-07-21 00:26:03,841 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:26: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-0edbea78-10de-4ca3-8273-3d3e18e47931', 'x-compute-request-id': 'req-0edbea78-10de-4ca3-8273-3d3e18e47931', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:26:04,891 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.046s 2021-07-21 00:26:04,891 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:26: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-9d6d258d-c797-44dd-b9ec-f5bca6350ebd', 'x-compute-request-id': 'req-9d6d258d-c797-44dd-b9ec-f5bca6350ebd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:26:05,938 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.045s 2021-07-21 00:26:05,939 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:26: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-0e1caeea-ff45-49ea-ae8b-a09423e29764', 'x-compute-request-id': 'req-0e1caeea-ff45-49ea-ae8b-a09423e29764', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:26:06,991 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.049s 2021-07-21 00:26:06,991 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:26: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-23348c09-119f-4ef2-a688-54fb43138df6', 'x-compute-request-id': 'req-23348c09-119f-4ef2-a688-54fb43138df6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:26:08,040 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.045s 2021-07-21 00:26:08,041 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:26: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-8d45ba86-d32b-4fde-9077-9178d0e22270', 'x-compute-request-id': 'req-8d45ba86-d32b-4fde-9077-9178d0e22270', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:26:09,089 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.045s 2021-07-21 00:26:09,089 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:26: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-1c1ef23a-f3c4-4704-9e96-eec344ba1586', 'x-compute-request-id': 'req-1c1ef23a-f3c4-4704-9e96-eec344ba1586', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:26:10,137 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.044s 2021-07-21 00:26:10,137 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:26: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-75ea17e5-f3bd-457e-a709-c885e38c56ee', 'x-compute-request-id': 'req-75ea17e5-f3bd-457e-a709-c885e38c56ee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:26:11,185 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.045s 2021-07-21 00:26:11,186 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:26: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-8f1dff61-287a-4905-9b27-9a19fdb618ef', 'x-compute-request-id': 'req-8f1dff61-287a-4905-9b27-9a19fdb618ef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:26:12,234 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.045s 2021-07-21 00:26:12,234 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:26: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-a1c145ef-e104-47e5-8040-455229233dca', 'x-compute-request-id': 'req-a1c145ef-e104-47e5-8040-455229233dca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:26:13,283 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.046s 2021-07-21 00:26:13,283 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:26: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-bc2ff5fa-0ada-4f1e-a93e-5a8e5fb2001a', 'x-compute-request-id': 'req-bc2ff5fa-0ada-4f1e-a93e-5a8e5fb2001a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:26:14,330 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.045s 2021-07-21 00:26:14,331 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:26: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-368ac498-3924-444b-afa7-a71f27abdc4d', 'x-compute-request-id': 'req-368ac498-3924-444b-afa7-a71f27abdc4d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:26:15,380 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.045s 2021-07-21 00:26:15,380 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:26: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-4be4205f-cd63-4532-b465-cb7b64302df2', 'x-compute-request-id': 'req-4be4205f-cd63-4532-b465-cb7b64302df2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:26:16,429 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.045s 2021-07-21 00:26:16,429 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:26: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-e5d3c335-9b8e-460f-9286-72eb3b976ca2', 'x-compute-request-id': 'req-e5d3c335-9b8e-460f-9286-72eb3b976ca2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:26:17,479 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.046s 2021-07-21 00:26:17,479 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:26: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-0dd209ed-650c-4dba-b8ec-74cc57e9e966', 'x-compute-request-id': 'req-0dd209ed-650c-4dba-b8ec-74cc57e9e966', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:26:18,527 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.045s 2021-07-21 00:26:18,528 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:26: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-4a02d680-f790-4676-816f-bd0e1c34f825', 'x-compute-request-id': 'req-4a02d680-f790-4676-816f-bd0e1c34f825', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:26:19,576 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.045s 2021-07-21 00:26:19,576 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:26: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-ea5679e9-593e-49d5-844b-4aab4919d11a', 'x-compute-request-id': 'req-ea5679e9-593e-49d5-844b-4aab4919d11a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:26:20,625 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.046s 2021-07-21 00:26:20,625 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:26: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-2a4bcb4a-1e0d-43cf-b437-426db8eeceef', 'x-compute-request-id': 'req-2a4bcb4a-1e0d-43cf-b437-426db8eeceef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:26:21,673 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.045s 2021-07-21 00:26:21,673 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:26: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-92815634-7f28-4c5d-a975-a93a16cb94fe', 'x-compute-request-id': 'req-92815634-7f28-4c5d-a975-a93a16cb94fe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:26:22,721 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.044s 2021-07-21 00:26:22,721 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:26: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-62affc9f-8549-42f5-ad8a-023e46883da7', 'x-compute-request-id': 'req-62affc9f-8549-42f5-ad8a-023e46883da7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:26:23,769 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.045s 2021-07-21 00:26:23,770 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:26: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-fd154e51-5473-4828-a8d5-8878186b3225', 'x-compute-request-id': 'req-fd154e51-5473-4828-a8d5-8878186b3225', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:26:24,818 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.045s 2021-07-21 00:26:24,818 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:26: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-f96d49b4-f677-4511-bedd-d52969a0787f', 'x-compute-request-id': 'req-f96d49b4-f677-4511-bedd-d52969a0787f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:26:25,868 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.047s 2021-07-21 00:26:25,868 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:26: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-ffad00b7-7302-47bb-95e9-7c7da044b488', 'x-compute-request-id': 'req-ffad00b7-7302-47bb-95e9-7c7da044b488', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:26:26,919 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.048s 2021-07-21 00:26:26,919 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:26: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-b9a02642-486f-4909-ab2a-5c885f86d927', 'x-compute-request-id': 'req-b9a02642-486f-4909-ab2a-5c885f86d927', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:26:27,968 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.045s 2021-07-21 00:26:27,968 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:26: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-aea49b82-eea1-435d-b4c7-88e06da6cd4f', 'x-compute-request-id': 'req-aea49b82-eea1-435d-b4c7-88e06da6cd4f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:26:29,016 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.044s 2021-07-21 00:26:29,016 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:26: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-38dae7da-f990-4132-ab17-9b48118a6dfa', 'x-compute-request-id': 'req-38dae7da-f990-4132-ab17-9b48118a6dfa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:26:30,063 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.044s 2021-07-21 00:26:30,064 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:26: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-34a4df54-f859-4da3-985d-115c5064b072', 'x-compute-request-id': 'req-34a4df54-f859-4da3-985d-115c5064b072', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:26:31,111 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.044s 2021-07-21 00:26:31,112 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:26: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-b7fee7b5-fa87-4297-9c01-07ae771f3bf9', 'x-compute-request-id': 'req-b7fee7b5-fa87-4297-9c01-07ae771f3bf9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:26:32,159 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.044s 2021-07-21 00:26:32,159 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:26: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-40e64386-c875-4d8f-a4fe-9700935b5a15', 'x-compute-request-id': 'req-40e64386-c875-4d8f-a4fe-9700935b5a15', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:26:33,207 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.044s 2021-07-21 00:26:33,207 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:26: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-961e84bd-3769-4261-acd8-af7d78b0aa24', 'x-compute-request-id': 'req-961e84bd-3769-4261-acd8-af7d78b0aa24', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:26:34,255 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.045s 2021-07-21 00:26:34,255 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:26: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-7a6ba337-f5a0-4d12-969d-f4b3a9acb752', 'x-compute-request-id': 'req-7a6ba337-f5a0-4d12-969d-f4b3a9acb752', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:26:35,303 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.045s 2021-07-21 00:26:35,304 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:26: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-62a0e42a-8d3f-4b05-8ce7-0c7ca43cd22b', 'x-compute-request-id': 'req-62a0e42a-8d3f-4b05-8ce7-0c7ca43cd22b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:26:36,350 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.043s 2021-07-21 00:26:36,351 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:26: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-747d2a1c-b8e7-4a37-b350-504d6c86abd1', 'x-compute-request-id': 'req-747d2a1c-b8e7-4a37-b350-504d6c86abd1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:26:37,399 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.044s 2021-07-21 00:26:37,400 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:26: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-9c9914c9-2557-4597-a352-4b28ddb27106', 'x-compute-request-id': 'req-9c9914c9-2557-4597-a352-4b28ddb27106', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:26:38,447 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.044s 2021-07-21 00:26:38,447 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:26: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-58e8e0c9-475a-43ab-b4df-c8895f943908', 'x-compute-request-id': 'req-58e8e0c9-475a-43ab-b4df-c8895f943908', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:26:39,496 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.046s 2021-07-21 00:26:39,496 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:26: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-ce90f9d4-ddd0-4629-b72a-a5f869661979', 'x-compute-request-id': 'req-ce90f9d4-ddd0-4629-b72a-a5f869661979', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:26:40,545 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.045s 2021-07-21 00:26:40,545 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:26: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-48c9ae30-dede-45ec-81ca-8f6f6d13a3fe', 'x-compute-request-id': 'req-48c9ae30-dede-45ec-81ca-8f6f6d13a3fe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:26:41,603 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.056s 2021-07-21 00:26:41,604 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:26: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-6de790f2-d290-45fb-8faa-c9ecfd17dbb1', 'x-compute-request-id': 'req-6de790f2-d290-45fb-8faa-c9ecfd17dbb1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:26:42,651 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.044s 2021-07-21 00:26:42,652 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:26: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-e965816a-4161-4b0b-9c98-0d72ee129575', 'x-compute-request-id': 'req-e965816a-4161-4b0b-9c98-0d72ee129575', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:26:43,701 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.047s 2021-07-21 00:26:43,701 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:26: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-495cfbb9-a145-4ac3-9d49-d9d1050e12fc', 'x-compute-request-id': 'req-495cfbb9-a145-4ac3-9d49-d9d1050e12fc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:26:44,750 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.046s 2021-07-21 00:26:44,751 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:26: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-1ea7acc4-48b0-4ffb-b8cf-81a8caac27ba', 'x-compute-request-id': 'req-1ea7acc4-48b0-4ffb-b8cf-81a8caac27ba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:26:45,798 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.044s 2021-07-21 00:26:45,799 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:26: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-75fbd2f0-6f61-4aac-8d41-b747921ecdc7', 'x-compute-request-id': 'req-75fbd2f0-6f61-4aac-8d41-b747921ecdc7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:26:46,846 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.044s 2021-07-21 00:26:46,846 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:26: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-c750fb21-6921-4a11-8d51-f930453e7ced', 'x-compute-request-id': 'req-c750fb21-6921-4a11-8d51-f930453e7ced', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:26:47,894 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.045s 2021-07-21 00:26:47,894 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:26: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-e5e6b3bb-3e75-4614-a393-386fb50dfe1f', 'x-compute-request-id': 'req-e5e6b3bb-3e75-4614-a393-386fb50dfe1f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:26:48,942 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.045s 2021-07-21 00:26:48,942 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:26: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-507235e6-3d5d-49bf-8328-ddacd2b84410', 'x-compute-request-id': 'req-507235e6-3d5d-49bf-8328-ddacd2b84410', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:26:49,989 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.044s 2021-07-21 00:26:49,990 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:26: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-ab128735-7c85-4acc-bcd0-12012ccaaeca', 'x-compute-request-id': 'req-ab128735-7c85-4acc-bcd0-12012ccaaeca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:26:51,038 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.045s 2021-07-21 00:26:51,039 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:26: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-9f927273-002b-444e-bb59-9616ec7c750e', 'x-compute-request-id': 'req-9f927273-002b-444e-bb59-9616ec7c750e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:26:52,085 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.044s 2021-07-21 00:26:52,086 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:26: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-e9c6b722-440f-4e15-bf5b-09d7b94915aa', 'x-compute-request-id': 'req-e9c6b722-440f-4e15-bf5b-09d7b94915aa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:26:53,151 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.061s 2021-07-21 00:26:53,151 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:26: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-f4df337b-5add-4e61-801a-5b4ea0d21041', 'x-compute-request-id': 'req-f4df337b-5add-4e61-801a-5b4ea0d21041', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:26:54,199 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.045s 2021-07-21 00:26:54,199 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:26: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-799f008a-2a1c-4d3d-b6da-44baa921a11b', 'x-compute-request-id': 'req-799f008a-2a1c-4d3d-b6da-44baa921a11b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:26:55,248 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.045s 2021-07-21 00:26:55,248 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:26: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-9c37a650-4140-4c7d-aef0-b746edd537d6', 'x-compute-request-id': 'req-9c37a650-4140-4c7d-aef0-b746edd537d6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:26:56,296 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.044s 2021-07-21 00:26:56,296 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:26: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-70278652-77d2-4f22-a927-688199179bea', 'x-compute-request-id': 'req-70278652-77d2-4f22-a927-688199179bea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:26:57,344 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.044s 2021-07-21 00:26:57,344 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:26: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-0a4abcf6-d556-4f22-a873-5ea860436fc1', 'x-compute-request-id': 'req-0a4abcf6-d556-4f22-a873-5ea860436fc1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:26:58,393 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.046s 2021-07-21 00:26:58,393 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:26: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-1225e009-d848-4d22-b6ca-48269bcb5536', 'x-compute-request-id': 'req-1225e009-d848-4d22-b6ca-48269bcb5536', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:26:59,441 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.044s 2021-07-21 00:26:59,441 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:26: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-733e7615-b674-415b-a78a-f30dd1862e75', 'x-compute-request-id': 'req-733e7615-b674-415b-a78a-f30dd1862e75', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:27:00,488 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.044s 2021-07-21 00:27:00,489 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:27: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-13eb01de-96a8-440f-b830-2ec882edd243', 'x-compute-request-id': 'req-13eb01de-96a8-440f-b830-2ec882edd243', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:27:01,536 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.044s 2021-07-21 00:27:01,536 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:27: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-6a7d58c9-eaab-4189-9326-b5325c200342', 'x-compute-request-id': 'req-6a7d58c9-eaab-4189-9326-b5325c200342', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:27:02,583 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.044s 2021-07-21 00:27:02,583 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:27: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-751d3087-1e76-4e03-9dfc-a364ec8a7f61', 'x-compute-request-id': 'req-751d3087-1e76-4e03-9dfc-a364ec8a7f61', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:27:03,629 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.044s 2021-07-21 00:27:03,630 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:27: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-9ed31236-f92d-41ed-8bdd-198dc4980124', 'x-compute-request-id': 'req-9ed31236-f92d-41ed-8bdd-198dc4980124', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:27:04,677 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.044s 2021-07-21 00:27:04,678 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:27: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-7e2e66e4-54d0-43ff-88ac-8e2006787b1c', 'x-compute-request-id': 'req-7e2e66e4-54d0-43ff-88ac-8e2006787b1c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:27:05,724 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.044s 2021-07-21 00:27:05,725 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:27: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-458356f6-1869-45aa-9f17-d849c6399276', 'x-compute-request-id': 'req-458356f6-1869-45aa-9f17-d849c6399276', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:27:06,772 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.044s 2021-07-21 00:27:06,773 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:27: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-cf794681-9f38-43ff-8eff-66064a8e215c', 'x-compute-request-id': 'req-cf794681-9f38-43ff-8eff-66064a8e215c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:27:07,820 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.043s 2021-07-21 00:27:07,821 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:27: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-51433684-ed1e-478b-8a45-903dd7a99e1d', 'x-compute-request-id': 'req-51433684-ed1e-478b-8a45-903dd7a99e1d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:27:08,868 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.044s 2021-07-21 00:27:08,869 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:27: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-02811f7a-d77e-4274-ab01-b761c03f1132', 'x-compute-request-id': 'req-02811f7a-d77e-4274-ab01-b761c03f1132', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:27:09,916 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.045s 2021-07-21 00:27:09,917 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:27: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-1ef1050d-76a5-4981-a10c-e6673031dac7', 'x-compute-request-id': 'req-1ef1050d-76a5-4981-a10c-e6673031dac7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:27:10,968 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.048s 2021-07-21 00:27:10,968 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:27: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-8855e731-c2cb-49d8-abc9-d7c93c279edc', 'x-compute-request-id': 'req-8855e731-c2cb-49d8-abc9-d7c93c279edc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:27:12,016 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.045s 2021-07-21 00:27:12,016 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:27: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-db34f9bb-9c91-48ff-92cc-51e0b7136912', 'x-compute-request-id': 'req-db34f9bb-9c91-48ff-92cc-51e0b7136912', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:27:13,064 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.045s 2021-07-21 00:27:13,065 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:27: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-62080f4f-eb31-4273-9a4d-de5836c53719', 'x-compute-request-id': 'req-62080f4f-eb31-4273-9a4d-de5836c53719', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:27:14,111 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.044s 2021-07-21 00:27:14,111 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:27: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-e406d4a1-d0cd-45ed-9ee5-71e414417ba7', 'x-compute-request-id': 'req-e406d4a1-d0cd-45ed-9ee5-71e414417ba7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:27:15,159 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.045s 2021-07-21 00:27:15,159 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:27: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-a4ca0a3f-4c5e-4c0c-87b1-a138c36cbd6f', 'x-compute-request-id': 'req-a4ca0a3f-4c5e-4c0c-87b1-a138c36cbd6f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:27:16,207 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.044s 2021-07-21 00:27:16,207 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:27: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-7968980c-c930-4b2f-beb5-bdf1b6e1dbd8', 'x-compute-request-id': 'req-7968980c-c930-4b2f-beb5-bdf1b6e1dbd8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:27:17,254 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.044s 2021-07-21 00:27:17,255 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:27: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-cc890c13-d7fa-4274-bfed-8208c5900dd6', 'x-compute-request-id': 'req-cc890c13-d7fa-4274-bfed-8208c5900dd6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:27:18,302 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.044s 2021-07-21 00:27:18,302 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:27: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-f473f5e5-2d32-4ee3-832d-dd8a5b01f991', 'x-compute-request-id': 'req-f473f5e5-2d32-4ee3-832d-dd8a5b01f991', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:27:19,349 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.044s 2021-07-21 00:27:19,350 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:27: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-6c8b5974-32ef-400e-b560-b3cae9867616', 'x-compute-request-id': 'req-6c8b5974-32ef-400e-b560-b3cae9867616', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:27:20,397 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.044s 2021-07-21 00:27:20,397 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:27: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-bb705a2c-4486-45b2-8757-ba60896b287a', 'x-compute-request-id': 'req-bb705a2c-4486-45b2-8757-ba60896b287a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:27:21,445 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.044s 2021-07-21 00:27:21,446 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:27: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-0b3a8c70-be9e-4b93-aac5-6c11ab76b541', 'x-compute-request-id': 'req-0b3a8c70-be9e-4b93-aac5-6c11ab76b541', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:27:22,494 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.045s 2021-07-21 00:27:22,494 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:27: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-09d3178d-6c95-4b86-9f57-c0b82ce7d0cc', 'x-compute-request-id': 'req-09d3178d-6c95-4b86-9f57-c0b82ce7d0cc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:27:23,542 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.045s 2021-07-21 00:27:23,543 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:27: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-aeb7fa12-69c4-41d9-b930-cfcb9dae982e', 'x-compute-request-id': 'req-aeb7fa12-69c4-41d9-b930-cfcb9dae982e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:27:24,591 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.045s 2021-07-21 00:27:24,591 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:27: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-1f317125-b167-413a-9013-7072a896cc17', 'x-compute-request-id': 'req-1f317125-b167-413a-9013-7072a896cc17', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:27:25,638 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.044s 2021-07-21 00:27:25,638 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:27: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-6bf79cac-8715-4af2-8904-c01d8fa7e92b', 'x-compute-request-id': 'req-6bf79cac-8715-4af2-8904-c01d8fa7e92b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:27:26,685 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.045s 2021-07-21 00:27:26,686 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:27: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-a7d75407-729f-4d21-8ac0-98e3e23083ff', 'x-compute-request-id': 'req-a7d75407-729f-4d21-8ac0-98e3e23083ff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:27:27,732 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.044s 2021-07-21 00:27:27,733 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:27: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-7d7960a7-08fa-4208-b921-4d64f4a52dad', 'x-compute-request-id': 'req-7d7960a7-08fa-4208-b921-4d64f4a52dad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:27:28,781 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.045s 2021-07-21 00:27:28,781 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:27: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-168abff3-3afa-461a-8d26-2bcc74dab069', 'x-compute-request-id': 'req-168abff3-3afa-461a-8d26-2bcc74dab069', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:27:29,832 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.048s 2021-07-21 00:27:29,833 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:27: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-2d3b43ef-8d44-414e-b9fa-c55af2f330e7', 'x-compute-request-id': 'req-2d3b43ef-8d44-414e-b9fa-c55af2f330e7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:27:30,881 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.045s 2021-07-21 00:27:30,882 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:27: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-9d82cc9a-b1d0-4f83-9ee3-07c1fa32add7', 'x-compute-request-id': 'req-9d82cc9a-b1d0-4f83-9ee3-07c1fa32add7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:27:31,931 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.046s 2021-07-21 00:27:31,931 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:27: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-bd469791-7b80-40b2-96cc-8629f5a94656', 'x-compute-request-id': 'req-bd469791-7b80-40b2-96cc-8629f5a94656', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:27:32,978 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.044s 2021-07-21 00:27:32,979 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:27: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-3b1840a6-5b5d-484a-bb8c-fe081e2bcafc', 'x-compute-request-id': 'req-3b1840a6-5b5d-484a-bb8c-fe081e2bcafc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:27:34,028 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.046s 2021-07-21 00:27:34,028 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:27: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-a88ed970-9e96-4c7b-b282-207132e967b3', 'x-compute-request-id': 'req-a88ed970-9e96-4c7b-b282-207132e967b3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:27:35,075 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.044s 2021-07-21 00:27:35,076 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:27: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-3ff2d3b8-3ab8-4a86-bb1d-e08dc25555a1', 'x-compute-request-id': 'req-3ff2d3b8-3ab8-4a86-bb1d-e08dc25555a1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:27:36,123 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.044s 2021-07-21 00:27:36,123 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:27: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-202bc43c-5080-44e3-9c53-4cfae63b6a7a', 'x-compute-request-id': 'req-202bc43c-5080-44e3-9c53-4cfae63b6a7a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:27:37,170 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.044s 2021-07-21 00:27:37,171 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:27: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-15c437e5-fe65-4e35-974b-c123edd7617a', 'x-compute-request-id': 'req-15c437e5-fe65-4e35-974b-c123edd7617a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:27:38,218 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.045s 2021-07-21 00:27:38,219 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:27: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-6e0257b3-04e3-4466-bbc0-865da85de817', 'x-compute-request-id': 'req-6e0257b3-04e3-4466-bbc0-865da85de817', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:27:39,265 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.044s 2021-07-21 00:27:39,266 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:27: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-dc7bc963-5511-4e04-9f59-9e86b4eeec00', 'x-compute-request-id': 'req-dc7bc963-5511-4e04-9f59-9e86b4eeec00', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:27:40,315 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.046s 2021-07-21 00:27:40,315 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:27: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-4b0a9d68-bfd8-4d60-89d1-cb36b26a7813', 'x-compute-request-id': 'req-4b0a9d68-bfd8-4d60-89d1-cb36b26a7813', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:27:41,363 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.045s 2021-07-21 00:27:41,363 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:27: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-97e65e4d-83a1-4dd4-976f-177b0c2b629d', 'x-compute-request-id': 'req-97e65e4d-83a1-4dd4-976f-177b0c2b629d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:27:42,411 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.045s 2021-07-21 00:27:42,412 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:27: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-4c5e9dd0-1208-4213-ae6a-1ed95a67b494', 'x-compute-request-id': 'req-4c5e9dd0-1208-4213-ae6a-1ed95a67b494', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:27:43,459 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.043s 2021-07-21 00:27:43,459 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:27: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-71d9373e-6c23-43ab-9ed5-d832c558a7ad', 'x-compute-request-id': 'req-71d9373e-6c23-43ab-9ed5-d832c558a7ad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:27:44,508 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.045s 2021-07-21 00:27:44,508 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:27: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-c6142313-034d-4a10-8566-31b64c9e47db', 'x-compute-request-id': 'req-c6142313-034d-4a10-8566-31b64c9e47db', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:27:45,557 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.046s 2021-07-21 00:27:45,557 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:27: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-fb405d61-ee96-4659-b1a0-90b1fb85aceb', 'x-compute-request-id': 'req-fb405d61-ee96-4659-b1a0-90b1fb85aceb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:27:46,606 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.045s 2021-07-21 00:27:46,606 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:27: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-4a8a8432-a232-4401-9dc5-0f63d16165aa', 'x-compute-request-id': 'req-4a8a8432-a232-4401-9dc5-0f63d16165aa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:27:47,654 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.044s 2021-07-21 00:27:47,654 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:27: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-42d58e57-c97a-48e8-aa86-61b1b9780c2b', 'x-compute-request-id': 'req-42d58e57-c97a-48e8-aa86-61b1b9780c2b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:27:48,701 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.044s 2021-07-21 00:27:48,701 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:27: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-77e9dd74-70c9-454a-bf01-ff704d61570f', 'x-compute-request-id': 'req-77e9dd74-70c9-454a-bf01-ff704d61570f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:27:49,749 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.045s 2021-07-21 00:27:49,749 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:27: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-91aa926c-9a81-4927-8614-0c9dcede0783', 'x-compute-request-id': 'req-91aa926c-9a81-4927-8614-0c9dcede0783', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:27:50,796 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.045s 2021-07-21 00:27:50,796 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:27: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-a1d34d4d-0956-44b3-96ad-56ae4f4c792e', 'x-compute-request-id': 'req-a1d34d4d-0956-44b3-96ad-56ae4f4c792e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:27:51,845 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.045s 2021-07-21 00:27:51,845 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:27: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-70c018dc-0502-4c6d-a62d-fb682976cce2', 'x-compute-request-id': 'req-70c018dc-0502-4c6d-a62d-fb682976cce2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:27:52,892 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.044s 2021-07-21 00:27:52,893 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:27: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-59b0b25d-8003-4b57-88a2-51626f2d022e', 'x-compute-request-id': 'req-59b0b25d-8003-4b57-88a2-51626f2d022e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:27:53,941 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.045s 2021-07-21 00:27:53,941 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:27: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-e8abf25b-52c6-4c1c-9f04-b4df3252effc', 'x-compute-request-id': 'req-e8abf25b-52c6-4c1c-9f04-b4df3252effc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:27:54,988 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.045s 2021-07-21 00:27:54,989 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:27: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-79e8c554-582e-4e8f-9af1-035687b9c7d5', 'x-compute-request-id': 'req-79e8c554-582e-4e8f-9af1-035687b9c7d5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:27:56,037 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.044s 2021-07-21 00:27:56,037 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:27: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-b5f4e801-8bd8-4ae6-9939-a3e6fe67ef79', 'x-compute-request-id': 'req-b5f4e801-8bd8-4ae6-9939-a3e6fe67ef79', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:27:57,085 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.044s 2021-07-21 00:27:57,086 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:27: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-7a4004ea-c412-45f5-b4f7-8f0b9468e0c5', 'x-compute-request-id': 'req-7a4004ea-c412-45f5-b4f7-8f0b9468e0c5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:27:58,134 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.045s 2021-07-21 00:27:58,134 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:27: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-faaae10a-d3b7-411b-84d6-1468f40400c6', 'x-compute-request-id': 'req-faaae10a-d3b7-411b-84d6-1468f40400c6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:27:59,182 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.045s 2021-07-21 00:27:59,182 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:27: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-83135022-c115-40a6-b514-6b4cde265ceb', 'x-compute-request-id': 'req-83135022-c115-40a6-b514-6b4cde265ceb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:28:00,228 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.044s 2021-07-21 00:28:00,229 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:28: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-4d7ed89e-16f9-47e9-9c58-052c4355bee1', 'x-compute-request-id': 'req-4d7ed89e-16f9-47e9-9c58-052c4355bee1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:28:01,276 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.045s 2021-07-21 00:28:01,277 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:28: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-3f128f3e-4476-46f0-bb6b-91582426eac5', 'x-compute-request-id': 'req-3f128f3e-4476-46f0-bb6b-91582426eac5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:28:02,324 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.044s 2021-07-21 00:28:02,324 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:28: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-ed48b44a-fcc6-4c25-98ea-f5947642f5b3', 'x-compute-request-id': 'req-ed48b44a-fcc6-4c25-98ea-f5947642f5b3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:28:03,372 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.044s 2021-07-21 00:28:03,372 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:28: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-5d54e513-cc66-46bc-b669-7fd627f40a5d', 'x-compute-request-id': 'req-5d54e513-cc66-46bc-b669-7fd627f40a5d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:28:04,419 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.044s 2021-07-21 00:28:04,419 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:28: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-2bf19653-cf7b-49e3-90f2-a2e2ac83a0b6', 'x-compute-request-id': 'req-2bf19653-cf7b-49e3-90f2-a2e2ac83a0b6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:28:05,466 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.044s 2021-07-21 00:28:05,467 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:28: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-cf8b3faa-0664-4ced-8c78-99104112f749', 'x-compute-request-id': 'req-cf8b3faa-0664-4ced-8c78-99104112f749', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:28:06,515 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.045s 2021-07-21 00:28:06,515 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:28: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-e11c4b7d-e8e9-40bc-98e3-ad0bf8209d78', 'x-compute-request-id': 'req-e11c4b7d-e8e9-40bc-98e3-ad0bf8209d78', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:28:07,562 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.044s 2021-07-21 00:28:07,563 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:28: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-808ea89d-fe6f-4933-94c6-2aea318a62c9', 'x-compute-request-id': 'req-808ea89d-fe6f-4933-94c6-2aea318a62c9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:28:08,609 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.044s 2021-07-21 00:28:08,610 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:28: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-7b2b596d-6a64-4b42-96f6-28cd001810bb', 'x-compute-request-id': 'req-7b2b596d-6a64-4b42-96f6-28cd001810bb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:28:09,659 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.046s 2021-07-21 00:28:09,659 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:28: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-89872884-6d55-4d67-90aa-61911d69fc78', 'x-compute-request-id': 'req-89872884-6d55-4d67-90aa-61911d69fc78', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:28:10,706 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.044s 2021-07-21 00:28:10,706 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:28: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-08af6bfd-5312-42a6-a748-32455550af80', 'x-compute-request-id': 'req-08af6bfd-5312-42a6-a748-32455550af80', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:28:11,754 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.045s 2021-07-21 00:28:11,755 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:28: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-8ae49a8a-1c0a-4a7d-b1c1-585fe6c1bd93', 'x-compute-request-id': 'req-8ae49a8a-1c0a-4a7d-b1c1-585fe6c1bd93', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:28:12,802 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.044s 2021-07-21 00:28:12,803 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:28: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-199e72fe-0686-4a62-9548-c4c71ff638ba', 'x-compute-request-id': 'req-199e72fe-0686-4a62-9548-c4c71ff638ba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:28:13,851 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.044s 2021-07-21 00:28:13,851 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:28: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-45499743-3960-46c9-a323-5430c8e7deb0', 'x-compute-request-id': 'req-45499743-3960-46c9-a323-5430c8e7deb0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:28:14,900 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.045s 2021-07-21 00:28:14,900 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:28: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-8b876a01-10df-4da1-a839-10e08a92dc39', 'x-compute-request-id': 'req-8b876a01-10df-4da1-a839-10e08a92dc39', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:28:15,948 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.045s 2021-07-21 00:28:15,948 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:28: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-631ab909-3887-4b67-bc27-2d4bae3d0401', 'x-compute-request-id': 'req-631ab909-3887-4b67-bc27-2d4bae3d0401', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:28:16,998 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.047s 2021-07-21 00:28:16,998 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:28: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-24159404-9866-42ed-94b3-87d2f4167b82', 'x-compute-request-id': 'req-24159404-9866-42ed-94b3-87d2f4167b82', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:28:18,046 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.044s 2021-07-21 00:28:18,046 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:28: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-504fadd2-9860-492f-bcd1-a84045fb4423', 'x-compute-request-id': 'req-504fadd2-9860-492f-bcd1-a84045fb4423', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:28:19,094 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.045s 2021-07-21 00:28:19,095 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:28: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-6bd6f1f4-dd25-48b0-8470-ca9bf52a602f', 'x-compute-request-id': 'req-6bd6f1f4-dd25-48b0-8470-ca9bf52a602f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:28:20,141 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.044s 2021-07-21 00:28:20,141 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:28: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-c6f82811-d866-4a64-8a12-a67f2ff899f3', 'x-compute-request-id': 'req-c6f82811-d866-4a64-8a12-a67f2ff899f3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:28:21,189 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.045s 2021-07-21 00:28:21,190 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:28: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-bbff14b4-13df-4808-aca9-6dd8fddb1fbd', 'x-compute-request-id': 'req-bbff14b4-13df-4808-aca9-6dd8fddb1fbd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:28:22,237 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.044s 2021-07-21 00:28:22,237 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:28: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-c044f4ce-cff0-4ecc-9eee-b25e4dbdc9ce', 'x-compute-request-id': 'req-c044f4ce-cff0-4ecc-9eee-b25e4dbdc9ce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:28:23,285 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.045s 2021-07-21 00:28:23,285 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:28: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-a170d1ef-3f82-4be2-af4f-e966be961c0d', 'x-compute-request-id': 'req-a170d1ef-3f82-4be2-af4f-e966be961c0d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:28:24,333 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.045s 2021-07-21 00:28:24,334 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:28: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-0b20112d-22eb-49aa-898a-5a1564755a7a', 'x-compute-request-id': 'req-0b20112d-22eb-49aa-898a-5a1564755a7a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:28:25,381 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.044s 2021-07-21 00:28:25,382 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:28: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-eecfbd83-3ff8-4c16-bcf2-daee74c57e7c', 'x-compute-request-id': 'req-eecfbd83-3ff8-4c16-bcf2-daee74c57e7c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:28:26,428 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.043s 2021-07-21 00:28:26,428 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:28: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-ead3facc-f50c-4020-81db-9f66cfba5f13', 'x-compute-request-id': 'req-ead3facc-f50c-4020-81db-9f66cfba5f13', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:28:27,475 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.044s 2021-07-21 00:28:27,476 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:28: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-dbec8109-24ea-4050-8340-f0e9a47c3572', 'x-compute-request-id': 'req-dbec8109-24ea-4050-8340-f0e9a47c3572', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:28:28,522 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.043s 2021-07-21 00:28:28,522 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:28: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-3f4a0126-7b47-45a6-b116-6aef39a91790', 'x-compute-request-id': 'req-3f4a0126-7b47-45a6-b116-6aef39a91790', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:28:29,570 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.045s 2021-07-21 00:28:29,570 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:28: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-18f9cf27-f32e-4cfd-b6be-6170e175aef6', 'x-compute-request-id': 'req-18f9cf27-f32e-4cfd-b6be-6170e175aef6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:28:30,618 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.044s 2021-07-21 00:28:30,618 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:28: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-a9508c32-b788-4303-a03b-7a5de8f14b8b', 'x-compute-request-id': 'req-a9508c32-b788-4303-a03b-7a5de8f14b8b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:28:31,665 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.045s 2021-07-21 00:28:31,666 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:28: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-a96be825-b43c-4884-ab79-af8e2d0aabf1', 'x-compute-request-id': 'req-a96be825-b43c-4884-ab79-af8e2d0aabf1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:28:32,712 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.044s 2021-07-21 00:28:32,713 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:28: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-6e80df0f-31b6-44ff-89ff-0d6752e2c10d', 'x-compute-request-id': 'req-6e80df0f-31b6-44ff-89ff-0d6752e2c10d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:28:33,761 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.045s 2021-07-21 00:28:33,761 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:28: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-b4ca824e-8f10-4187-92b0-38a948029ac8', 'x-compute-request-id': 'req-b4ca824e-8f10-4187-92b0-38a948029ac8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:28:34,809 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.045s 2021-07-21 00:28:34,809 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:28: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-80896977-5289-468a-9f47-c987c6060d27', 'x-compute-request-id': 'req-80896977-5289-468a-9f47-c987c6060d27', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:28:35,856 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.044s 2021-07-21 00:28:35,857 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:28: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-5dfff3ac-db5b-4f26-a544-9ee91ddd670f', 'x-compute-request-id': 'req-5dfff3ac-db5b-4f26-a544-9ee91ddd670f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:28:36,904 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.045s 2021-07-21 00:28:36,904 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:28: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-50a99964-2762-4b48-b196-a7b6c6d20ff7', 'x-compute-request-id': 'req-50a99964-2762-4b48-b196-a7b6c6d20ff7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:28:37,952 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.045s 2021-07-21 00:28:37,952 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:28: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-2a15a57a-d99b-40a7-a880-4f809bf9d0d6', 'x-compute-request-id': 'req-2a15a57a-d99b-40a7-a880-4f809bf9d0d6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:28:39,000 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.045s 2021-07-21 00:28:39,001 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:28: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-3a5b491a-f04b-4dc3-b34f-112f325fb941', 'x-compute-request-id': 'req-3a5b491a-f04b-4dc3-b34f-112f325fb941', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:28:40,049 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.045s 2021-07-21 00:28:40,049 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:28: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-3bba2add-78a0-4ec7-9afc-515774758030', 'x-compute-request-id': 'req-3bba2add-78a0-4ec7-9afc-515774758030', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:28:41,096 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.044s 2021-07-21 00:28:41,097 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:28: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-a9c471d3-6fd4-4aad-b399-0c5f390eaa57', 'x-compute-request-id': 'req-a9c471d3-6fd4-4aad-b399-0c5f390eaa57', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:28:42,144 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.044s 2021-07-21 00:28:42,144 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:28: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-fab9a56c-932a-4a5e-a92f-0e1d5c6a1906', 'x-compute-request-id': 'req-fab9a56c-932a-4a5e-a92f-0e1d5c6a1906', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:28:43,192 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.044s 2021-07-21 00:28:43,192 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:28: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-5faef19b-a033-4e72-a209-73918371e582', 'x-compute-request-id': 'req-5faef19b-a033-4e72-a209-73918371e582', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:28:44,240 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.045s 2021-07-21 00:28:44,241 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:28: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-78763b46-de0d-4b91-a4ab-b85e3443cb66', 'x-compute-request-id': 'req-78763b46-de0d-4b91-a4ab-b85e3443cb66', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:28:45,288 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.044s 2021-07-21 00:28:45,288 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:28: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-a45ecc94-ff08-42fc-a636-a9f468ffbfe2', 'x-compute-request-id': 'req-a45ecc94-ff08-42fc-a636-a9f468ffbfe2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:28:46,335 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.044s 2021-07-21 00:28:46,335 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:28: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-a82c3cfe-adb5-4abb-b55b-5fc4758281a1', 'x-compute-request-id': 'req-a82c3cfe-adb5-4abb-b55b-5fc4758281a1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:28:47,383 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.044s 2021-07-21 00:28:47,383 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:28: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-3e415fa4-b8a2-4fd1-89a9-e348b40da88c', 'x-compute-request-id': 'req-3e415fa4-b8a2-4fd1-89a9-e348b40da88c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:28:48,432 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.046s 2021-07-21 00:28:48,433 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:28: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-7a665fda-4b74-420d-97a6-d5f6ad7db0ec', 'x-compute-request-id': 'req-7a665fda-4b74-420d-97a6-d5f6ad7db0ec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:28:49,480 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.044s 2021-07-21 00:28:49,480 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:28: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-29ad2e4f-8428-451c-b5ed-7ad3168a2fca', 'x-compute-request-id': 'req-29ad2e4f-8428-451c-b5ed-7ad3168a2fca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:28:50,529 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.046s 2021-07-21 00:28:50,529 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:28: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-c9ee3c9c-f5f4-4c66-bfd0-dece117061ad', 'x-compute-request-id': 'req-c9ee3c9c-f5f4-4c66-bfd0-dece117061ad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:28:51,576 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.044s 2021-07-21 00:28:51,576 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:28: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-43f56677-4ad6-4d1a-8518-5a6bfe85466e', 'x-compute-request-id': 'req-43f56677-4ad6-4d1a-8518-5a6bfe85466e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:28:52,624 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.045s 2021-07-21 00:28:52,624 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:28: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-b78c5acb-75cf-4bf8-9557-a92d5f362df4', 'x-compute-request-id': 'req-b78c5acb-75cf-4bf8-9557-a92d5f362df4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:28:53,677 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.050s 2021-07-21 00:28:53,678 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:28: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-0762627f-7cc4-4baf-8686-52d2cd7535bc', 'x-compute-request-id': 'req-0762627f-7cc4-4baf-8686-52d2cd7535bc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:28:54,725 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.044s 2021-07-21 00:28:54,725 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:28: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-10c7bbb2-f807-4cf3-9781-e2125fbb7fc0', 'x-compute-request-id': 'req-10c7bbb2-f807-4cf3-9781-e2125fbb7fc0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:28:55,775 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.047s 2021-07-21 00:28:55,776 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:28: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-221a13de-cbf3-4992-ba69-bc01e138aa53', 'x-compute-request-id': 'req-221a13de-cbf3-4992-ba69-bc01e138aa53', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:28:56,823 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.045s 2021-07-21 00:28:56,823 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:28: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-38539b82-4c7d-46f7-b1b2-521f8634b927', 'x-compute-request-id': 'req-38539b82-4c7d-46f7-b1b2-521f8634b927', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:28:57,870 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.044s 2021-07-21 00:28:57,870 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:28: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-4b9b4da9-b2cd-4a5d-9dcd-682c78fc5f08', 'x-compute-request-id': 'req-4b9b4da9-b2cd-4a5d-9dcd-682c78fc5f08', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:28:58,918 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.044s 2021-07-21 00:28:58,918 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:28: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-9832eef9-d42e-4ffc-8072-2531087c5e0e', 'x-compute-request-id': 'req-9832eef9-d42e-4ffc-8072-2531087c5e0e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:28:59,964 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.043s 2021-07-21 00:28:59,965 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:28: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-fb5fc8a0-4957-4563-a54a-236d194c8c51', 'x-compute-request-id': 'req-fb5fc8a0-4957-4563-a54a-236d194c8c51', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:29:01,013 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.045s 2021-07-21 00:29:01,013 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:29: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-e73b0e58-b43b-42ea-a623-0ede85bef012', 'x-compute-request-id': 'req-e73b0e58-b43b-42ea-a623-0ede85bef012', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:29:02,061 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.044s 2021-07-21 00:29:02,061 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:29: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-4c49c7b4-7604-4066-b65a-45a9272792c9', 'x-compute-request-id': 'req-4c49c7b4-7604-4066-b65a-45a9272792c9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:29:03,109 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.044s 2021-07-21 00:29:03,109 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:29: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-a3592f03-a3d2-4965-b651-130d7382e94c', 'x-compute-request-id': 'req-a3592f03-a3d2-4965-b651-130d7382e94c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:29:04,155 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.043s 2021-07-21 00:29:04,156 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:29: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-421d78b3-aa9e-4725-8815-e45d4d849f0e', 'x-compute-request-id': 'req-421d78b3-aa9e-4725-8815-e45d4d849f0e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:29:05,203 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.044s 2021-07-21 00:29:05,203 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:29: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-3a5ddb59-1844-438c-a0d6-6dbdf504e3e0', 'x-compute-request-id': 'req-3a5ddb59-1844-438c-a0d6-6dbdf504e3e0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:29:06,251 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.044s 2021-07-21 00:29:06,251 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:29: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-2b3a0b57-bad1-4107-8615-d11a297b6b4d', 'x-compute-request-id': 'req-2b3a0b57-bad1-4107-8615-d11a297b6b4d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:29:07,299 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.045s 2021-07-21 00:29:07,299 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:29: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-b90ae6a9-e338-440b-bcb2-067f399c93d0', 'x-compute-request-id': 'req-b90ae6a9-e338-440b-bcb2-067f399c93d0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:29:08,346 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.044s 2021-07-21 00:29:08,346 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:29: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-cc4a5e78-bfc5-4880-ab5d-f19e5154eb69', 'x-compute-request-id': 'req-cc4a5e78-bfc5-4880-ab5d-f19e5154eb69', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:29:09,394 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.044s 2021-07-21 00:29:09,394 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:29: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-f8fe2033-6046-432e-a3fd-7904bd4bdf8d', 'x-compute-request-id': 'req-f8fe2033-6046-432e-a3fd-7904bd4bdf8d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:29:10,441 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.043s 2021-07-21 00:29:10,441 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:29: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-b14dad19-fdd9-4479-a3bd-73c7836d5b86', 'x-compute-request-id': 'req-b14dad19-fdd9-4479-a3bd-73c7836d5b86', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:29:11,489 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.044s 2021-07-21 00:29:11,490 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:29: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-1593058a-0b8b-40c3-b998-5dfa7cc38167', 'x-compute-request-id': 'req-1593058a-0b8b-40c3-b998-5dfa7cc38167', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:29:12,537 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.044s 2021-07-21 00:29:12,537 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:29: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-80f80cfe-28ab-48ee-a524-c607274f2e1c', 'x-compute-request-id': 'req-80f80cfe-28ab-48ee-a524-c607274f2e1c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:29:13,584 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.044s 2021-07-21 00:29:13,585 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:29: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-b36fdadc-302f-403a-be30-d16c1838fe09', 'x-compute-request-id': 'req-b36fdadc-302f-403a-be30-d16c1838fe09', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:29:14,633 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.044s 2021-07-21 00:29:14,633 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:29: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-bc9085db-5da5-4592-837a-2b0b34495e12', 'x-compute-request-id': 'req-bc9085db-5da5-4592-837a-2b0b34495e12', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:29:15,680 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.044s 2021-07-21 00:29:15,680 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:29: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-122957b9-1a39-4287-a3df-b120ff0399d8', 'x-compute-request-id': 'req-122957b9-1a39-4287-a3df-b120ff0399d8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:29:16,727 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.044s 2021-07-21 00:29:16,728 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:29: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-ce8e6ff6-e735-430d-be94-233700c582b6', 'x-compute-request-id': 'req-ce8e6ff6-e735-430d-be94-233700c582b6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:29:17,775 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.044s 2021-07-21 00:29:17,775 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:29: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-fd6b7862-d7a9-4b39-8b05-439c7746bc91', 'x-compute-request-id': 'req-fd6b7862-d7a9-4b39-8b05-439c7746bc91', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:29:18,822 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.044s 2021-07-21 00:29:18,823 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:29: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-690b6e83-75b7-44e0-a37e-33e302be319b', 'x-compute-request-id': 'req-690b6e83-75b7-44e0-a37e-33e302be319b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:29:19,870 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.044s 2021-07-21 00:29:19,870 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:29: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-3fcdc1fd-087a-472d-a2c4-5330bb231985', 'x-compute-request-id': 'req-3fcdc1fd-087a-472d-a2c4-5330bb231985', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:29:20,918 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.044s 2021-07-21 00:29:20,918 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:29: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-0828e17c-526c-4a19-b341-213d8988d869', 'x-compute-request-id': 'req-0828e17c-526c-4a19-b341-213d8988d869', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:29:21,965 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.044s 2021-07-21 00:29:21,965 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:29: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-5befde0c-72bd-40b5-a364-8ecb54efad99', 'x-compute-request-id': 'req-5befde0c-72bd-40b5-a364-8ecb54efad99', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:29:23,013 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.044s 2021-07-21 00:29:23,013 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:29: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-e4e77be3-2395-4f1d-a8e4-a444834e9cf9', 'x-compute-request-id': 'req-e4e77be3-2395-4f1d-a8e4-a444834e9cf9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:29:24,061 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.045s 2021-07-21 00:29:24,061 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:29: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-cf20317f-47bf-4abe-b4e7-1a84ab67549b', 'x-compute-request-id': 'req-cf20317f-47bf-4abe-b4e7-1a84ab67549b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:29:25,107 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.043s 2021-07-21 00:29:25,108 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:29: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-2407122f-528d-41cf-a0c5-f500e9dfc3c5', 'x-compute-request-id': 'req-2407122f-528d-41cf-a0c5-f500e9dfc3c5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:29:26,156 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.045s 2021-07-21 00:29:26,156 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:29: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-8cd305a1-bdcc-4f1d-b567-71423da7f8dd', 'x-compute-request-id': 'req-8cd305a1-bdcc-4f1d-b567-71423da7f8dd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:29:27,204 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.044s 2021-07-21 00:29:27,204 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:29: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-9f5e68d0-5922-4d47-92c9-fabd859ef10a', 'x-compute-request-id': 'req-9f5e68d0-5922-4d47-92c9-fabd859ef10a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:29:28,255 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.048s 2021-07-21 00:29:28,255 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:29: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-9ca870a1-0785-46f7-9109-a4e963e03af3', 'x-compute-request-id': 'req-9ca870a1-0785-46f7-9109-a4e963e03af3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:29:29,303 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.044s 2021-07-21 00:29:29,303 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:29: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-4768d9c4-ae54-47dc-8ef7-ca8d94edc66f', 'x-compute-request-id': 'req-4768d9c4-ae54-47dc-8ef7-ca8d94edc66f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:29:30,350 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.044s 2021-07-21 00:29:30,351 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:29: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-f663cd19-64ab-4641-a530-a5abbdd55a10', 'x-compute-request-id': 'req-f663cd19-64ab-4641-a530-a5abbdd55a10', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:29:31,398 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.044s 2021-07-21 00:29:31,398 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:29: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-dead10bc-324b-4440-b410-471dd0e63f67', 'x-compute-request-id': 'req-dead10bc-324b-4440-b410-471dd0e63f67', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:29:32,444 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.043s 2021-07-21 00:29:32,444 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:29: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-0ead958e-c0a7-495d-8be6-b4092a063415', 'x-compute-request-id': 'req-0ead958e-c0a7-495d-8be6-b4092a063415', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:29:33,491 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.043s 2021-07-21 00:29:33,491 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:29: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-387f7204-8f63-4924-90c4-7aaf01787112', 'x-compute-request-id': 'req-387f7204-8f63-4924-90c4-7aaf01787112', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:29:34,540 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.046s 2021-07-21 00:29:34,541 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:29: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-66614769-2077-4cec-bca3-aa96ba0adf3e', 'x-compute-request-id': 'req-66614769-2077-4cec-bca3-aa96ba0adf3e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:29:35,588 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.044s 2021-07-21 00:29:35,588 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:29: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-2b3b99cd-2ca3-432b-92eb-279a72ee8da8', 'x-compute-request-id': 'req-2b3b99cd-2ca3-432b-92eb-279a72ee8da8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:29:36,635 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.044s 2021-07-21 00:29:36,636 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:29: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-98329d79-b268-4876-8447-2a667e7e9064', 'x-compute-request-id': 'req-98329d79-b268-4876-8447-2a667e7e9064', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:29:37,684 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.045s 2021-07-21 00:29:37,684 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:29: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-915286fa-937f-4ad6-ad62-406e594c690a', 'x-compute-request-id': 'req-915286fa-937f-4ad6-ad62-406e594c690a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:29:38,732 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.044s 2021-07-21 00:29:38,732 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:29: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-082be0fb-72de-421e-897b-88907bdccc60', 'x-compute-request-id': 'req-082be0fb-72de-421e-897b-88907bdccc60', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:29:39,780 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.045s 2021-07-21 00:29:39,781 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:29: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-8375a972-0615-4689-aaff-a86ed220e5b5', 'x-compute-request-id': 'req-8375a972-0615-4689-aaff-a86ed220e5b5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:29:40,828 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.044s 2021-07-21 00:29:40,828 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:29: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-b510aab3-2fe9-4faf-bbfc-81aa560607e6', 'x-compute-request-id': 'req-b510aab3-2fe9-4faf-bbfc-81aa560607e6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:29:41,875 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.044s 2021-07-21 00:29:41,876 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:29: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-ef706cb4-efa8-4a26-9511-5251767fe6e1', 'x-compute-request-id': 'req-ef706cb4-efa8-4a26-9511-5251767fe6e1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:29:42,922 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.044s 2021-07-21 00:29:42,923 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:29: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-be125090-1225-41e6-a529-fcdb5365f006', 'x-compute-request-id': 'req-be125090-1225-41e6-a529-fcdb5365f006', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:29:43,982 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.056s 2021-07-21 00:29:43,983 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:29: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-a35a729f-4a00-4d89-8feb-0cd929d1a5dc', 'x-compute-request-id': 'req-a35a729f-4a00-4d89-8feb-0cd929d1a5dc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:29:45,030 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.045s 2021-07-21 00:29:45,031 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:29: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-ac914c08-0cbe-474d-8c5e-486a657a2006', 'x-compute-request-id': 'req-ac914c08-0cbe-474d-8c5e-486a657a2006', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:29:46,078 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.044s 2021-07-21 00:29:46,078 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:29: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-50965f2d-c15c-44ba-a93c-576983cff84a', 'x-compute-request-id': 'req-50965f2d-c15c-44ba-a93c-576983cff84a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:29:47,125 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.044s 2021-07-21 00:29:47,125 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:29: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-3cd734c3-367c-4662-89ca-695f7693f6f0', 'x-compute-request-id': 'req-3cd734c3-367c-4662-89ca-695f7693f6f0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:29:48,172 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.044s 2021-07-21 00:29:48,172 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:29: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-ce4dd8f0-f53f-4954-ad6d-95ed924ef98c', 'x-compute-request-id': 'req-ce4dd8f0-f53f-4954-ad6d-95ed924ef98c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:29:49,229 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.052s 2021-07-21 00:29:49,229 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:29: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-f0d7ff4a-984e-4ed2-b480-17440cff0e31', 'x-compute-request-id': 'req-f0d7ff4a-984e-4ed2-b480-17440cff0e31', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:29:50,277 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.045s 2021-07-21 00:29:50,277 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:29: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-8aa879b6-75a9-42bc-af9d-ad85201d6e01', 'x-compute-request-id': 'req-8aa879b6-75a9-42bc-af9d-ad85201d6e01', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:29:51,325 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.044s 2021-07-21 00:29:51,325 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:29: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-86c3fa5c-5f54-4e6d-8597-b05c73cf8193', 'x-compute-request-id': 'req-86c3fa5c-5f54-4e6d-8597-b05c73cf8193', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:29:52,372 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.044s 2021-07-21 00:29:52,373 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:29: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-9b820b4e-858d-4ffb-825e-60006a1b49c4', 'x-compute-request-id': 'req-9b820b4e-858d-4ffb-825e-60006a1b49c4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:29:53,421 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.045s 2021-07-21 00:29:53,422 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:29: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-31c31f5a-de14-492c-be6d-9155129a0172', 'x-compute-request-id': 'req-31c31f5a-de14-492c-be6d-9155129a0172', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:29:54,469 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.045s 2021-07-21 00:29:54,470 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:29: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-35a43a24-c099-465c-b467-6533e1b2b2bb', 'x-compute-request-id': 'req-35a43a24-c099-465c-b467-6533e1b2b2bb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:29:55,533 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.060s 2021-07-21 00:29:55,533 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:29: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-e3377536-ed0c-4bc9-bf79-012075e5417e', 'x-compute-request-id': 'req-e3377536-ed0c-4bc9-bf79-012075e5417e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:29:56,580 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.044s 2021-07-21 00:29:56,580 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:29: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-96d1b948-1080-41ab-b45d-0d89e4c4f031', 'x-compute-request-id': 'req-96d1b948-1080-41ab-b45d-0d89e4c4f031', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:29:57,628 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.044s 2021-07-21 00:29:57,628 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:29: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-4592090e-58f6-431a-96a3-3d6a820b8bbc', 'x-compute-request-id': 'req-4592090e-58f6-431a-96a3-3d6a820b8bbc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:29:58,674 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.043s 2021-07-21 00:29:58,675 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:29: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-f666d4a2-316f-4f75-91d7-244ce56ffb60', 'x-compute-request-id': 'req-f666d4a2-316f-4f75-91d7-244ce56ffb60', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:29:59,722 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.045s 2021-07-21 00:29:59,723 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:29: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-8e3d9551-b700-419f-afb5-57a70b4bfb0d', 'x-compute-request-id': 'req-8e3d9551-b700-419f-afb5-57a70b4bfb0d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:30:00,770 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.044s 2021-07-21 00:30:00,770 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:30: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-8204d8df-5ef1-4b23-a1ce-530e3a52f582', 'x-compute-request-id': 'req-8204d8df-5ef1-4b23-a1ce-530e3a52f582', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:30:01,823 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.050s 2021-07-21 00:30:01,824 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:30: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-674cc294-31a1-4d6f-95f7-9ebd53db0e56', 'x-compute-request-id': 'req-674cc294-31a1-4d6f-95f7-9ebd53db0e56', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:30:02,871 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.044s 2021-07-21 00:30:02,872 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:30: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-7c79cb62-07bf-4f7c-ac09-dbba4847ef46', 'x-compute-request-id': 'req-7c79cb62-07bf-4f7c-ac09-dbba4847ef46', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:30:03,921 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.046s 2021-07-21 00:30:03,921 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:30: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-ee6df386-2411-4cc8-bc14-d494f65e0b79', 'x-compute-request-id': 'req-ee6df386-2411-4cc8-bc14-d494f65e0b79', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:30:04,970 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.046s 2021-07-21 00:30:04,970 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:30: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-ab13eb81-8c52-462a-b7e8-c9acf4a9e66d', 'x-compute-request-id': 'req-ab13eb81-8c52-462a-b7e8-c9acf4a9e66d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:30:06,016 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments 0.044s 2021-07-21 00:30:06,017 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:30: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-2726bc13-9d8f-4762-80f0-8b5b5820efdb', 'x-compute-request-id': 'req-2726bc13-9d8f-4762-80f0-8b5b5820efdb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "volumeId": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "serverId": "8c07d7bb-18cd-43a5-8713-681ce8014048", "device": "/dev/sdb"}]}' 2021-07-21 00:30:07,208 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 400 DELETE http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.188s 2021-07-21 00:30:07,209 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:30:07 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': '269', 'x-openstack-request-id': 'req-eaed8426-8681-40ce-87ee-7d1e6794da4b', 'x-compute-request-id': 'req-eaed8426-8681-40ce-87ee-7d1e6794da4b', 'connection': 'close', 'status': '400', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048/os-volume_attachments/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"badRequest": {"code": 400, "message": "Invalid volume: Invalid input received: Invalid volume: Unable to detach volume. Volume status must be \'in-use\' and attach_status must be \'attached\' to detach. (HTTP 400) (Request-ID: req-e5953914-530c-4750-8308-ac889b1d3a69)"}}' 2021-07-21 00:30:07,246 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 400 DELETE http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.036s 2021-07-21 00:30:07,247 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:30:07 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-113ad9ff-86d3-4f33-a670-8f0359407b69', 'x-openstack-request-id': 'req-113ad9ff-86d3-4f33-a670-8f0359407b69', 'connection': 'close', 'status': '400', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"badRequest": {"code": 400, "message": "Invalid volume: Volume status must be available or error or error_restoring or error_extending or error_managing and must not be migrating, attached, belong to a group, have snapshots or be disassociated from snapshots after volume transfer."}}' 2021-07-21 00:30:07,296 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.048s 2021-07-21 00:30:07,296 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:30:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a3b86aeb-c996-426a-abf3-ef9810e69edf', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a3b86aeb-c996-426a-abf3-ef9810e69edf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:30:08,350 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.045s 2021-07-21 00:30:08,350 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:30:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-19fa068d-0980-40bb-8525-58bc0c8693ff', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-19fa068d-0980-40bb-8525-58bc0c8693ff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:30:09,405 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.046s 2021-07-21 00:30:09,405 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:30:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5581076b-918a-4ffa-9a67-e82aae99a4be', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5581076b-918a-4ffa-9a67-e82aae99a4be', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:30:10,459 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.047s 2021-07-21 00:30:10,460 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:30:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-40e40b1d-1792-4fc0-ae4a-fe0abe322cbf', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-40e40b1d-1792-4fc0-ae4a-fe0abe322cbf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:30:11,510 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.043s 2021-07-21 00:30:11,511 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:30:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cea597f7-cb22-42a3-a741-278ed2a0c8d3', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cea597f7-cb22-42a3-a741-278ed2a0c8d3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:30:12,564 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.045s 2021-07-21 00:30:12,564 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:30:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-36f65d33-2117-4b13-97ce-d916fd0c068c', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-36f65d33-2117-4b13-97ce-d916fd0c068c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:30:13,617 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.044s 2021-07-21 00:30:13,618 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:30:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-23ebd2e9-b094-4f83-8675-a9eea6cb6136', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-23ebd2e9-b094-4f83-8675-a9eea6cb6136', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:30:14,672 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.046s 2021-07-21 00:30:14,673 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:30:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d8235cb1-540d-4157-ae8c-4b20183cb2d0', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d8235cb1-540d-4157-ae8c-4b20183cb2d0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:30:15,726 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.045s 2021-07-21 00:30:15,726 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:30:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-26e72c0f-905c-4281-a1c1-8d474adda015', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-26e72c0f-905c-4281-a1c1-8d474adda015', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:30:16,782 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.048s 2021-07-21 00:30:16,783 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:30:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ac9b34c8-64fd-44d8-96bd-9642a91c31b5', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ac9b34c8-64fd-44d8-96bd-9642a91c31b5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:30:17,836 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.045s 2021-07-21 00:30:17,836 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:30:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e1057382-403b-4857-a20c-9f8242dbcad2', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e1057382-403b-4857-a20c-9f8242dbcad2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:30:18,890 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.045s 2021-07-21 00:30:18,890 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:30:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4010ae7f-0b2c-4288-aae9-8850bedc5792', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4010ae7f-0b2c-4288-aae9-8850bedc5792', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:30:19,944 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.046s 2021-07-21 00:30:19,944 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:30:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e7484622-dd18-4368-8c8d-f1f8005777d9', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e7484622-dd18-4368-8c8d-f1f8005777d9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:30:20,997 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.045s 2021-07-21 00:30:20,997 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:30:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c185217e-1289-4c73-8d9f-3407ced2c174', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c185217e-1289-4c73-8d9f-3407ced2c174', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:30:22,050 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.045s 2021-07-21 00:30:22,050 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:30:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-456fe062-e2f8-4b45-892d-9e2c3cb10112', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-456fe062-e2f8-4b45-892d-9e2c3cb10112', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:30:23,103 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.045s 2021-07-21 00:30:23,103 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:30:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b788297e-3641-46ed-93de-645a75c60d88', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b788297e-3641-46ed-93de-645a75c60d88', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:30:24,157 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.045s 2021-07-21 00:30:24,158 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:30:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c122c503-9c88-4a48-a68f-7077a8df16f5', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c122c503-9c88-4a48-a68f-7077a8df16f5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:30:25,211 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.045s 2021-07-21 00:30:25,211 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:30:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-90884edb-d909-4ff9-9a1d-8eaa202cff0f', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-90884edb-d909-4ff9-9a1d-8eaa202cff0f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:30:26,264 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.045s 2021-07-21 00:30:26,264 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:30:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cc68a4ab-ef39-4714-a8c5-b9f4dde76797', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cc68a4ab-ef39-4714-a8c5-b9f4dde76797', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:30:27,317 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.046s 2021-07-21 00:30:27,317 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:30:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e3d612e1-271d-43fe-8266-a1ae2053ef0f', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e3d612e1-271d-43fe-8266-a1ae2053ef0f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:30:28,371 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.046s 2021-07-21 00:30:28,372 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:30:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e23a7672-5156-4685-a5f9-94336d72d25f', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e23a7672-5156-4685-a5f9-94336d72d25f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:30:29,425 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.045s 2021-07-21 00:30:29,425 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:30:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1cfdf65b-65b1-4c0d-8a20-182e5e24b589', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1cfdf65b-65b1-4c0d-8a20-182e5e24b589', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:30:30,477 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.044s 2021-07-21 00:30:30,478 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:30:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-86447e42-58ed-498a-ba9b-4af17224488c', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-86447e42-58ed-498a-ba9b-4af17224488c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:30:31,532 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.046s 2021-07-21 00:30:31,532 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:30:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8bd37c07-f77d-4a2a-aae4-11229318e3ff', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8bd37c07-f77d-4a2a-aae4-11229318e3ff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:30:32,586 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.046s 2021-07-21 00:30:32,586 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:30:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5834d467-4047-4b27-8f4e-4bdb2763a8f4', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5834d467-4047-4b27-8f4e-4bdb2763a8f4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:30:33,644 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.049s 2021-07-21 00:30:33,645 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:30:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bfcc7b48-84cd-4a08-9181-616bef8689c8', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bfcc7b48-84cd-4a08-9181-616bef8689c8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:30:34,699 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.047s 2021-07-21 00:30:34,700 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:30:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8510cf86-93d5-4254-8ef6-7fcb771ebf68', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8510cf86-93d5-4254-8ef6-7fcb771ebf68', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:30:35,752 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.045s 2021-07-21 00:30:35,753 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:30:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aaa6bcdd-7ba6-4b10-bdef-9c2128220aca', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aaa6bcdd-7ba6-4b10-bdef-9c2128220aca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:30:36,809 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.048s 2021-07-21 00:30:36,809 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:30:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-646d6f07-2de7-4081-bc8b-c64f41d2c112', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-646d6f07-2de7-4081-bc8b-c64f41d2c112', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:30:37,866 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.049s 2021-07-21 00:30:37,866 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:30:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-464c0e25-21f6-4abe-a161-cbaa003c59f6', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-464c0e25-21f6-4abe-a161-cbaa003c59f6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:30:38,933 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.059s 2021-07-21 00:30:38,934 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:30:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c6de0531-e6f7-4f8e-b560-8ddd5371e83f', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c6de0531-e6f7-4f8e-b560-8ddd5371e83f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:30:39,988 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.045s 2021-07-21 00:30:39,988 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:30:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3f6021ec-5c29-44a7-9488-dc991753ca1e', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3f6021ec-5c29-44a7-9488-dc991753ca1e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:30:41,042 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.045s 2021-07-21 00:30:41,042 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:30:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ca6a8b7d-695c-459f-b9e7-5517430b4f8d', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ca6a8b7d-695c-459f-b9e7-5517430b4f8d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:30:42,151 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.101s 2021-07-21 00:30:42,152 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:30:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c7075de3-f2d7-425f-9cfa-add180e67703', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c7075de3-f2d7-425f-9cfa-add180e67703', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:30:43,205 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.045s 2021-07-21 00:30:43,205 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:30:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6d0671aa-54b4-4b7b-a1ba-057c9d547dac', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6d0671aa-54b4-4b7b-a1ba-057c9d547dac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:30:44,258 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.045s 2021-07-21 00:30:44,258 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:30:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aa5f7e42-0a8a-4abe-9776-de741f4d259f', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aa5f7e42-0a8a-4abe-9776-de741f4d259f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:30:45,312 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.045s 2021-07-21 00:30:45,312 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:30:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3093f4ef-1f6a-4ebb-87c9-7c93b9d254aa', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3093f4ef-1f6a-4ebb-87c9-7c93b9d254aa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:30:46,365 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.045s 2021-07-21 00:30:46,365 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:30:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-090f3842-86f3-4985-99d3-b209e7e75044', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-090f3842-86f3-4985-99d3-b209e7e75044', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:30:47,419 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.045s 2021-07-21 00:30:47,419 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:30:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e3a5e421-3ea9-41fe-b1e9-1b777c1830a4', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e3a5e421-3ea9-41fe-b1e9-1b777c1830a4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:30:48,472 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.045s 2021-07-21 00:30:48,473 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:30:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c29213c9-98da-4503-accd-f725fc8b7b93', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c29213c9-98da-4503-accd-f725fc8b7b93', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:30:49,525 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.045s 2021-07-21 00:30:49,525 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:30:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f289f370-a9b2-4b00-8377-c42c0374f379', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f289f370-a9b2-4b00-8377-c42c0374f379', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:30:50,579 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.045s 2021-07-21 00:30:50,579 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:30:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b00a20aa-7308-4cca-a6bc-c28b05a382b8', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b00a20aa-7308-4cca-a6bc-c28b05a382b8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:30:51,632 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.045s 2021-07-21 00:30:51,633 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:30:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5d939e63-2416-49b3-a153-81479eaef71e', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5d939e63-2416-49b3-a153-81479eaef71e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:30:52,692 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.051s 2021-07-21 00:30:52,692 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:30:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c3381b87-93aa-4972-a47d-c55365bce8e5', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c3381b87-93aa-4972-a47d-c55365bce8e5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:30:53,744 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.044s 2021-07-21 00:30:53,745 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:30:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-25314a68-18ee-4028-ba81-1a7dc711b9f2', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-25314a68-18ee-4028-ba81-1a7dc711b9f2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:30:54,797 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.044s 2021-07-21 00:30:54,797 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:30:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0af031f7-ab82-4813-83fe-d76bd8546e53', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0af031f7-ab82-4813-83fe-d76bd8546e53', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:30:55,850 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.045s 2021-07-21 00:30:55,850 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:30:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a95db711-8497-41d2-8728-c0933ca3165f', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a95db711-8497-41d2-8728-c0933ca3165f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:30:56,904 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.046s 2021-07-21 00:30:56,904 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:30:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ba2539b0-c7d2-46c8-9551-82109cf72130', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ba2539b0-c7d2-46c8-9551-82109cf72130', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:30:57,958 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.045s 2021-07-21 00:30:57,958 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:30:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e0a6dee8-3cda-41cd-9c56-c3e9a72da3a3', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e0a6dee8-3cda-41cd-9c56-c3e9a72da3a3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:30:59,011 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.045s 2021-07-21 00:30:59,012 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:30:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-44e8001d-1133-448c-845e-d6ed6ceee51d', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-44e8001d-1133-448c-845e-d6ed6ceee51d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:31:00,065 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.045s 2021-07-21 00:31:00,066 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:31:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-412ee8c6-cbe1-4096-8e12-1bcc646b706f', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-412ee8c6-cbe1-4096-8e12-1bcc646b706f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:31:01,119 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.045s 2021-07-21 00:31:01,119 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:31:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-03a8afb1-fff1-4d36-850c-ff78be5d6c5f', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-03a8afb1-fff1-4d36-850c-ff78be5d6c5f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:31:02,173 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.045s 2021-07-21 00:31:02,173 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:31:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-00350799-8494-4b4c-909f-3131c6c4f245', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-00350799-8494-4b4c-909f-3131c6c4f245', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:31:03,226 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.046s 2021-07-21 00:31:03,227 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:31:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6f6f652e-d83a-4570-8000-e5852a1fdd7c', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6f6f652e-d83a-4570-8000-e5852a1fdd7c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:31:04,279 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.045s 2021-07-21 00:31:04,279 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:31:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-53f98bcc-684c-4e9f-ac31-aafb8e2fdfe1', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-53f98bcc-684c-4e9f-ac31-aafb8e2fdfe1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:31:05,332 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.044s 2021-07-21 00:31:05,332 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:31:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b496c4cc-f2fe-4f6e-87f6-32bfc22170cd', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b496c4cc-f2fe-4f6e-87f6-32bfc22170cd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:31:06,386 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.046s 2021-07-21 00:31:06,386 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:31:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-22c93a49-448a-4a4a-8019-bdfe4f3f7952', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-22c93a49-448a-4a4a-8019-bdfe4f3f7952', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:31:07,439 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.045s 2021-07-21 00:31:07,439 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:31:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f964319c-ba8d-4f39-9f96-254412b8a4af', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f964319c-ba8d-4f39-9f96-254412b8a4af', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:31:08,492 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.045s 2021-07-21 00:31:08,493 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:31:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fca82eaa-2c3a-42fb-81bd-e04c806120c3', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fca82eaa-2c3a-42fb-81bd-e04c806120c3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:31:09,545 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.044s 2021-07-21 00:31:09,545 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:31:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5dcb18f3-5dd8-4517-a06b-49b4f825e200', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5dcb18f3-5dd8-4517-a06b-49b4f825e200', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:31:10,601 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.048s 2021-07-21 00:31:10,601 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:31:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-735a41b6-8dce-4c6f-b206-ac8700962b0b', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-735a41b6-8dce-4c6f-b206-ac8700962b0b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:31:11,654 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.046s 2021-07-21 00:31:11,655 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:31:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-df5925b9-0c43-45c5-8ad9-885b7a51d565', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-df5925b9-0c43-45c5-8ad9-885b7a51d565', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:31:12,707 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.044s 2021-07-21 00:31:12,707 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:31:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c1d39413-227f-4cef-b8cd-a0eafc06b6ec', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c1d39413-227f-4cef-b8cd-a0eafc06b6ec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:31:13,760 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.045s 2021-07-21 00:31:13,760 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:31:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-52be6fe9-4654-4cbc-bf8e-42546530b331', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-52be6fe9-4654-4cbc-bf8e-42546530b331', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:31:14,813 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.044s 2021-07-21 00:31:14,813 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:31:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1dc30eb3-6549-430d-8f62-29eab005eb51', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1dc30eb3-6549-430d-8f62-29eab005eb51', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:31:15,866 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.045s 2021-07-21 00:31:15,867 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:31:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a0e203ec-3993-4ab0-974f-4bd502df8b9d', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a0e203ec-3993-4ab0-974f-4bd502df8b9d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:31:16,921 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.046s 2021-07-21 00:31:16,922 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:31:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dd17b849-6ef2-47a0-b1b0-9a49afe49a87', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dd17b849-6ef2-47a0-b1b0-9a49afe49a87', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:31:17,977 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.047s 2021-07-21 00:31:17,977 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:31:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-df685302-f17e-42f0-b476-c9f7b21ac829', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-df685302-f17e-42f0-b476-c9f7b21ac829', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:31:19,034 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.049s 2021-07-21 00:31:19,034 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:31:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d659d0e8-1a30-49a8-afd2-a23fde8d738d', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d659d0e8-1a30-49a8-afd2-a23fde8d738d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:31:20,088 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.046s 2021-07-21 00:31:20,088 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:31:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-556b4c5b-15ba-4318-9492-bb4bdc070c64', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-556b4c5b-15ba-4318-9492-bb4bdc070c64', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:31:21,142 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.045s 2021-07-21 00:31:21,143 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:31:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-72b8b8e0-a857-413d-b53d-c7785b1a8efd', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-72b8b8e0-a857-413d-b53d-c7785b1a8efd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:31:22,195 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.045s 2021-07-21 00:31:22,196 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:31:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-be9fec28-3add-4cee-ab9b-6355eea4cd67', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-be9fec28-3add-4cee-ab9b-6355eea4cd67', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:31:23,250 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.045s 2021-07-21 00:31:23,250 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:31:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bb80871f-60a5-45c0-a946-08cd7ea3e9a0', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bb80871f-60a5-45c0-a946-08cd7ea3e9a0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:31:24,302 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.044s 2021-07-21 00:31:24,302 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:31:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-107fbac6-634e-4e21-ada3-80eaf37cbe82', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-107fbac6-634e-4e21-ada3-80eaf37cbe82', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:31:25,355 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.045s 2021-07-21 00:31:25,356 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:31:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c1d3f432-a1dc-4cad-b934-676e929cb87a', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c1d3f432-a1dc-4cad-b934-676e929cb87a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:31:26,410 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.046s 2021-07-21 00:31:26,411 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:31:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-14569757-742e-43d0-b49e-f1227ad81383', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-14569757-742e-43d0-b49e-f1227ad81383', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:31:27,463 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.045s 2021-07-21 00:31:27,463 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:31:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e32a3c07-9958-4b78-b715-11619e63b646', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e32a3c07-9958-4b78-b715-11619e63b646', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:31:28,517 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.046s 2021-07-21 00:31:28,518 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:31:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-46e7ade8-d0bc-4f27-8997-504d479b23c9', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-46e7ade8-d0bc-4f27-8997-504d479b23c9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:31:29,572 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.046s 2021-07-21 00:31:29,573 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:31:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9cdff3a2-a9e8-4faa-92c8-7a99f27e5aac', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9cdff3a2-a9e8-4faa-92c8-7a99f27e5aac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:31:30,629 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.046s 2021-07-21 00:31:30,630 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:31:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-deee67a7-904c-4206-a533-01b9fa0e5a6f', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-deee67a7-904c-4206-a533-01b9fa0e5a6f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:31:31,684 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.046s 2021-07-21 00:31:31,684 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:31:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4db9c2ac-ff69-4b27-a94f-5c733e49eefd', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4db9c2ac-ff69-4b27-a94f-5c733e49eefd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:31:32,737 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.045s 2021-07-21 00:31:32,737 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:31:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1f4d248b-7e7a-4585-841c-455d1914171c', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1f4d248b-7e7a-4585-841c-455d1914171c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:31:33,792 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.047s 2021-07-21 00:31:33,792 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:31:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-970f2c59-fbe8-46e3-8c38-59a25ca32ea0', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-970f2c59-fbe8-46e3-8c38-59a25ca32ea0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:31:34,846 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.046s 2021-07-21 00:31:34,846 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:31:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-913bf625-0703-49b6-b7d3-c0217b45b9d7', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-913bf625-0703-49b6-b7d3-c0217b45b9d7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:31:35,900 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.046s 2021-07-21 00:31:35,901 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:31:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8fea4c6a-246d-4614-bf3f-f394f8b1bf10', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8fea4c6a-246d-4614-bf3f-f394f8b1bf10', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:31:36,956 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.046s 2021-07-21 00:31:36,956 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:31:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d705733f-e6ae-4773-9e1e-5d621d31f4b2', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d705733f-e6ae-4773-9e1e-5d621d31f4b2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:31:38,010 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.045s 2021-07-21 00:31:38,010 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:31:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bad84402-15af-4e95-a980-250f5a936800', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bad84402-15af-4e95-a980-250f5a936800', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:31:39,064 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.045s 2021-07-21 00:31:39,064 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:31:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ca32c19a-823d-40f1-b7b8-adfbf1a01ced', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ca32c19a-823d-40f1-b7b8-adfbf1a01ced', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:31:40,117 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.045s 2021-07-21 00:31:40,117 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:31:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1012c178-78b8-45cc-9544-19bc9d579262', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1012c178-78b8-45cc-9544-19bc9d579262', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:31:41,170 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.045s 2021-07-21 00:31:41,170 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:31:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1dc32c59-e2c4-4243-90f8-fa187fb6faa9', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1dc32c59-e2c4-4243-90f8-fa187fb6faa9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:31:42,224 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.045s 2021-07-21 00:31:42,224 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:31:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e3c1bc2e-df24-4264-a0b4-2b2807aed992', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e3c1bc2e-df24-4264-a0b4-2b2807aed992', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:31:43,278 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.046s 2021-07-21 00:31:43,279 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:31:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dc462ae6-b5c7-4950-aa5a-cc3514895c97', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dc462ae6-b5c7-4950-aa5a-cc3514895c97', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:31:44,333 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.046s 2021-07-21 00:31:44,333 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:31:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f8a70f3e-f7d7-4b1b-92d3-367ca40179cc', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f8a70f3e-f7d7-4b1b-92d3-367ca40179cc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:31:45,385 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.044s 2021-07-21 00:31:45,386 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:31:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c662fddf-e5da-4ac9-916c-9171882ac734', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c662fddf-e5da-4ac9-916c-9171882ac734', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:31:46,440 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.046s 2021-07-21 00:31:46,440 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:31:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1de768f9-dd8a-44da-b698-7a4093566a3b', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1de768f9-dd8a-44da-b698-7a4093566a3b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:31:47,494 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.045s 2021-07-21 00:31:47,494 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:31:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4e42e14a-235b-4eba-b072-d0d7cef03d64', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4e42e14a-235b-4eba-b072-d0d7cef03d64', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:31:48,551 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.049s 2021-07-21 00:31:48,551 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:31:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1ad49eb3-8094-4d1e-a178-e582d57e89a6', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1ad49eb3-8094-4d1e-a178-e582d57e89a6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:31:49,604 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.045s 2021-07-21 00:31:49,604 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:31:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-67e8f140-df17-4be2-be94-f9ffef020281', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-67e8f140-df17-4be2-be94-f9ffef020281', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:31:50,658 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.045s 2021-07-21 00:31:50,658 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:31:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d655bd36-dbb3-4c56-821c-4f7bd1d505ae', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d655bd36-dbb3-4c56-821c-4f7bd1d505ae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:31:51,711 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.044s 2021-07-21 00:31:51,711 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:31:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ccea0062-60f3-4ee6-993c-c2eaf9c9efb2', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ccea0062-60f3-4ee6-993c-c2eaf9c9efb2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:31:52,764 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.045s 2021-07-21 00:31:52,765 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:31:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0370686c-094f-4e9d-af0d-efebca8e4d20', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0370686c-094f-4e9d-af0d-efebca8e4d20', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:31:53,817 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.045s 2021-07-21 00:31:53,817 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:31:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-32dbbe4e-c414-428c-8cbb-a41b77e91130', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-32dbbe4e-c414-428c-8cbb-a41b77e91130', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:31:54,870 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.045s 2021-07-21 00:31:54,870 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:31:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-161befaa-a5e4-4035-935b-c8624b703922', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-161befaa-a5e4-4035-935b-c8624b703922', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:31:55,925 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.046s 2021-07-21 00:31:55,925 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:31:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6afae95d-925c-47df-a050-48db72b02db8', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6afae95d-925c-47df-a050-48db72b02db8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:31:56,978 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.046s 2021-07-21 00:31:56,979 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:31:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4d375295-db80-4c10-b829-114a0d753d13', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4d375295-db80-4c10-b829-114a0d753d13', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:31:58,033 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.045s 2021-07-21 00:31:58,034 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:31:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-54e11f62-ec06-42df-9cb8-2e75b9c5cb0f', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-54e11f62-ec06-42df-9cb8-2e75b9c5cb0f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:31:59,087 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.045s 2021-07-21 00:31:59,087 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:31:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-88acee46-8eb3-48d1-8bbd-17afaa213062', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-88acee46-8eb3-48d1-8bbd-17afaa213062', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:32:00,140 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.045s 2021-07-21 00:32:00,141 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:32:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4771db48-e423-4a69-b993-68ac93b27ca3', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4771db48-e423-4a69-b993-68ac93b27ca3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:32:01,194 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.045s 2021-07-21 00:32:01,194 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:32:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-43220df1-461b-4357-b897-f468b67064d3', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-43220df1-461b-4357-b897-f468b67064d3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:32:02,247 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.045s 2021-07-21 00:32:02,247 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:32:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e741dcb3-0638-4587-a413-be9a6b92ede8', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e741dcb3-0638-4587-a413-be9a6b92ede8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:32:03,304 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.048s 2021-07-21 00:32:03,304 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:32:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8ce3270e-6884-4e91-ae26-3f38a79cc63e', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8ce3270e-6884-4e91-ae26-3f38a79cc63e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:32:04,357 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.045s 2021-07-21 00:32:04,357 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:32:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7bcefc4c-b2c5-442b-8901-3bcd0aabd3b1', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7bcefc4c-b2c5-442b-8901-3bcd0aabd3b1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:32:05,410 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.045s 2021-07-21 00:32:05,410 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:32:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2c91de50-8db9-410f-8926-f3b43cb91ef6', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2c91de50-8db9-410f-8926-f3b43cb91ef6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:32:06,463 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.046s 2021-07-21 00:32:06,463 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:32:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4b934111-4c4b-4480-8035-9919ff0df336', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4b934111-4c4b-4480-8035-9919ff0df336', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:32:07,517 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.045s 2021-07-21 00:32:07,517 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:32:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8201bdba-a533-40f4-af07-ef97d51c77bd', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8201bdba-a533-40f4-af07-ef97d51c77bd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:32:08,570 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.045s 2021-07-21 00:32:08,571 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:32:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bb35ec79-00de-4910-9a16-9af66ae60e35', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bb35ec79-00de-4910-9a16-9af66ae60e35', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:32:09,624 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.045s 2021-07-21 00:32:09,624 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:32:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9cf49b26-14e8-423b-ac99-743d9418c0bd', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9cf49b26-14e8-423b-ac99-743d9418c0bd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:32:10,677 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.045s 2021-07-21 00:32:10,677 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:32:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-321d4a74-266f-485c-a34b-6137008cf7c3', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-321d4a74-266f-485c-a34b-6137008cf7c3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:32:11,732 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.047s 2021-07-21 00:32:11,732 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:32:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-44c5220c-45c6-47c3-aaaf-d977d2fd8f3d', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-44c5220c-45c6-47c3-aaaf-d977d2fd8f3d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:32:12,785 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.046s 2021-07-21 00:32:12,785 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:32:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a89b3e23-26cf-4d46-aa32-93155f827ca6', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a89b3e23-26cf-4d46-aa32-93155f827ca6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:32:13,839 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.046s 2021-07-21 00:32:13,839 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:32:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b7faf24a-761b-4544-9edb-b4ae8d410f4d', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b7faf24a-761b-4544-9edb-b4ae8d410f4d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:32:14,893 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.046s 2021-07-21 00:32:14,894 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:32:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6204d913-7d8b-4ff7-80a4-fdd7ef8e3a1c', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6204d913-7d8b-4ff7-80a4-fdd7ef8e3a1c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:32:15,947 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.046s 2021-07-21 00:32:15,947 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:32:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c0c1f04f-03e8-4705-ae11-48d6f6597b3b', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c0c1f04f-03e8-4705-ae11-48d6f6597b3b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:32:17,002 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.048s 2021-07-21 00:32:17,003 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:32:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b66cc1ae-2ecb-49c1-a43c-455d35853ab9', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b66cc1ae-2ecb-49c1-a43c-455d35853ab9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:32:18,057 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.046s 2021-07-21 00:32:18,057 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:32:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-30e8b706-5777-4104-a4ff-e5cf88d21ce1', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-30e8b706-5777-4104-a4ff-e5cf88d21ce1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:32:19,159 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.047s 2021-07-21 00:32:19,159 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:32:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9d914574-e53f-4ad1-9d5f-7eeb89e6de42', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9d914574-e53f-4ad1-9d5f-7eeb89e6de42', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:32:20,213 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.045s 2021-07-21 00:32:20,213 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:32:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7a4e1e4a-2d9b-47d3-a5ec-bbad5e9d74c9', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7a4e1e4a-2d9b-47d3-a5ec-bbad5e9d74c9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:32:21,267 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.046s 2021-07-21 00:32:21,268 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:32:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a3097f2e-9091-4b86-82ab-16048c386437', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a3097f2e-9091-4b86-82ab-16048c386437', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:32:22,321 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.045s 2021-07-21 00:32:22,321 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:32:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e634f3b2-250e-4d11-98e0-65c04c3aba08', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e634f3b2-250e-4d11-98e0-65c04c3aba08', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:32:23,376 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.046s 2021-07-21 00:32:23,376 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:32:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e80aa498-49b4-44ab-807f-6e85bf342b4e', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e80aa498-49b4-44ab-807f-6e85bf342b4e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:32:24,430 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.045s 2021-07-21 00:32:24,430 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:32:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fb8ce79f-422a-4cfa-8459-4e4927881c85', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fb8ce79f-422a-4cfa-8459-4e4927881c85', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:32:25,483 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.045s 2021-07-21 00:32:25,484 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:32:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7c9ad856-6055-433b-8e11-bd1cda44c647', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7c9ad856-6055-433b-8e11-bd1cda44c647', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:32:26,537 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.046s 2021-07-21 00:32:26,538 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:32:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-58af46de-3092-499b-9719-6a6812c43cb4', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-58af46de-3092-499b-9719-6a6812c43cb4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:32:27,591 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.046s 2021-07-21 00:32:27,591 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:32:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f50537b5-c81a-4924-a8ac-182cdacac8c4', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f50537b5-c81a-4924-a8ac-182cdacac8c4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:32:28,645 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.046s 2021-07-21 00:32:28,646 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:32:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4fb507d3-5879-4862-841c-1711304b0d20', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4fb507d3-5879-4862-841c-1711304b0d20', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:32:29,700 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.047s 2021-07-21 00:32:29,701 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:32:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-801ff53b-85c4-4e5a-afbd-18264a76be54', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-801ff53b-85c4-4e5a-afbd-18264a76be54', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:32:30,756 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.046s 2021-07-21 00:32:30,756 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:32:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-09b522e8-b140-449e-a28a-c93dcc9b1340', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-09b522e8-b140-449e-a28a-c93dcc9b1340', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:32:31,810 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.046s 2021-07-21 00:32:31,810 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:32:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fe272129-ab5e-4d31-8008-f79c79cf57f1', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fe272129-ab5e-4d31-8008-f79c79cf57f1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:32:32,864 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.046s 2021-07-21 00:32:32,865 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:32:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-40b10f61-e7c7-497a-a99c-ca0982ef44bc', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-40b10f61-e7c7-497a-a99c-ca0982ef44bc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:32:33,919 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.047s 2021-07-21 00:32:33,920 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:32:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3931d128-01dd-4b9c-aa28-08ef24a1124d', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3931d128-01dd-4b9c-aa28-08ef24a1124d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:32:34,974 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.047s 2021-07-21 00:32:34,975 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:32:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-249455f5-d586-451b-8e9a-b3df8f441bb3', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-249455f5-d586-451b-8e9a-b3df8f441bb3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:32:36,029 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.046s 2021-07-21 00:32:36,029 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:32:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6d9db4bd-d27e-4818-96bf-b3e2aa868adc', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6d9db4bd-d27e-4818-96bf-b3e2aa868adc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:32:37,084 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.046s 2021-07-21 00:32:37,084 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:32:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7b3b3b49-245a-43cf-86a3-cb85752494ee', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7b3b3b49-245a-43cf-86a3-cb85752494ee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:32:38,147 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.054s 2021-07-21 00:32:38,147 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:32:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-24ddcbca-baf2-4905-a649-543dbb6715e5', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-24ddcbca-baf2-4905-a649-543dbb6715e5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:32:39,201 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.046s 2021-07-21 00:32:39,201 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:32:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1bcae2db-2fb0-4a87-9389-6f86717428cf', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1bcae2db-2fb0-4a87-9389-6f86717428cf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:32:40,256 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.047s 2021-07-21 00:32:40,257 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:32:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5ae252e6-3a31-4471-9378-55d7d23f4f6e', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5ae252e6-3a31-4471-9378-55d7d23f4f6e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:32:41,310 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.045s 2021-07-21 00:32:41,310 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:32:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7dd0539c-0ab9-46b0-9203-5f97e0af5b83', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7dd0539c-0ab9-46b0-9203-5f97e0af5b83', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:32:42,365 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.046s 2021-07-21 00:32:42,365 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:32:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fc7235e1-347c-4e52-b096-17de5bbe2024', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fc7235e1-347c-4e52-b096-17de5bbe2024', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:32:43,418 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.045s 2021-07-21 00:32:43,418 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:32:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e0679550-ade5-413c-ab4d-d3227f813276', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e0679550-ade5-413c-ab4d-d3227f813276', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:32:44,474 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.048s 2021-07-21 00:32:44,475 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:32:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7b8a7c08-f83c-4658-91cd-ac05a7100572', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7b8a7c08-f83c-4658-91cd-ac05a7100572', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:32:45,528 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.045s 2021-07-21 00:32:45,528 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:32:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e758bb07-b4a1-48db-80a3-f0ea45627f5f', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e758bb07-b4a1-48db-80a3-f0ea45627f5f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:32:46,582 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.045s 2021-07-21 00:32:46,582 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:32:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-917efa14-adbe-4eab-b450-b02bc8ee7548', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-917efa14-adbe-4eab-b450-b02bc8ee7548', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:32:47,636 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.046s 2021-07-21 00:32:47,637 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:32:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-884aecef-1914-4f13-a757-002eee6826f1', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-884aecef-1914-4f13-a757-002eee6826f1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:32:48,695 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.050s 2021-07-21 00:32:48,695 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:32:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ea144260-bf41-44bf-86f0-57c6818325bf', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ea144260-bf41-44bf-86f0-57c6818325bf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:32:49,748 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.045s 2021-07-21 00:32:49,748 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:32:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4c6e0231-b36b-4203-8b88-ee07ff878bcb', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4c6e0231-b36b-4203-8b88-ee07ff878bcb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:32:50,802 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.045s 2021-07-21 00:32:50,802 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:32:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-df30cea9-c70e-4783-b4a8-66ee50994790', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-df30cea9-c70e-4783-b4a8-66ee50994790', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:32:51,855 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.045s 2021-07-21 00:32:51,855 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:32:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-706777e5-e81f-43b4-8494-c1c49bf29e07', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-706777e5-e81f-43b4-8494-c1c49bf29e07', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:32:52,909 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.045s 2021-07-21 00:32:52,909 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:32:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-29b7a5d5-5352-493a-a149-bd0c8a1b7d41', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-29b7a5d5-5352-493a-a149-bd0c8a1b7d41', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:32:53,963 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.046s 2021-07-21 00:32:53,963 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:32:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-428eba00-00c2-4406-8801-88ede10acb99', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-428eba00-00c2-4406-8801-88ede10acb99', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:32:55,017 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.046s 2021-07-21 00:32:55,017 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:32:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3b2a4054-c0ed-4e93-9a34-2bb0fd4274b5', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3b2a4054-c0ed-4e93-9a34-2bb0fd4274b5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:32:56,070 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.045s 2021-07-21 00:32:56,070 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:32:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-00d4f035-936a-45a9-a8b7-6369c1a8c8c7', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-00d4f035-936a-45a9-a8b7-6369c1a8c8c7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:32:57,126 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.047s 2021-07-21 00:32:57,126 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:32:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f596c15f-64ee-41ea-a47a-aabfb30a7d43', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f596c15f-64ee-41ea-a47a-aabfb30a7d43', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:32:58,179 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.045s 2021-07-21 00:32:58,180 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:32:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2324cc8d-b1f0-445b-b452-3a7cf62f854b', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2324cc8d-b1f0-445b-b452-3a7cf62f854b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:32:59,234 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.046s 2021-07-21 00:32:59,234 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:32:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5880b5f4-73bf-455c-89ca-46e89ba63493', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5880b5f4-73bf-455c-89ca-46e89ba63493', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:33:00,288 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.046s 2021-07-21 00:33:00,288 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:33:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3c302959-58db-4c09-a31d-a7433fb2aaac', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3c302959-58db-4c09-a31d-a7433fb2aaac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:33:01,341 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.045s 2021-07-21 00:33:01,342 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:33:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e839c7da-67fb-4cdf-858b-5a057ccb16e0', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e839c7da-67fb-4cdf-858b-5a057ccb16e0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:33:02,397 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.046s 2021-07-21 00:33:02,397 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:33:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f7612853-8d3c-40a0-a55c-6efc425f9fe5', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f7612853-8d3c-40a0-a55c-6efc425f9fe5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:33:03,450 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.045s 2021-07-21 00:33:03,451 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:33:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9cecf472-8f90-4f85-ab93-dcc9260a8c4f', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9cecf472-8f90-4f85-ab93-dcc9260a8c4f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:33:04,504 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.045s 2021-07-21 00:33:04,504 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:33:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-042568c2-584b-4a83-9a2f-3bbc03431477', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-042568c2-584b-4a83-9a2f-3bbc03431477', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:33:05,557 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.045s 2021-07-21 00:33:05,557 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:33:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-82fe6552-bb72-4c95-8932-ad922f0c8d58', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-82fe6552-bb72-4c95-8932-ad922f0c8d58', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:33:06,613 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.046s 2021-07-21 00:33:06,613 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:33:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8b93d995-01bf-433c-801f-80631c3e3b01', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8b93d995-01bf-433c-801f-80631c3e3b01', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:33:07,667 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.046s 2021-07-21 00:33:07,667 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:33:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-87fd1900-3539-4660-8390-b9bf58e4c0e5', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-87fd1900-3539-4660-8390-b9bf58e4c0e5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:33:08,719 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.045s 2021-07-21 00:33:08,720 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:33:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fb13c56a-8557-4ae9-b2cc-a1d0ada83806', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fb13c56a-8557-4ae9-b2cc-a1d0ada83806', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:33:09,773 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.046s 2021-07-21 00:33:09,774 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:33:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7035bf89-acb6-48c0-b5f7-806c6cb475bd', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7035bf89-acb6-48c0-b5f7-806c6cb475bd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:33:10,827 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.045s 2021-07-21 00:33:10,827 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:33:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d2d60f6f-44bd-4377-97ac-bbd633febc90', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d2d60f6f-44bd-4377-97ac-bbd633febc90', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:33:11,880 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.045s 2021-07-21 00:33:11,880 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:33:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f3f1dd92-19cf-4010-a6d2-183e7f79427e', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f3f1dd92-19cf-4010-a6d2-183e7f79427e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:33:12,934 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.046s 2021-07-21 00:33:12,934 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:33:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a117f45a-8002-44a5-9908-e0bcb5ea05e8', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a117f45a-8002-44a5-9908-e0bcb5ea05e8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:33:13,986 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.044s 2021-07-21 00:33:13,987 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:33:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cc50be7e-a02f-44ae-a72e-cc282c3ea403', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cc50be7e-a02f-44ae-a72e-cc282c3ea403', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:33:15,041 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.046s 2021-07-21 00:33:15,041 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:33:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3e783f12-0c0a-4222-a78d-c81882adec75', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3e783f12-0c0a-4222-a78d-c81882adec75', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:33:16,094 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.045s 2021-07-21 00:33:16,094 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:33:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6e9124db-e78f-46c2-b28c-8c5eecd3df7b', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6e9124db-e78f-46c2-b28c-8c5eecd3df7b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:33:17,147 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.045s 2021-07-21 00:33:17,148 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:33:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-632253e3-9308-4c18-98c9-274ee2c43000', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-632253e3-9308-4c18-98c9-274ee2c43000', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:33:18,202 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.045s 2021-07-21 00:33:18,202 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:33:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e9e4610e-fa9b-469c-9f73-f98039297639', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e9e4610e-fa9b-469c-9f73-f98039297639', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:33:19,255 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.045s 2021-07-21 00:33:19,256 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:33:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2f889042-7c7d-486f-b7d8-8b14d90ecdda', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2f889042-7c7d-486f-b7d8-8b14d90ecdda', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:33:20,309 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.045s 2021-07-21 00:33:20,309 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:33:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3e6eb816-613d-4fd5-8f26-2417eddf2d8b', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3e6eb816-613d-4fd5-8f26-2417eddf2d8b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:33:21,362 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.045s 2021-07-21 00:33:21,362 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:33:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-00cce7b0-55d5-4788-ad05-afcfdfff5440', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-00cce7b0-55d5-4788-ad05-afcfdfff5440', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:33:22,415 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.045s 2021-07-21 00:33:22,415 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:33:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b1420be6-a252-441f-b620-63079292f8cb', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b1420be6-a252-441f-b620-63079292f8cb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:33:23,468 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.045s 2021-07-21 00:33:23,468 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:33:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aa0604e0-f47b-4c22-8c0e-19d739c4e680', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aa0604e0-f47b-4c22-8c0e-19d739c4e680', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:33:24,521 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.045s 2021-07-21 00:33:24,521 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:33:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-83b4e352-951f-4ef1-9861-5e12fc612dda', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-83b4e352-951f-4ef1-9861-5e12fc612dda', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:33:25,577 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.048s 2021-07-21 00:33:25,578 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:33:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e10ce34f-e52b-48c6-a3ea-9b09c8222ff0', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e10ce34f-e52b-48c6-a3ea-9b09c8222ff0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:33:26,630 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.044s 2021-07-21 00:33:26,631 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:33:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e55b336c-abfd-4527-85ad-09c639bde2e0', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e55b336c-abfd-4527-85ad-09c639bde2e0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:33:27,685 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.047s 2021-07-21 00:33:27,685 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:33:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-183a8dbd-53b5-4beb-9e03-3b6ffe59df8a', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-183a8dbd-53b5-4beb-9e03-3b6ffe59df8a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:33:28,737 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.045s 2021-07-21 00:33:28,738 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:33:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8c05f681-8a3a-41ec-8e2d-95c1d084a828', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8c05f681-8a3a-41ec-8e2d-95c1d084a828', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:33:29,792 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.046s 2021-07-21 00:33:29,793 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:33:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3a282440-fdea-4124-b06f-5c3f0836fb74', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3a282440-fdea-4124-b06f-5c3f0836fb74', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:33:30,846 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.045s 2021-07-21 00:33:30,846 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:33:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f3dcc2eb-7a9c-4bf9-8b2f-b424d33532e4', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f3dcc2eb-7a9c-4bf9-8b2f-b424d33532e4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:33:31,901 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.046s 2021-07-21 00:33:31,901 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:33:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5ac95180-eee9-43d5-8686-3a9fdfa33858', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5ac95180-eee9-43d5-8686-3a9fdfa33858', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:33:32,955 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.046s 2021-07-21 00:33:32,956 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:33:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-05b2ae8e-b93d-4622-aa74-119718e529db', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-05b2ae8e-b93d-4622-aa74-119718e529db', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:33:34,011 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.049s 2021-07-21 00:33:34,011 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:33:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1bea24fe-a4b5-4d47-b873-7666d6635dc4', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1bea24fe-a4b5-4d47-b873-7666d6635dc4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:33:35,064 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.045s 2021-07-21 00:33:35,064 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:33:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6add4aaa-6e43-4885-9cc1-1cee60aa7a5b', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6add4aaa-6e43-4885-9cc1-1cee60aa7a5b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:33:36,117 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.044s 2021-07-21 00:33:36,117 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:33:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-51f6ff6d-ee5a-4605-a5ee-06ea9b21f299', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-51f6ff6d-ee5a-4605-a5ee-06ea9b21f299', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:33:37,171 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.046s 2021-07-21 00:33:37,172 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:33:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9b699ff3-9fdc-4b93-ba7c-1c2af430ca9a', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9b699ff3-9fdc-4b93-ba7c-1c2af430ca9a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:33:38,225 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.045s 2021-07-21 00:33:38,225 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:33:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b3ee7198-1802-4a6e-9372-293e34a39ad8', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b3ee7198-1802-4a6e-9372-293e34a39ad8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:33:39,279 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.045s 2021-07-21 00:33:39,279 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:33:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-45f60f54-06be-4374-aed6-f934a84dd790', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-45f60f54-06be-4374-aed6-f934a84dd790', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:33:40,334 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.046s 2021-07-21 00:33:40,335 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:33:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-09938f3e-2f0e-4099-a08e-a8a3c9d5b431', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-09938f3e-2f0e-4099-a08e-a8a3c9d5b431', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:33:41,387 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.045s 2021-07-21 00:33:41,388 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:33:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4faa9a92-1432-4935-a56d-760c199526d8', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4faa9a92-1432-4935-a56d-760c199526d8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:33:42,441 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.044s 2021-07-21 00:33:42,441 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:33:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a58b50b2-7c6e-4ea4-a6ab-6c7dc2b7812d', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a58b50b2-7c6e-4ea4-a6ab-6c7dc2b7812d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:33:43,495 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.046s 2021-07-21 00:33:43,495 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:33:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b3a749dc-7c6c-4dc9-905c-1b6980e55830', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b3a749dc-7c6c-4dc9-905c-1b6980e55830', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:33:44,548 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.045s 2021-07-21 00:33:44,548 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:33:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c93abcc8-86fd-4359-91cf-b4f3fd22a116', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c93abcc8-86fd-4359-91cf-b4f3fd22a116', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:33:45,602 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.045s 2021-07-21 00:33:45,602 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:33:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a22c4428-ee0d-4e20-b966-b8ab4f326323', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a22c4428-ee0d-4e20-b966-b8ab4f326323', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:33:46,655 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.045s 2021-07-21 00:33:46,655 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:33:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9817a3de-6d2a-4bb3-a267-f9242725df8b', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9817a3de-6d2a-4bb3-a267-f9242725df8b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:33:47,709 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.045s 2021-07-21 00:33:47,710 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:33:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4ceb43fc-859a-475c-b2ab-efca7021e680', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4ceb43fc-859a-475c-b2ab-efca7021e680', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:33:48,762 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.044s 2021-07-21 00:33:48,762 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:33:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fdfd63a5-9d88-4acf-9f00-8533b680881f', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fdfd63a5-9d88-4acf-9f00-8533b680881f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:33:49,816 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.045s 2021-07-21 00:33:49,816 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:33:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9e13d8fe-2c35-4817-b66c-2059749af73a', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9e13d8fe-2c35-4817-b66c-2059749af73a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:33:50,869 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.045s 2021-07-21 00:33:50,870 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:33:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b694ae56-b475-4007-a9aa-9c04a412a88b', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b694ae56-b475-4007-a9aa-9c04a412a88b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:33:51,924 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.046s 2021-07-21 00:33:51,924 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:33:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cdae5762-9162-4832-889e-f65dcfddc85b', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cdae5762-9162-4832-889e-f65dcfddc85b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:33:52,977 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.045s 2021-07-21 00:33:52,977 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:33:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-06124353-e71d-4905-84b5-f653ec62912b', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-06124353-e71d-4905-84b5-f653ec62912b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:33:54,031 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.046s 2021-07-21 00:33:54,031 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:33:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1b19c9c7-ac7d-41f2-8aa6-e4eba3a85b31', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1b19c9c7-ac7d-41f2-8aa6-e4eba3a85b31', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:33:55,084 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.045s 2021-07-21 00:33:55,085 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:33:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5439e40b-4939-4285-af20-64324f7e215a', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5439e40b-4939-4285-af20-64324f7e215a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:33:56,139 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.046s 2021-07-21 00:33:56,139 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:33:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b203870a-bbba-4588-9782-ddfda10086e6', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b203870a-bbba-4588-9782-ddfda10086e6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:33:57,192 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.045s 2021-07-21 00:33:57,193 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:33:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-60952baf-2062-4e61-85f4-7fe5c51de5f3', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-60952baf-2062-4e61-85f4-7fe5c51de5f3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:33:58,246 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.045s 2021-07-21 00:33:58,246 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:33:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f020b286-b635-4d78-acbe-ae3f52c95423', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f020b286-b635-4d78-acbe-ae3f52c95423', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:33:59,300 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.045s 2021-07-21 00:33:59,301 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:33:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8122f166-b122-4355-86f0-105dce7be7a1', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8122f166-b122-4355-86f0-105dce7be7a1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:34:00,354 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.045s 2021-07-21 00:34:00,354 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:34:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3c53ae38-5545-49ef-98bc-856269f22245', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3c53ae38-5545-49ef-98bc-856269f22245', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:34:01,406 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.044s 2021-07-21 00:34:01,407 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:34:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5d77a353-b3d8-4c83-b8df-d22c2ab8f6c0', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5d77a353-b3d8-4c83-b8df-d22c2ab8f6c0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:34:02,461 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.045s 2021-07-21 00:34:02,461 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:34:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c2831036-6000-43d6-b736-949ad095911e', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c2831036-6000-43d6-b736-949ad095911e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:34:03,514 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.045s 2021-07-21 00:34:03,515 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:34:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7e05b599-5dc9-4092-9176-97d0183a9662', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7e05b599-5dc9-4092-9176-97d0183a9662', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:34:04,568 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.046s 2021-07-21 00:34:04,569 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:34:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7c72ec38-fc90-497e-945a-c695357e483b', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7c72ec38-fc90-497e-945a-c695357e483b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:34:05,622 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.045s 2021-07-21 00:34:05,622 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:34:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2df7e0d4-24f7-4f8f-9de9-1d19d2c6fbbb', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2df7e0d4-24f7-4f8f-9de9-1d19d2c6fbbb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:34:06,676 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.045s 2021-07-21 00:34:06,676 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:34:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e17181d6-fa78-473b-bd6d-84a49e3d4aa1', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e17181d6-fa78-473b-bd6d-84a49e3d4aa1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:34:07,731 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.046s 2021-07-21 00:34:07,731 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:34:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-58dffda4-c7e9-466a-ac80-2dd233cf740c', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-58dffda4-c7e9-466a-ac80-2dd233cf740c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:34:08,785 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.046s 2021-07-21 00:34:08,785 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:34:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6e376ae2-dea0-439e-895e-d12859d9c5d9', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6e376ae2-dea0-439e-895e-d12859d9c5d9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:34:09,840 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.046s 2021-07-21 00:34:09,840 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:34:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-adc81eb6-e654-4e65-81f2-17235777a72a', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-adc81eb6-e654-4e65-81f2-17235777a72a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:34:10,898 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.049s 2021-07-21 00:34:10,898 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:34:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-148867f9-8809-40be-a8f1-d0d68a047977', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-148867f9-8809-40be-a8f1-d0d68a047977', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:34:11,952 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.045s 2021-07-21 00:34:11,952 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:34:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-611f8f70-4081-466f-b717-3e987e5c6d9b', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-611f8f70-4081-466f-b717-3e987e5c6d9b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:34:13,006 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.046s 2021-07-21 00:34:13,007 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:34:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-576ea5f1-4b9d-4b20-becd-1ce144de9338', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-576ea5f1-4b9d-4b20-becd-1ce144de9338', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:34:14,060 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.046s 2021-07-21 00:34:14,061 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:34:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-44c1da57-9efb-4c6a-a03c-3e99e1b3ca2b', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-44c1da57-9efb-4c6a-a03c-3e99e1b3ca2b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:34:15,114 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.046s 2021-07-21 00:34:15,115 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:34:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c212f177-b987-4c9a-896b-35394e1345fa', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c212f177-b987-4c9a-896b-35394e1345fa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:34:16,169 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.046s 2021-07-21 00:34:16,169 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:34:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-502ea3e7-bb9f-4591-934f-5210a7a13231', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-502ea3e7-bb9f-4591-934f-5210a7a13231', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:34:17,222 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.045s 2021-07-21 00:34:17,222 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:34:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-185411b6-9515-4523-b30b-1da6f6dfadfb', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-185411b6-9515-4523-b30b-1da6f6dfadfb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:34:18,275 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.045s 2021-07-21 00:34:18,275 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:34:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-66890777-614b-4a43-a766-56e6cb8a49cd', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-66890777-614b-4a43-a766-56e6cb8a49cd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:34:19,331 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.048s 2021-07-21 00:34:19,332 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:34:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e9d269c8-8c63-4dc6-8783-73474e20fc83', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e9d269c8-8c63-4dc6-8783-73474e20fc83', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:34:20,385 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.045s 2021-07-21 00:34:20,386 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:34:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d8e0111b-050e-4e86-87a2-653174e23641', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d8e0111b-050e-4e86-87a2-653174e23641', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:34:21,439 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.045s 2021-07-21 00:34:21,439 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:34:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b413076c-8e74-403b-bdc0-430406910405', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b413076c-8e74-403b-bdc0-430406910405', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:34:22,493 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.045s 2021-07-21 00:34:22,493 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:34:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-54fb2a37-b63d-485d-86af-864efe342088', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-54fb2a37-b63d-485d-86af-864efe342088', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:34:23,545 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.045s 2021-07-21 00:34:23,546 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:34:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1efc8191-4ed2-4910-8dc3-9c248886c073', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1efc8191-4ed2-4910-8dc3-9c248886c073', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:34:24,599 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.045s 2021-07-21 00:34:24,600 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:34:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-63081ac5-5ba5-471a-93f5-b5ff66463650', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-63081ac5-5ba5-471a-93f5-b5ff66463650', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:34:25,654 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.046s 2021-07-21 00:34:25,654 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:34:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-331c2bbd-beec-4b8f-b7f6-65952e679b57', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-331c2bbd-beec-4b8f-b7f6-65952e679b57', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:34:26,707 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.044s 2021-07-21 00:34:26,707 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:34:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a59254ec-a667-4cf4-9b8c-fd2e566774f6', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a59254ec-a667-4cf4-9b8c-fd2e566774f6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:34:27,759 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.044s 2021-07-21 00:34:27,760 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:34:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-938e2664-8d57-4b7d-9acf-4a91e5def395', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-938e2664-8d57-4b7d-9acf-4a91e5def395', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:34:28,813 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.044s 2021-07-21 00:34:28,813 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:34:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7c4eae20-9748-482b-bc9b-dd028dfc2ab3', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7c4eae20-9748-482b-bc9b-dd028dfc2ab3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:34:29,866 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.045s 2021-07-21 00:34:29,867 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:34:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ecf66e3d-25c9-4340-a293-954dee4647ae', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ecf66e3d-25c9-4340-a293-954dee4647ae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:34:30,919 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.045s 2021-07-21 00:34:30,920 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:34:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e3a52246-d95f-4cec-b152-bd7047ca3a60', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e3a52246-d95f-4cec-b152-bd7047ca3a60', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:34:31,972 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.045s 2021-07-21 00:34:31,973 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:34:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3db95b60-dd15-4a38-9deb-c712c957d1ec', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3db95b60-dd15-4a38-9deb-c712c957d1ec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:34:33,027 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.046s 2021-07-21 00:34:33,028 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:34:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2912c61a-2e55-4912-8a0d-d897178ae821', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2912c61a-2e55-4912-8a0d-d897178ae821', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:34:34,081 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.045s 2021-07-21 00:34:34,081 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:34:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-292d1775-7171-4fd0-b3bb-d3327697d209', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-292d1775-7171-4fd0-b3bb-d3327697d209', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:34:35,134 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.045s 2021-07-21 00:34:35,134 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:34:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f666bad8-c270-4260-8f55-7ad0dd5dd5a7', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f666bad8-c270-4260-8f55-7ad0dd5dd5a7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:34:36,188 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.045s 2021-07-21 00:34:36,188 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:34:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-40add3b1-2803-4097-8fe6-c174a4ff1c5b', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-40add3b1-2803-4097-8fe6-c174a4ff1c5b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:34:37,242 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.046s 2021-07-21 00:34:37,242 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:34:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e266d7f1-d7b8-4d60-b70e-390c7a4db37c', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e266d7f1-d7b8-4d60-b70e-390c7a4db37c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:34:38,295 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.044s 2021-07-21 00:34:38,296 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:34:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d7555934-40d9-44ea-a419-b64151c05645', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d7555934-40d9-44ea-a419-b64151c05645', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:34:39,351 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.047s 2021-07-21 00:34:39,352 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:34:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ae7c9ee2-4299-4ac8-98c5-1fb9fd54b685', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ae7c9ee2-4299-4ac8-98c5-1fb9fd54b685', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:34:40,405 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.045s 2021-07-21 00:34:40,405 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:34:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b267259a-923e-4498-b0f9-19ac04550a10', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b267259a-923e-4498-b0f9-19ac04550a10', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:34:41,458 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.045s 2021-07-21 00:34:41,459 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:34:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b7a915b6-dfb1-4821-8a9c-cdea341ee198', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b7a915b6-dfb1-4821-8a9c-cdea341ee198', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:34:42,513 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.046s 2021-07-21 00:34:42,513 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:34:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6579b42b-d67f-49d4-87ce-0b6345c83fd1', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6579b42b-d67f-49d4-87ce-0b6345c83fd1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:34:43,567 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.046s 2021-07-21 00:34:43,567 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:34:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fab33a45-9cef-4d18-9bea-ed287ecf6345', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fab33a45-9cef-4d18-9bea-ed287ecf6345', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:34:44,620 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.045s 2021-07-21 00:34:44,621 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:34:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ef015d49-19c4-4e76-ada7-ace542c4e526', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ef015d49-19c4-4e76-ada7-ace542c4e526', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:34:45,673 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.044s 2021-07-21 00:34:45,674 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:34:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-01535c53-17ec-4bc2-af5b-ae4a3def884b', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-01535c53-17ec-4bc2-af5b-ae4a3def884b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:34:46,726 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.044s 2021-07-21 00:34:46,727 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:34:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2acb17b8-01b4-4f60-907b-70e3b32300eb', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2acb17b8-01b4-4f60-907b-70e3b32300eb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:34:47,780 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.046s 2021-07-21 00:34:47,781 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:34:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fca55b84-43e0-497f-93be-d9b427470fc6', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fca55b84-43e0-497f-93be-d9b427470fc6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:34:48,834 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.045s 2021-07-21 00:34:48,834 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:34:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a368f64b-2f87-430a-bb2f-7e66d7ef6127', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a368f64b-2f87-430a-bb2f-7e66d7ef6127', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:34:49,888 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.045s 2021-07-21 00:34:49,888 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:34:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a33fb43d-8d84-41a0-b8d8-fdac5de93af6', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a33fb43d-8d84-41a0-b8d8-fdac5de93af6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:34:50,942 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.046s 2021-07-21 00:34:50,943 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:34:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8d0c7fb3-c09a-4062-aadc-b18cb88df8b5', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8d0c7fb3-c09a-4062-aadc-b18cb88df8b5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:34:51,996 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.045s 2021-07-21 00:34:51,996 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:34:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e08e37c2-a068-422b-afe1-312715c8a1be', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e08e37c2-a068-422b-afe1-312715c8a1be', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:34:53,049 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.044s 2021-07-21 00:34:53,050 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:34:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0b4b9af5-21e9-46c4-a78e-cfdd3b89ad3a', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0b4b9af5-21e9-46c4-a78e-cfdd3b89ad3a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:34:54,103 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.045s 2021-07-21 00:34:54,103 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:34:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f955c23e-03f3-4316-b0fd-9a67ac06e02d', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f955c23e-03f3-4316-b0fd-9a67ac06e02d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:34:55,155 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.045s 2021-07-21 00:34:55,156 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:34:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-662aa797-56cc-4b33-869b-5727b1fe0f84', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-662aa797-56cc-4b33-869b-5727b1fe0f84', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:34:56,210 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.045s 2021-07-21 00:34:56,210 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:34:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3eb58420-251e-4c3e-be2c-6aae3fb3d86c', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3eb58420-251e-4c3e-be2c-6aae3fb3d86c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:34:57,264 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.046s 2021-07-21 00:34:57,264 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:34:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-56cfcb83-1bd4-46b2-acfe-7511e447a497', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-56cfcb83-1bd4-46b2-acfe-7511e447a497', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:34:58,318 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.045s 2021-07-21 00:34:58,318 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:34:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-02929b5a-a7c6-4d5c-881a-0f12fdf7ef6e', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-02929b5a-a7c6-4d5c-881a-0f12fdf7ef6e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:34:59,372 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.045s 2021-07-21 00:34:59,372 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:34:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-123783df-6b11-40cb-b0a0-373970707255', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-123783df-6b11-40cb-b0a0-373970707255', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:35:00,426 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.045s 2021-07-21 00:35:00,426 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:35:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ee730a5b-489c-4602-8995-bcb391f8b8c5', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ee730a5b-489c-4602-8995-bcb391f8b8c5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:35:01,479 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.045s 2021-07-21 00:35:01,479 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:35:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-30ad27c9-a351-43d2-a80c-26d7ab51488f', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-30ad27c9-a351-43d2-a80c-26d7ab51488f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:35:02,533 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.045s 2021-07-21 00:35:02,533 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:35:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3e431452-2294-487e-b7f2-ed7fb0df8de2', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3e431452-2294-487e-b7f2-ed7fb0df8de2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:35:03,587 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.045s 2021-07-21 00:35:03,587 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:35:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-97b5edec-fe03-43df-b9ce-5d403b2944ef', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-97b5edec-fe03-43df-b9ce-5d403b2944ef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:35:04,640 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.045s 2021-07-21 00:35:04,641 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:35:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-29be4050-e7d9-46a1-b4ec-a61597b40cbd', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-29be4050-e7d9-46a1-b4ec-a61597b40cbd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:35:05,694 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.045s 2021-07-21 00:35:05,694 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:35:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a5719940-4c29-4fa7-ba86-0713975947f5', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a5719940-4c29-4fa7-ba86-0713975947f5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:35:06,746 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.044s 2021-07-21 00:35:06,747 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:35:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8b9a5b2e-2e8f-4f8a-92fa-d833a06c72dc', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8b9a5b2e-2e8f-4f8a-92fa-d833a06c72dc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:35:07,801 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.046s 2021-07-21 00:35:07,802 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:35:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-783a79ea-ea73-4dd4-ab32-1bbe7b96de76', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-783a79ea-ea73-4dd4-ab32-1bbe7b96de76', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:35:08,855 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.046s 2021-07-21 00:35:08,855 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:35:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d2ff25de-c60f-4fad-86f9-f1ef11eb3b2f', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d2ff25de-c60f-4fad-86f9-f1ef11eb3b2f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:35:09,911 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.047s 2021-07-21 00:35:09,911 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:35:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fa4c72ba-3acb-467e-ab3e-d216fe17a61d', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fa4c72ba-3acb-467e-ab3e-d216fe17a61d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:35:10,965 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.045s 2021-07-21 00:35:10,965 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:35:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-efa9535c-cd01-4224-9c48-1b2f2eb5335e', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-efa9535c-cd01-4224-9c48-1b2f2eb5335e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:35:12,019 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.045s 2021-07-21 00:35:12,019 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:35:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e0047cd9-feed-4291-9b5d-4020685b5a32', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e0047cd9-feed-4291-9b5d-4020685b5a32', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:35:13,074 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.048s 2021-07-21 00:35:13,075 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:35:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6ff41078-89c2-4bab-aa6c-ae936591bd03', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6ff41078-89c2-4bab-aa6c-ae936591bd03', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:35:14,128 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.046s 2021-07-21 00:35:14,129 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:35:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5802cbc6-c631-46b6-948e-d923e04872e1', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5802cbc6-c631-46b6-948e-d923e04872e1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:35:15,182 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.045s 2021-07-21 00:35:15,182 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:35:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-02dc3634-ae52-4aba-95d5-c026d2952b4a', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-02dc3634-ae52-4aba-95d5-c026d2952b4a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:35:16,236 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.045s 2021-07-21 00:35:16,237 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:35:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1759e5ee-0b16-49ca-9037-cd5dfe1280ed', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1759e5ee-0b16-49ca-9037-cd5dfe1280ed', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:35:17,290 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.045s 2021-07-21 00:35:17,290 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:35:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2fada461-a1a9-41e3-b0cc-d09255de1e20', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2fada461-a1a9-41e3-b0cc-d09255de1e20', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:35:18,343 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.045s 2021-07-21 00:35:18,344 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:35:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a459d173-3354-4106-9945-a96eaf5fa417', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a459d173-3354-4106-9945-a96eaf5fa417', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:35:19,397 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.045s 2021-07-21 00:35:19,397 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:35:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-65a8ae7d-2b45-424c-8dfb-55304f05be13', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-65a8ae7d-2b45-424c-8dfb-55304f05be13', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:35:20,450 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.045s 2021-07-21 00:35:20,451 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:35:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-87dafd1f-23d0-45e9-8d9a-77d3ee11f911', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-87dafd1f-23d0-45e9-8d9a-77d3ee11f911', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:35:21,504 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.046s 2021-07-21 00:35:21,505 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:35:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8475de96-84a6-454a-b748-b82aafcda4fc', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8475de96-84a6-454a-b748-b82aafcda4fc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:35:22,558 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.045s 2021-07-21 00:35:22,558 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:35:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-21cb585f-3a4d-4719-af8c-d1ccbcf8ff56', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-21cb585f-3a4d-4719-af8c-d1ccbcf8ff56', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:35:23,612 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.045s 2021-07-21 00:35:23,612 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:35:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-93d4783b-5c54-4c21-985d-361442c7ece3', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-93d4783b-5c54-4c21-985d-361442c7ece3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:35:24,665 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.045s 2021-07-21 00:35:24,666 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:35:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a0605029-0a6c-43c4-9a51-c53ae5b8f893', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a0605029-0a6c-43c4-9a51-c53ae5b8f893', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:35:25,718 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.044s 2021-07-21 00:35:25,719 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:35:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0ef5f3c3-d224-4dc6-9fa1-2e1592565c4e', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0ef5f3c3-d224-4dc6-9fa1-2e1592565c4e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:35:26,772 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.045s 2021-07-21 00:35:26,773 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:35:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b62e2590-0c5b-492e-8ab6-3eae84adea1f', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b62e2590-0c5b-492e-8ab6-3eae84adea1f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:35:27,825 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.044s 2021-07-21 00:35:27,825 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:35:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-79b29b9d-0975-4c61-90a5-96f1755bb887', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-79b29b9d-0975-4c61-90a5-96f1755bb887', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:35:28,879 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.045s 2021-07-21 00:35:28,880 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:35:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-94ed9440-cd05-446a-8c93-2a69eaa58738', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-94ed9440-cd05-446a-8c93-2a69eaa58738', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:35:29,933 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.046s 2021-07-21 00:35:29,933 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:35:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4c45a9da-a344-472c-9b12-bd54adff4915', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4c45a9da-a344-472c-9b12-bd54adff4915', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:35:30,986 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.045s 2021-07-21 00:35:30,986 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:35:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5a948923-5a9c-439f-bbcd-b97d5a069342', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5a948923-5a9c-439f-bbcd-b97d5a069342', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:35:32,039 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.046s 2021-07-21 00:35:32,040 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:35:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1feeab6d-229a-4a58-bd27-3531f590ab03', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1feeab6d-229a-4a58-bd27-3531f590ab03', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:35:33,093 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.044s 2021-07-21 00:35:33,093 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:35:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f807a439-9dae-4f53-a8d1-b8508673bd40', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f807a439-9dae-4f53-a8d1-b8508673bd40', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:35:34,147 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.045s 2021-07-21 00:35:34,147 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:35:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e6cd1d86-61b1-4e8c-bf74-b0305269f51b', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e6cd1d86-61b1-4e8c-bf74-b0305269f51b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:35:35,200 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.045s 2021-07-21 00:35:35,200 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:35:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f0b8eb14-28c1-4c2c-9297-aa73c718765f', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f0b8eb14-28c1-4c2c-9297-aa73c718765f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:35:36,255 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.045s 2021-07-21 00:35:36,255 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:35:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8d6d23f7-42e7-4444-8cc7-c443934b85d6', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8d6d23f7-42e7-4444-8cc7-c443934b85d6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:35:37,308 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.045s 2021-07-21 00:35:37,308 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:35:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1e1cb54a-ca23-4c41-a63a-ebc99e8d1144', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1e1cb54a-ca23-4c41-a63a-ebc99e8d1144', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:35:38,362 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.046s 2021-07-21 00:35:38,363 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:35:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8d81fcfe-842f-4b8d-807a-1cbcdce9943c', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8d81fcfe-842f-4b8d-807a-1cbcdce9943c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:35:39,416 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.045s 2021-07-21 00:35:39,416 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:35:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-706b9b56-1c44-4986-9931-5fa5cdc21f73', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-706b9b56-1c44-4986-9931-5fa5cdc21f73', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:35:40,471 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.047s 2021-07-21 00:35:40,471 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:35:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1c8bffe6-5706-4aae-b636-b8608627e690', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1c8bffe6-5706-4aae-b636-b8608627e690', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:35:41,523 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.045s 2021-07-21 00:35:41,524 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:35:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-80c506b2-7c28-4c79-b3f1-20b9dcc50693', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-80c506b2-7c28-4c79-b3f1-20b9dcc50693', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:35:42,634 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.102s 2021-07-21 00:35:42,634 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:35:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-31c2121f-2bf0-4959-987d-9dae28d7114b', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-31c2121f-2bf0-4959-987d-9dae28d7114b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:35:43,686 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.045s 2021-07-21 00:35:43,687 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:35:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0fdc1393-08e6-4c74-bbb0-0fb0f828a5ed', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0fdc1393-08e6-4c74-bbb0-0fb0f828a5ed', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:35:44,740 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.045s 2021-07-21 00:35:44,741 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:35:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b3351c98-1795-4647-b38d-33ada4463924', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b3351c98-1795-4647-b38d-33ada4463924', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:35:45,794 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.046s 2021-07-21 00:35:45,795 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:35:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-188f3c97-39b1-488c-a99b-be31cef48ba8', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-188f3c97-39b1-488c-a99b-be31cef48ba8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:35:46,847 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.045s 2021-07-21 00:35:46,847 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:35:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c5fe86b7-a61d-4f7a-a591-9e8b50b24f9d', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c5fe86b7-a61d-4f7a-a591-9e8b50b24f9d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:35:47,901 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.045s 2021-07-21 00:35:47,901 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:35:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9aae2c08-d268-44a4-b15e-e850bb5f06c0', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9aae2c08-d268-44a4-b15e-e850bb5f06c0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:35:48,956 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.046s 2021-07-21 00:35:48,956 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:35:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-64de74ab-78c5-4887-bd43-ed6ced5d1bea', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-64de74ab-78c5-4887-bd43-ed6ced5d1bea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:35:50,010 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.046s 2021-07-21 00:35:50,011 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:35:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fd8a092a-c4f7-46fb-b955-0647585062c4', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fd8a092a-c4f7-46fb-b955-0647585062c4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:35:51,065 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.045s 2021-07-21 00:35:51,065 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:35:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3f78cb78-9aa3-4092-a2e5-b474995cf601', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3f78cb78-9aa3-4092-a2e5-b474995cf601', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:35:52,119 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.045s 2021-07-21 00:35:52,119 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:35:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8d386227-12a6-4bfc-b3fc-80f793286730', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8d386227-12a6-4bfc-b3fc-80f793286730', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:35:53,174 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.046s 2021-07-21 00:35:53,174 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:35:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d00b142e-4b06-419e-8107-349360ec8bbf', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d00b142e-4b06-419e-8107-349360ec8bbf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:35:54,227 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.045s 2021-07-21 00:35:54,227 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:35:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3de2a83b-352e-4121-828a-b50c633b629f', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3de2a83b-352e-4121-828a-b50c633b629f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:35:55,280 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.046s 2021-07-21 00:35:55,281 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:35:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1c519420-2fcb-48b3-88a2-4f01e3f0b15f', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1c519420-2fcb-48b3-88a2-4f01e3f0b15f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:35:56,334 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.046s 2021-07-21 00:35:56,334 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:35:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ca3d4572-e415-4f23-ac5a-32e3bad4f4cf', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ca3d4572-e415-4f23-ac5a-32e3bad4f4cf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:35:57,388 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.045s 2021-07-21 00:35:57,388 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:35:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0aa1888d-c9c0-4a00-b0f1-3789527e5f98', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0aa1888d-c9c0-4a00-b0f1-3789527e5f98', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:35:58,445 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.048s 2021-07-21 00:35:58,445 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:35:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c9a77c01-c4e0-4700-8547-3f2de13d2488', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c9a77c01-c4e0-4700-8547-3f2de13d2488', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:35:59,498 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.045s 2021-07-21 00:35:59,498 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:35:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-916a5f83-945c-4010-9f42-e39c02cafac9', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-916a5f83-945c-4010-9f42-e39c02cafac9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:36:00,552 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.045s 2021-07-21 00:36:00,552 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:36:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ee633e73-3ad7-40bf-b60d-cabac4776365', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ee633e73-3ad7-40bf-b60d-cabac4776365', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:36:01,605 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.045s 2021-07-21 00:36:01,606 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:36:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-03fe6464-bd4d-4e2b-aa8b-18af3ae6d705', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-03fe6464-bd4d-4e2b-aa8b-18af3ae6d705', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:36:02,658 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.045s 2021-07-21 00:36:02,659 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:36:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f35bf5e5-1aa3-4111-8757-9acdda9d0735', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f35bf5e5-1aa3-4111-8757-9acdda9d0735', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:36:03,713 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.046s 2021-07-21 00:36:03,713 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:36:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eda0b3dc-79fe-4a9d-bade-ce3c407393ee', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eda0b3dc-79fe-4a9d-bade-ce3c407393ee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:36:04,767 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.046s 2021-07-21 00:36:04,768 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:36:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6de6f027-d412-4262-98ec-f8c50a09b212', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6de6f027-d412-4262-98ec-f8c50a09b212', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:36:05,821 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.045s 2021-07-21 00:36:05,822 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:36:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-414a81a2-356c-49e4-bdf0-4ceb3f2993d8', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-414a81a2-356c-49e4-bdf0-4ceb3f2993d8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:36:06,873 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.044s 2021-07-21 00:36:06,874 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:36:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fbdb76f2-9d81-428a-9d84-d41bcc5a9a4e', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fbdb76f2-9d81-428a-9d84-d41bcc5a9a4e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:36:07,927 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058 0.045s 2021-07-21 00:36:07,928 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:36:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8542308d-b5e9-4874-bdcf-b92a1a033a21', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8542308d-b5e9-4874-bdcf-b92a1a033a21', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058'} Body: b'{"volume": {"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-07-21T00:21:34.000000", "updated_at": "2021-07-21T00:24:08.000000", "name": "tempest-TestMinimumBasicScenario-volume-1247418365", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.30/volume/v3/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}, {"rel": "bookmark", "href": "http://10.222.0.30/volume/253ee3b5746847e4bb94081aa45d8dc8/volumes/dea9b770-9abe-46bc-aa2c-78cfd2be3058"}], "user_id": "c71d53d654fa44078576aa88ed743d70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "attachment_id": "a57fd680-617f-47bb-88ef-153ab4699a8e", "volume_id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058", "server_id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-07-21T00:21:37.000000"}], "os-vol-tenant-attr:tenant_id": "253ee3b5746847e4bb94081aa45d8dc8"}}' 2021-07-21 00:36:08,048 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 204 DELETE http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048 0.113s 2021-07-21 00:36:08,049 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:36:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cebd8f2f-690a-44c0-89d0-0163170c2db4', 'x-compute-request-id': 'req-cebd8f2f-690a-44c0-89d0-0163170c2db4', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048'} Body: b'' 2021-07-21 00:36:08,342 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048 0.293s 2021-07-21 00:36:08,342 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:36:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1599', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e0a110af-bb31-40b0-9cab-7409ad136f38', 'x-compute-request-id': 'req-e0a110af-bb31-40b0-9cab-7409ad136f38', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048'} Body: b'{"server": {"id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "name": "tempest-TestMinimumBasicScenario-server-1581322073", "status": "ACTIVE", "tenant_id": "253ee3b5746847e4bb94081aa45d8dc8", "user_id": "c71d53d654fa44078576aa88ed743d70", "metadata": {}, "hostId": "c5f86765323fcb4a910a897e78f13d3bd49be51a03cd5a58e854d2c5", "image": {"id": "469a5eb3-b5fa-445a-92f2-b2ec180d6dbf", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/469a5eb3-b5fa-445a-92f2-b2ec180d6dbf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:20:59Z", "updated": "2021-07-21T00:36:08Z", "addresses": {"tempest-TestMinimumBasicScenario-595891135-network": [{"version": 4, "addr": "172.20.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a4:79:d1"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-70325683", "OS-SRV-USG:launched_at": "2021-07-21T00:21:32.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058"}]}}' 2021-07-21 00:36:09,449 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048 0.097s 2021-07-21 00:36:09,450 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:36:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-957f8707-a9af-4863-b35a-16c5abe896f1', 'x-compute-request-id': 'req-957f8707-a9af-4863-b35a-16c5abe896f1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048'} Body: b'{"server": {"id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "name": "tempest-TestMinimumBasicScenario-server-1581322073", "status": "ACTIVE", "tenant_id": "253ee3b5746847e4bb94081aa45d8dc8", "user_id": "c71d53d654fa44078576aa88ed743d70", "metadata": {}, "hostId": "c5f86765323fcb4a910a897e78f13d3bd49be51a03cd5a58e854d2c5", "image": {"id": "469a5eb3-b5fa-445a-92f2-b2ec180d6dbf", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/469a5eb3-b5fa-445a-92f2-b2ec180d6dbf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:20:59Z", "updated": "2021-07-21T00:36:08Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-70325683", "OS-SRV-USG:launched_at": "2021-07-21T00:21:32.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058"}]}}' 2021-07-21 00:36:10,592 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048 0.134s 2021-07-21 00:36:10,593 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:36:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fabd0264-ae99-49f5-ab47-85cb58228f77', 'x-compute-request-id': 'req-fabd0264-ae99-49f5-ab47-85cb58228f77', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048'} Body: b'{"server": {"id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "name": "tempest-TestMinimumBasicScenario-server-1581322073", "status": "ACTIVE", "tenant_id": "253ee3b5746847e4bb94081aa45d8dc8", "user_id": "c71d53d654fa44078576aa88ed743d70", "metadata": {}, "hostId": "c5f86765323fcb4a910a897e78f13d3bd49be51a03cd5a58e854d2c5", "image": {"id": "469a5eb3-b5fa-445a-92f2-b2ec180d6dbf", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/469a5eb3-b5fa-445a-92f2-b2ec180d6dbf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:20:59Z", "updated": "2021-07-21T00:36:08Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-70325683", "OS-SRV-USG:launched_at": "2021-07-21T00:21:32.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058"}]}}' 2021-07-21 00:36:11,696 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048 0.096s 2021-07-21 00:36:11,697 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:36:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6621efaa-b25a-439c-906c-cf6b69a9c344', 'x-compute-request-id': 'req-6621efaa-b25a-439c-906c-cf6b69a9c344', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048'} Body: b'{"server": {"id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "name": "tempest-TestMinimumBasicScenario-server-1581322073", "status": "ACTIVE", "tenant_id": "253ee3b5746847e4bb94081aa45d8dc8", "user_id": "c71d53d654fa44078576aa88ed743d70", "metadata": {}, "hostId": "c5f86765323fcb4a910a897e78f13d3bd49be51a03cd5a58e854d2c5", "image": {"id": "469a5eb3-b5fa-445a-92f2-b2ec180d6dbf", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/469a5eb3-b5fa-445a-92f2-b2ec180d6dbf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:20:59Z", "updated": "2021-07-21T00:36:08Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-70325683", "OS-SRV-USG:launched_at": "2021-07-21T00:21:32.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058"}]}}' 2021-07-21 00:36:12,788 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048 0.083s 2021-07-21 00:36:12,788 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:36:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5ceca869-3cf5-4371-922d-c321efe17a69', 'x-compute-request-id': 'req-5ceca869-3cf5-4371-922d-c321efe17a69', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048'} Body: b'{"server": {"id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "name": "tempest-TestMinimumBasicScenario-server-1581322073", "status": "ACTIVE", "tenant_id": "253ee3b5746847e4bb94081aa45d8dc8", "user_id": "c71d53d654fa44078576aa88ed743d70", "metadata": {}, "hostId": "c5f86765323fcb4a910a897e78f13d3bd49be51a03cd5a58e854d2c5", "image": {"id": "469a5eb3-b5fa-445a-92f2-b2ec180d6dbf", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/469a5eb3-b5fa-445a-92f2-b2ec180d6dbf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:20:59Z", "updated": "2021-07-21T00:36:08Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-70325683", "OS-SRV-USG:launched_at": "2021-07-21T00:21:32.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058"}]}}' 2021-07-21 00:36:13,880 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048 0.084s 2021-07-21 00:36:13,880 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:36:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6efffa48-8dbf-49f0-a518-8d3eabf3b7c8', 'x-compute-request-id': 'req-6efffa48-8dbf-49f0-a518-8d3eabf3b7c8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048'} Body: b'{"server": {"id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "name": "tempest-TestMinimumBasicScenario-server-1581322073", "status": "ACTIVE", "tenant_id": "253ee3b5746847e4bb94081aa45d8dc8", "user_id": "c71d53d654fa44078576aa88ed743d70", "metadata": {}, "hostId": "c5f86765323fcb4a910a897e78f13d3bd49be51a03cd5a58e854d2c5", "image": {"id": "469a5eb3-b5fa-445a-92f2-b2ec180d6dbf", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/469a5eb3-b5fa-445a-92f2-b2ec180d6dbf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:20:59Z", "updated": "2021-07-21T00:36:08Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-70325683", "OS-SRV-USG:launched_at": "2021-07-21T00:21:32.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058"}]}}' 2021-07-21 00:36:14,973 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048 0.083s 2021-07-21 00:36:14,973 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:36:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a874422f-f485-4a09-874a-6dc83cf94413', 'x-compute-request-id': 'req-a874422f-f485-4a09-874a-6dc83cf94413', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048'} Body: b'{"server": {"id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "name": "tempest-TestMinimumBasicScenario-server-1581322073", "status": "ACTIVE", "tenant_id": "253ee3b5746847e4bb94081aa45d8dc8", "user_id": "c71d53d654fa44078576aa88ed743d70", "metadata": {}, "hostId": "c5f86765323fcb4a910a897e78f13d3bd49be51a03cd5a58e854d2c5", "image": {"id": "469a5eb3-b5fa-445a-92f2-b2ec180d6dbf", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/469a5eb3-b5fa-445a-92f2-b2ec180d6dbf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:20:59Z", "updated": "2021-07-21T00:36:08Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-70325683", "OS-SRV-USG:launched_at": "2021-07-21T00:21:32.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058"}]}}' 2021-07-21 00:36:16,066 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048 0.084s 2021-07-21 00:36:16,066 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:36:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-15bb792e-9dfd-41b4-bb0b-59ed79353bcd', 'x-compute-request-id': 'req-15bb792e-9dfd-41b4-bb0b-59ed79353bcd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048'} Body: b'{"server": {"id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "name": "tempest-TestMinimumBasicScenario-server-1581322073", "status": "ACTIVE", "tenant_id": "253ee3b5746847e4bb94081aa45d8dc8", "user_id": "c71d53d654fa44078576aa88ed743d70", "metadata": {}, "hostId": "c5f86765323fcb4a910a897e78f13d3bd49be51a03cd5a58e854d2c5", "image": {"id": "469a5eb3-b5fa-445a-92f2-b2ec180d6dbf", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/469a5eb3-b5fa-445a-92f2-b2ec180d6dbf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:20:59Z", "updated": "2021-07-21T00:36:08Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-70325683", "OS-SRV-USG:launched_at": "2021-07-21T00:21:32.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058"}]}}' 2021-07-21 00:36:17,160 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048 0.086s 2021-07-21 00:36:17,161 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:36:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4d34865e-bd16-45e8-902c-091b54246c4d', 'x-compute-request-id': 'req-4d34865e-bd16-45e8-902c-091b54246c4d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048'} Body: b'{"server": {"id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "name": "tempest-TestMinimumBasicScenario-server-1581322073", "status": "ACTIVE", "tenant_id": "253ee3b5746847e4bb94081aa45d8dc8", "user_id": "c71d53d654fa44078576aa88ed743d70", "metadata": {}, "hostId": "c5f86765323fcb4a910a897e78f13d3bd49be51a03cd5a58e854d2c5", "image": {"id": "469a5eb3-b5fa-445a-92f2-b2ec180d6dbf", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/469a5eb3-b5fa-445a-92f2-b2ec180d6dbf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:20:59Z", "updated": "2021-07-21T00:36:08Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-70325683", "OS-SRV-USG:launched_at": "2021-07-21T00:21:32.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058"}]}}' 2021-07-21 00:36:18,253 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048 0.085s 2021-07-21 00:36:18,253 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:36:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c98099e4-17db-4379-98c6-154dc76fe11d', 'x-compute-request-id': 'req-c98099e4-17db-4379-98c6-154dc76fe11d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048'} Body: b'{"server": {"id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "name": "tempest-TestMinimumBasicScenario-server-1581322073", "status": "ACTIVE", "tenant_id": "253ee3b5746847e4bb94081aa45d8dc8", "user_id": "c71d53d654fa44078576aa88ed743d70", "metadata": {}, "hostId": "c5f86765323fcb4a910a897e78f13d3bd49be51a03cd5a58e854d2c5", "image": {"id": "469a5eb3-b5fa-445a-92f2-b2ec180d6dbf", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/469a5eb3-b5fa-445a-92f2-b2ec180d6dbf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:20:59Z", "updated": "2021-07-21T00:36:08Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-70325683", "OS-SRV-USG:launched_at": "2021-07-21T00:21:32.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058"}]}}' 2021-07-21 00:36:19,345 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048 0.083s 2021-07-21 00:36:19,346 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:36:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3ed87f04-a4c4-4601-b831-418be8d8d053', 'x-compute-request-id': 'req-3ed87f04-a4c4-4601-b831-418be8d8d053', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048'} Body: b'{"server": {"id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "name": "tempest-TestMinimumBasicScenario-server-1581322073", "status": "ACTIVE", "tenant_id": "253ee3b5746847e4bb94081aa45d8dc8", "user_id": "c71d53d654fa44078576aa88ed743d70", "metadata": {}, "hostId": "c5f86765323fcb4a910a897e78f13d3bd49be51a03cd5a58e854d2c5", "image": {"id": "469a5eb3-b5fa-445a-92f2-b2ec180d6dbf", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/469a5eb3-b5fa-445a-92f2-b2ec180d6dbf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:20:59Z", "updated": "2021-07-21T00:36:08Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-70325683", "OS-SRV-USG:launched_at": "2021-07-21T00:21:32.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058"}]}}' 2021-07-21 00:36:20,439 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048 0.085s 2021-07-21 00:36:20,439 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:36:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-610e9c19-a53e-4e21-9f87-a62ca868b257', 'x-compute-request-id': 'req-610e9c19-a53e-4e21-9f87-a62ca868b257', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048'} Body: b'{"server": {"id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "name": "tempest-TestMinimumBasicScenario-server-1581322073", "status": "ACTIVE", "tenant_id": "253ee3b5746847e4bb94081aa45d8dc8", "user_id": "c71d53d654fa44078576aa88ed743d70", "metadata": {}, "hostId": "c5f86765323fcb4a910a897e78f13d3bd49be51a03cd5a58e854d2c5", "image": {"id": "469a5eb3-b5fa-445a-92f2-b2ec180d6dbf", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/469a5eb3-b5fa-445a-92f2-b2ec180d6dbf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:20:59Z", "updated": "2021-07-21T00:36:08Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-70325683", "OS-SRV-USG:launched_at": "2021-07-21T00:21:32.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058"}]}}' 2021-07-21 00:36:21,531 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048 0.083s 2021-07-21 00:36:21,531 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:36:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4197fe60-d963-4e67-bba7-8d6eed0f3e1f', 'x-compute-request-id': 'req-4197fe60-d963-4e67-bba7-8d6eed0f3e1f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048'} Body: b'{"server": {"id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "name": "tempest-TestMinimumBasicScenario-server-1581322073", "status": "ACTIVE", "tenant_id": "253ee3b5746847e4bb94081aa45d8dc8", "user_id": "c71d53d654fa44078576aa88ed743d70", "metadata": {}, "hostId": "c5f86765323fcb4a910a897e78f13d3bd49be51a03cd5a58e854d2c5", "image": {"id": "469a5eb3-b5fa-445a-92f2-b2ec180d6dbf", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/469a5eb3-b5fa-445a-92f2-b2ec180d6dbf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:20:59Z", "updated": "2021-07-21T00:36:08Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-70325683", "OS-SRV-USG:launched_at": "2021-07-21T00:21:32.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058"}]}}' 2021-07-21 00:36:22,626 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048 0.087s 2021-07-21 00:36:22,627 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:36:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5946e234-ac0f-4155-9a62-e4603cf624b5', 'x-compute-request-id': 'req-5946e234-ac0f-4155-9a62-e4603cf624b5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048'} Body: b'{"server": {"id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "name": "tempest-TestMinimumBasicScenario-server-1581322073", "status": "ACTIVE", "tenant_id": "253ee3b5746847e4bb94081aa45d8dc8", "user_id": "c71d53d654fa44078576aa88ed743d70", "metadata": {}, "hostId": "c5f86765323fcb4a910a897e78f13d3bd49be51a03cd5a58e854d2c5", "image": {"id": "469a5eb3-b5fa-445a-92f2-b2ec180d6dbf", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/469a5eb3-b5fa-445a-92f2-b2ec180d6dbf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:20:59Z", "updated": "2021-07-21T00:36:08Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-70325683", "OS-SRV-USG:launched_at": "2021-07-21T00:21:32.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058"}]}}' 2021-07-21 00:36:23,720 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048 0.084s 2021-07-21 00:36:23,720 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:36:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-429b5c42-8022-4bea-87c2-98bb46af0bcd', 'x-compute-request-id': 'req-429b5c42-8022-4bea-87c2-98bb46af0bcd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048'} Body: b'{"server": {"id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "name": "tempest-TestMinimumBasicScenario-server-1581322073", "status": "ACTIVE", "tenant_id": "253ee3b5746847e4bb94081aa45d8dc8", "user_id": "c71d53d654fa44078576aa88ed743d70", "metadata": {}, "hostId": "c5f86765323fcb4a910a897e78f13d3bd49be51a03cd5a58e854d2c5", "image": {"id": "469a5eb3-b5fa-445a-92f2-b2ec180d6dbf", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/469a5eb3-b5fa-445a-92f2-b2ec180d6dbf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:20:59Z", "updated": "2021-07-21T00:36:08Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-70325683", "OS-SRV-USG:launched_at": "2021-07-21T00:21:32.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058"}]}}' 2021-07-21 00:36:24,812 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048 0.083s 2021-07-21 00:36:24,812 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:36:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-73b09049-b5f4-488f-86d1-855bd158250e', 'x-compute-request-id': 'req-73b09049-b5f4-488f-86d1-855bd158250e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048'} Body: b'{"server": {"id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "name": "tempest-TestMinimumBasicScenario-server-1581322073", "status": "ACTIVE", "tenant_id": "253ee3b5746847e4bb94081aa45d8dc8", "user_id": "c71d53d654fa44078576aa88ed743d70", "metadata": {}, "hostId": "c5f86765323fcb4a910a897e78f13d3bd49be51a03cd5a58e854d2c5", "image": {"id": "469a5eb3-b5fa-445a-92f2-b2ec180d6dbf", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/469a5eb3-b5fa-445a-92f2-b2ec180d6dbf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:20:59Z", "updated": "2021-07-21T00:36:08Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-70325683", "OS-SRV-USG:launched_at": "2021-07-21T00:21:32.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058"}]}}' 2021-07-21 00:36:25,905 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048 0.084s 2021-07-21 00:36:25,905 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:36:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-22599a59-7a00-4c22-bfc4-9c196e593b70', 'x-compute-request-id': 'req-22599a59-7a00-4c22-bfc4-9c196e593b70', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048'} Body: b'{"server": {"id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "name": "tempest-TestMinimumBasicScenario-server-1581322073", "status": "ACTIVE", "tenant_id": "253ee3b5746847e4bb94081aa45d8dc8", "user_id": "c71d53d654fa44078576aa88ed743d70", "metadata": {}, "hostId": "c5f86765323fcb4a910a897e78f13d3bd49be51a03cd5a58e854d2c5", "image": {"id": "469a5eb3-b5fa-445a-92f2-b2ec180d6dbf", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/469a5eb3-b5fa-445a-92f2-b2ec180d6dbf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:20:59Z", "updated": "2021-07-21T00:36:08Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-70325683", "OS-SRV-USG:launched_at": "2021-07-21T00:21:32.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058"}]}}' 2021-07-21 00:36:27,000 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048 0.086s 2021-07-21 00:36:27,001 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:36:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c41a758b-7197-42d8-b007-10ed4f2928da', 'x-compute-request-id': 'req-c41a758b-7197-42d8-b007-10ed4f2928da', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048'} Body: b'{"server": {"id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "name": "tempest-TestMinimumBasicScenario-server-1581322073", "status": "ACTIVE", "tenant_id": "253ee3b5746847e4bb94081aa45d8dc8", "user_id": "c71d53d654fa44078576aa88ed743d70", "metadata": {}, "hostId": "c5f86765323fcb4a910a897e78f13d3bd49be51a03cd5a58e854d2c5", "image": {"id": "469a5eb3-b5fa-445a-92f2-b2ec180d6dbf", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/469a5eb3-b5fa-445a-92f2-b2ec180d6dbf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:20:59Z", "updated": "2021-07-21T00:36:08Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-70325683", "OS-SRV-USG:launched_at": "2021-07-21T00:21:32.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058"}]}}' 2021-07-21 00:36:28,096 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048 0.087s 2021-07-21 00:36:28,096 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:36:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8d7405fd-2c8c-4082-8709-e2fac6ea225b', 'x-compute-request-id': 'req-8d7405fd-2c8c-4082-8709-e2fac6ea225b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048'} Body: b'{"server": {"id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "name": "tempest-TestMinimumBasicScenario-server-1581322073", "status": "ACTIVE", "tenant_id": "253ee3b5746847e4bb94081aa45d8dc8", "user_id": "c71d53d654fa44078576aa88ed743d70", "metadata": {}, "hostId": "c5f86765323fcb4a910a897e78f13d3bd49be51a03cd5a58e854d2c5", "image": {"id": "469a5eb3-b5fa-445a-92f2-b2ec180d6dbf", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/469a5eb3-b5fa-445a-92f2-b2ec180d6dbf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:20:59Z", "updated": "2021-07-21T00:36:08Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-70325683", "OS-SRV-USG:launched_at": "2021-07-21T00:21:32.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058"}]}}' 2021-07-21 00:36:29,188 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048 0.083s 2021-07-21 00:36:29,189 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:36:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-91e00ff2-8536-43b4-b003-e4fe1407a87a', 'x-compute-request-id': 'req-91e00ff2-8536-43b4-b003-e4fe1407a87a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048'} Body: b'{"server": {"id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "name": "tempest-TestMinimumBasicScenario-server-1581322073", "status": "ACTIVE", "tenant_id": "253ee3b5746847e4bb94081aa45d8dc8", "user_id": "c71d53d654fa44078576aa88ed743d70", "metadata": {}, "hostId": "c5f86765323fcb4a910a897e78f13d3bd49be51a03cd5a58e854d2c5", "image": {"id": "469a5eb3-b5fa-445a-92f2-b2ec180d6dbf", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/469a5eb3-b5fa-445a-92f2-b2ec180d6dbf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:20:59Z", "updated": "2021-07-21T00:36:08Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-70325683", "OS-SRV-USG:launched_at": "2021-07-21T00:21:32.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058"}]}}' 2021-07-21 00:36:30,281 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048 0.084s 2021-07-21 00:36:30,281 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:36:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8ad8c503-79c2-4baa-841b-292c89d01e10', 'x-compute-request-id': 'req-8ad8c503-79c2-4baa-841b-292c89d01e10', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048'} Body: b'{"server": {"id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "name": "tempest-TestMinimumBasicScenario-server-1581322073", "status": "ACTIVE", "tenant_id": "253ee3b5746847e4bb94081aa45d8dc8", "user_id": "c71d53d654fa44078576aa88ed743d70", "metadata": {}, "hostId": "c5f86765323fcb4a910a897e78f13d3bd49be51a03cd5a58e854d2c5", "image": {"id": "469a5eb3-b5fa-445a-92f2-b2ec180d6dbf", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/469a5eb3-b5fa-445a-92f2-b2ec180d6dbf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:20:59Z", "updated": "2021-07-21T00:36:08Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-70325683", "OS-SRV-USG:launched_at": "2021-07-21T00:21:32.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058"}]}}' 2021-07-21 00:36:31,374 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048 0.083s 2021-07-21 00:36:31,374 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:36:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-37b207ff-994f-433f-82ca-7baf468888a1', 'x-compute-request-id': 'req-37b207ff-994f-433f-82ca-7baf468888a1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048'} Body: b'{"server": {"id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "name": "tempest-TestMinimumBasicScenario-server-1581322073", "status": "ACTIVE", "tenant_id": "253ee3b5746847e4bb94081aa45d8dc8", "user_id": "c71d53d654fa44078576aa88ed743d70", "metadata": {}, "hostId": "c5f86765323fcb4a910a897e78f13d3bd49be51a03cd5a58e854d2c5", "image": {"id": "469a5eb3-b5fa-445a-92f2-b2ec180d6dbf", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/469a5eb3-b5fa-445a-92f2-b2ec180d6dbf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:20:59Z", "updated": "2021-07-21T00:36:08Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-70325683", "OS-SRV-USG:launched_at": "2021-07-21T00:21:32.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058"}]}}' 2021-07-21 00:36:32,467 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048 0.083s 2021-07-21 00:36:32,467 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:36:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5cf69a76-ec8a-4e2e-ab50-73235d9a846d', 'x-compute-request-id': 'req-5cf69a76-ec8a-4e2e-ab50-73235d9a846d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048'} Body: b'{"server": {"id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "name": "tempest-TestMinimumBasicScenario-server-1581322073", "status": "ACTIVE", "tenant_id": "253ee3b5746847e4bb94081aa45d8dc8", "user_id": "c71d53d654fa44078576aa88ed743d70", "metadata": {}, "hostId": "c5f86765323fcb4a910a897e78f13d3bd49be51a03cd5a58e854d2c5", "image": {"id": "469a5eb3-b5fa-445a-92f2-b2ec180d6dbf", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/469a5eb3-b5fa-445a-92f2-b2ec180d6dbf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:20:59Z", "updated": "2021-07-21T00:36:08Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-70325683", "OS-SRV-USG:launched_at": "2021-07-21T00:21:32.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058"}]}}' 2021-07-21 00:36:33,560 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048 0.084s 2021-07-21 00:36:33,560 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:36:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cc1ef6e5-9d89-4ccb-a2a2-e255cf241a08', 'x-compute-request-id': 'req-cc1ef6e5-9d89-4ccb-a2a2-e255cf241a08', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048'} Body: b'{"server": {"id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "name": "tempest-TestMinimumBasicScenario-server-1581322073", "status": "ACTIVE", "tenant_id": "253ee3b5746847e4bb94081aa45d8dc8", "user_id": "c71d53d654fa44078576aa88ed743d70", "metadata": {}, "hostId": "c5f86765323fcb4a910a897e78f13d3bd49be51a03cd5a58e854d2c5", "image": {"id": "469a5eb3-b5fa-445a-92f2-b2ec180d6dbf", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/469a5eb3-b5fa-445a-92f2-b2ec180d6dbf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:20:59Z", "updated": "2021-07-21T00:36:08Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-70325683", "OS-SRV-USG:launched_at": "2021-07-21T00:21:32.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058"}]}}' 2021-07-21 00:36:34,653 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048 0.084s 2021-07-21 00:36:34,654 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:36:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-49c7a590-2877-497a-be41-add91f456b56', 'x-compute-request-id': 'req-49c7a590-2877-497a-be41-add91f456b56', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048'} Body: b'{"server": {"id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "name": "tempest-TestMinimumBasicScenario-server-1581322073", "status": "ACTIVE", "tenant_id": "253ee3b5746847e4bb94081aa45d8dc8", "user_id": "c71d53d654fa44078576aa88ed743d70", "metadata": {}, "hostId": "c5f86765323fcb4a910a897e78f13d3bd49be51a03cd5a58e854d2c5", "image": {"id": "469a5eb3-b5fa-445a-92f2-b2ec180d6dbf", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/469a5eb3-b5fa-445a-92f2-b2ec180d6dbf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:20:59Z", "updated": "2021-07-21T00:36:08Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-70325683", "OS-SRV-USG:launched_at": "2021-07-21T00:21:32.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058"}]}}' 2021-07-21 00:36:35,751 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048 0.089s 2021-07-21 00:36:35,752 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:36:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-820e7a81-ea96-4bbd-b945-19d88cbb7204', 'x-compute-request-id': 'req-820e7a81-ea96-4bbd-b945-19d88cbb7204', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048'} Body: b'{"server": {"id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "name": "tempest-TestMinimumBasicScenario-server-1581322073", "status": "ACTIVE", "tenant_id": "253ee3b5746847e4bb94081aa45d8dc8", "user_id": "c71d53d654fa44078576aa88ed743d70", "metadata": {}, "hostId": "c5f86765323fcb4a910a897e78f13d3bd49be51a03cd5a58e854d2c5", "image": {"id": "469a5eb3-b5fa-445a-92f2-b2ec180d6dbf", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/469a5eb3-b5fa-445a-92f2-b2ec180d6dbf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:20:59Z", "updated": "2021-07-21T00:36:08Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-70325683", "OS-SRV-USG:launched_at": "2021-07-21T00:21:32.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058"}]}}' 2021-07-21 00:36:36,848 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048 0.088s 2021-07-21 00:36:36,848 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:36:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4b876c73-3784-4ece-b8b8-7c0e9731ca57', 'x-compute-request-id': 'req-4b876c73-3784-4ece-b8b8-7c0e9731ca57', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048'} Body: b'{"server": {"id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "name": "tempest-TestMinimumBasicScenario-server-1581322073", "status": "ACTIVE", "tenant_id": "253ee3b5746847e4bb94081aa45d8dc8", "user_id": "c71d53d654fa44078576aa88ed743d70", "metadata": {}, "hostId": "c5f86765323fcb4a910a897e78f13d3bd49be51a03cd5a58e854d2c5", "image": {"id": "469a5eb3-b5fa-445a-92f2-b2ec180d6dbf", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/469a5eb3-b5fa-445a-92f2-b2ec180d6dbf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:20:59Z", "updated": "2021-07-21T00:36:08Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-70325683", "OS-SRV-USG:launched_at": "2021-07-21T00:21:32.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058"}]}}' 2021-07-21 00:36:37,947 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048 0.090s 2021-07-21 00:36:37,947 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:36:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8c7d95e7-6f65-41f9-9727-0fc80a4bfdc4', 'x-compute-request-id': 'req-8c7d95e7-6f65-41f9-9727-0fc80a4bfdc4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048'} Body: b'{"server": {"id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "name": "tempest-TestMinimumBasicScenario-server-1581322073", "status": "ACTIVE", "tenant_id": "253ee3b5746847e4bb94081aa45d8dc8", "user_id": "c71d53d654fa44078576aa88ed743d70", "metadata": {}, "hostId": "c5f86765323fcb4a910a897e78f13d3bd49be51a03cd5a58e854d2c5", "image": {"id": "469a5eb3-b5fa-445a-92f2-b2ec180d6dbf", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/469a5eb3-b5fa-445a-92f2-b2ec180d6dbf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:20:59Z", "updated": "2021-07-21T00:36:08Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-70325683", "OS-SRV-USG:launched_at": "2021-07-21T00:21:32.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058"}]}}' 2021-07-21 00:36:39,043 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048 0.087s 2021-07-21 00:36:39,043 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:36:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6118b92e-742f-401f-808b-321249b5d5bf', 'x-compute-request-id': 'req-6118b92e-742f-401f-808b-321249b5d5bf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048'} Body: b'{"server": {"id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "name": "tempest-TestMinimumBasicScenario-server-1581322073", "status": "ACTIVE", "tenant_id": "253ee3b5746847e4bb94081aa45d8dc8", "user_id": "c71d53d654fa44078576aa88ed743d70", "metadata": {}, "hostId": "c5f86765323fcb4a910a897e78f13d3bd49be51a03cd5a58e854d2c5", "image": {"id": "469a5eb3-b5fa-445a-92f2-b2ec180d6dbf", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/469a5eb3-b5fa-445a-92f2-b2ec180d6dbf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:20:59Z", "updated": "2021-07-21T00:36:08Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-70325683", "OS-SRV-USG:launched_at": "2021-07-21T00:21:32.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058"}]}}' 2021-07-21 00:36:40,140 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048 0.088s 2021-07-21 00:36:40,140 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:36:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-50993beb-cfb1-4b78-8fe1-db9e08892b2c', 'x-compute-request-id': 'req-50993beb-cfb1-4b78-8fe1-db9e08892b2c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048'} Body: b'{"server": {"id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "name": "tempest-TestMinimumBasicScenario-server-1581322073", "status": "ACTIVE", "tenant_id": "253ee3b5746847e4bb94081aa45d8dc8", "user_id": "c71d53d654fa44078576aa88ed743d70", "metadata": {}, "hostId": "c5f86765323fcb4a910a897e78f13d3bd49be51a03cd5a58e854d2c5", "image": {"id": "469a5eb3-b5fa-445a-92f2-b2ec180d6dbf", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/469a5eb3-b5fa-445a-92f2-b2ec180d6dbf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:20:59Z", "updated": "2021-07-21T00:36:08Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-70325683", "OS-SRV-USG:launched_at": "2021-07-21T00:21:32.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058"}]}}' 2021-07-21 00:36:41,236 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048 0.088s 2021-07-21 00:36:41,237 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:36:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b475c997-5e7b-4467-a732-e4f557c61460', 'x-compute-request-id': 'req-b475c997-5e7b-4467-a732-e4f557c61460', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048'} Body: b'{"server": {"id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "name": "tempest-TestMinimumBasicScenario-server-1581322073", "status": "ACTIVE", "tenant_id": "253ee3b5746847e4bb94081aa45d8dc8", "user_id": "c71d53d654fa44078576aa88ed743d70", "metadata": {}, "hostId": "c5f86765323fcb4a910a897e78f13d3bd49be51a03cd5a58e854d2c5", "image": {"id": "469a5eb3-b5fa-445a-92f2-b2ec180d6dbf", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/469a5eb3-b5fa-445a-92f2-b2ec180d6dbf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:20:59Z", "updated": "2021-07-21T00:36:08Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-70325683", "OS-SRV-USG:launched_at": "2021-07-21T00:21:32.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058"}]}}' 2021-07-21 00:36:42,335 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048 0.091s 2021-07-21 00:36:42,336 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:36:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4ef6459c-aa30-4a2c-bb04-52de26b2eb67', 'x-compute-request-id': 'req-4ef6459c-aa30-4a2c-bb04-52de26b2eb67', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048'} Body: b'{"server": {"id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "name": "tempest-TestMinimumBasicScenario-server-1581322073", "status": "ACTIVE", "tenant_id": "253ee3b5746847e4bb94081aa45d8dc8", "user_id": "c71d53d654fa44078576aa88ed743d70", "metadata": {}, "hostId": "c5f86765323fcb4a910a897e78f13d3bd49be51a03cd5a58e854d2c5", "image": {"id": "469a5eb3-b5fa-445a-92f2-b2ec180d6dbf", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/469a5eb3-b5fa-445a-92f2-b2ec180d6dbf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:20:59Z", "updated": "2021-07-21T00:36:08Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-70325683", "OS-SRV-USG:launched_at": "2021-07-21T00:21:32.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058"}]}}' 2021-07-21 00:36:43,432 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048 0.088s 2021-07-21 00:36:43,433 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:36:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0b33916e-ef1a-40cb-bfc6-7e69d3c6d795', 'x-compute-request-id': 'req-0b33916e-ef1a-40cb-bfc6-7e69d3c6d795', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048'} Body: b'{"server": {"id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "name": "tempest-TestMinimumBasicScenario-server-1581322073", "status": "ACTIVE", "tenant_id": "253ee3b5746847e4bb94081aa45d8dc8", "user_id": "c71d53d654fa44078576aa88ed743d70", "metadata": {}, "hostId": "c5f86765323fcb4a910a897e78f13d3bd49be51a03cd5a58e854d2c5", "image": {"id": "469a5eb3-b5fa-445a-92f2-b2ec180d6dbf", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/469a5eb3-b5fa-445a-92f2-b2ec180d6dbf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:20:59Z", "updated": "2021-07-21T00:36:08Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-70325683", "OS-SRV-USG:launched_at": "2021-07-21T00:21:32.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058"}]}}' 2021-07-21 00:36:44,536 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048 0.095s 2021-07-21 00:36:44,536 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:36:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3ba02640-955b-43a4-9204-a3271ab53bf0', 'x-compute-request-id': 'req-3ba02640-955b-43a4-9204-a3271ab53bf0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048'} Body: b'{"server": {"id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "name": "tempest-TestMinimumBasicScenario-server-1581322073", "status": "ACTIVE", "tenant_id": "253ee3b5746847e4bb94081aa45d8dc8", "user_id": "c71d53d654fa44078576aa88ed743d70", "metadata": {}, "hostId": "c5f86765323fcb4a910a897e78f13d3bd49be51a03cd5a58e854d2c5", "image": {"id": "469a5eb3-b5fa-445a-92f2-b2ec180d6dbf", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/469a5eb3-b5fa-445a-92f2-b2ec180d6dbf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:20:59Z", "updated": "2021-07-21T00:36:08Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-70325683", "OS-SRV-USG:launched_at": "2021-07-21T00:21:32.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058"}]}}' 2021-07-21 00:36:45,634 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048 0.090s 2021-07-21 00:36:45,634 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:36:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4c7712d0-4b62-44ca-af9c-7fa4430a6ad8', 'x-compute-request-id': 'req-4c7712d0-4b62-44ca-af9c-7fa4430a6ad8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048'} Body: b'{"server": {"id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "name": "tempest-TestMinimumBasicScenario-server-1581322073", "status": "ACTIVE", "tenant_id": "253ee3b5746847e4bb94081aa45d8dc8", "user_id": "c71d53d654fa44078576aa88ed743d70", "metadata": {}, "hostId": "c5f86765323fcb4a910a897e78f13d3bd49be51a03cd5a58e854d2c5", "image": {"id": "469a5eb3-b5fa-445a-92f2-b2ec180d6dbf", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/469a5eb3-b5fa-445a-92f2-b2ec180d6dbf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:20:59Z", "updated": "2021-07-21T00:36:08Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-70325683", "OS-SRV-USG:launched_at": "2021-07-21T00:21:32.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058"}]}}' 2021-07-21 00:36:46,733 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048 0.090s 2021-07-21 00:36:46,733 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:36:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b4d9db5e-68f1-4ee4-ac2a-66dc970c712e', 'x-compute-request-id': 'req-b4d9db5e-68f1-4ee4-ac2a-66dc970c712e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048'} Body: b'{"server": {"id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "name": "tempest-TestMinimumBasicScenario-server-1581322073", "status": "ACTIVE", "tenant_id": "253ee3b5746847e4bb94081aa45d8dc8", "user_id": "c71d53d654fa44078576aa88ed743d70", "metadata": {}, "hostId": "c5f86765323fcb4a910a897e78f13d3bd49be51a03cd5a58e854d2c5", "image": {"id": "469a5eb3-b5fa-445a-92f2-b2ec180d6dbf", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/469a5eb3-b5fa-445a-92f2-b2ec180d6dbf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:20:59Z", "updated": "2021-07-21T00:36:08Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-70325683", "OS-SRV-USG:launched_at": "2021-07-21T00:21:32.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058"}]}}' 2021-07-21 00:36:47,828 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048 0.087s 2021-07-21 00:36:47,829 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:36:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a36aea25-4dfd-4777-8fbf-1cb50d8ef4d3', 'x-compute-request-id': 'req-a36aea25-4dfd-4777-8fbf-1cb50d8ef4d3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048'} Body: b'{"server": {"id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "name": "tempest-TestMinimumBasicScenario-server-1581322073", "status": "ACTIVE", "tenant_id": "253ee3b5746847e4bb94081aa45d8dc8", "user_id": "c71d53d654fa44078576aa88ed743d70", "metadata": {}, "hostId": "c5f86765323fcb4a910a897e78f13d3bd49be51a03cd5a58e854d2c5", "image": {"id": "469a5eb3-b5fa-445a-92f2-b2ec180d6dbf", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/469a5eb3-b5fa-445a-92f2-b2ec180d6dbf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:20:59Z", "updated": "2021-07-21T00:36:08Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-70325683", "OS-SRV-USG:launched_at": "2021-07-21T00:21:32.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058"}]}}' 2021-07-21 00:36:48,941 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048 0.103s 2021-07-21 00:36:48,941 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:36:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b7157633-692e-41c7-b4f0-e14d8dee530f', 'x-compute-request-id': 'req-b7157633-692e-41c7-b4f0-e14d8dee530f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048'} Body: b'{"server": {"id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "name": "tempest-TestMinimumBasicScenario-server-1581322073", "status": "ACTIVE", "tenant_id": "253ee3b5746847e4bb94081aa45d8dc8", "user_id": "c71d53d654fa44078576aa88ed743d70", "metadata": {}, "hostId": "c5f86765323fcb4a910a897e78f13d3bd49be51a03cd5a58e854d2c5", "image": {"id": "469a5eb3-b5fa-445a-92f2-b2ec180d6dbf", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/469a5eb3-b5fa-445a-92f2-b2ec180d6dbf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:20:59Z", "updated": "2021-07-21T00:36:08Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-70325683", "OS-SRV-USG:launched_at": "2021-07-21T00:21:32.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058"}]}}' 2021-07-21 00:36:50,033 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048 0.084s 2021-07-21 00:36:50,033 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:36:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cb07b572-70c4-4603-9826-c5d985f7b717', 'x-compute-request-id': 'req-cb07b572-70c4-4603-9826-c5d985f7b717', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048'} Body: b'{"server": {"id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "name": "tempest-TestMinimumBasicScenario-server-1581322073", "status": "ACTIVE", "tenant_id": "253ee3b5746847e4bb94081aa45d8dc8", "user_id": "c71d53d654fa44078576aa88ed743d70", "metadata": {}, "hostId": "c5f86765323fcb4a910a897e78f13d3bd49be51a03cd5a58e854d2c5", "image": {"id": "469a5eb3-b5fa-445a-92f2-b2ec180d6dbf", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/469a5eb3-b5fa-445a-92f2-b2ec180d6dbf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:20:59Z", "updated": "2021-07-21T00:36:08Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-70325683", "OS-SRV-USG:launched_at": "2021-07-21T00:21:32.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058"}]}}' 2021-07-21 00:36:51,129 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048 0.087s 2021-07-21 00:36:51,130 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:36:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-95256629-8603-4215-a4ef-237ffc9be031', 'x-compute-request-id': 'req-95256629-8603-4215-a4ef-237ffc9be031', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048'} Body: b'{"server": {"id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "name": "tempest-TestMinimumBasicScenario-server-1581322073", "status": "ACTIVE", "tenant_id": "253ee3b5746847e4bb94081aa45d8dc8", "user_id": "c71d53d654fa44078576aa88ed743d70", "metadata": {}, "hostId": "c5f86765323fcb4a910a897e78f13d3bd49be51a03cd5a58e854d2c5", "image": {"id": "469a5eb3-b5fa-445a-92f2-b2ec180d6dbf", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/469a5eb3-b5fa-445a-92f2-b2ec180d6dbf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:20:59Z", "updated": "2021-07-21T00:36:08Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-70325683", "OS-SRV-USG:launched_at": "2021-07-21T00:21:32.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058"}]}}' 2021-07-21 00:36:52,236 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048 0.099s 2021-07-21 00:36:52,236 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:36:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-686fa017-6e2f-49ae-9535-0d24328c8022', 'x-compute-request-id': 'req-686fa017-6e2f-49ae-9535-0d24328c8022', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048'} Body: b'{"server": {"id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "name": "tempest-TestMinimumBasicScenario-server-1581322073", "status": "ACTIVE", "tenant_id": "253ee3b5746847e4bb94081aa45d8dc8", "user_id": "c71d53d654fa44078576aa88ed743d70", "metadata": {}, "hostId": "c5f86765323fcb4a910a897e78f13d3bd49be51a03cd5a58e854d2c5", "image": {"id": "469a5eb3-b5fa-445a-92f2-b2ec180d6dbf", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/469a5eb3-b5fa-445a-92f2-b2ec180d6dbf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:20:59Z", "updated": "2021-07-21T00:36:08Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-70325683", "OS-SRV-USG:launched_at": "2021-07-21T00:21:32.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058"}]}}' 2021-07-21 00:36:53,337 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048 0.092s 2021-07-21 00:36:53,337 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:36:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c65ed241-cd11-426f-9877-494725c3ada2', 'x-compute-request-id': 'req-c65ed241-cd11-426f-9877-494725c3ada2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048'} Body: b'{"server": {"id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "name": "tempest-TestMinimumBasicScenario-server-1581322073", "status": "ACTIVE", "tenant_id": "253ee3b5746847e4bb94081aa45d8dc8", "user_id": "c71d53d654fa44078576aa88ed743d70", "metadata": {}, "hostId": "c5f86765323fcb4a910a897e78f13d3bd49be51a03cd5a58e854d2c5", "image": {"id": "469a5eb3-b5fa-445a-92f2-b2ec180d6dbf", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/469a5eb3-b5fa-445a-92f2-b2ec180d6dbf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:20:59Z", "updated": "2021-07-21T00:36:08Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-70325683", "OS-SRV-USG:launched_at": "2021-07-21T00:21:32.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058"}]}}' 2021-07-21 00:36:54,428 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048 0.083s 2021-07-21 00:36:54,428 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:36:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-75e96e34-f503-419d-8464-49dfb0dfdab8', 'x-compute-request-id': 'req-75e96e34-f503-419d-8464-49dfb0dfdab8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048'} Body: b'{"server": {"id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "name": "tempest-TestMinimumBasicScenario-server-1581322073", "status": "ACTIVE", "tenant_id": "253ee3b5746847e4bb94081aa45d8dc8", "user_id": "c71d53d654fa44078576aa88ed743d70", "metadata": {}, "hostId": "c5f86765323fcb4a910a897e78f13d3bd49be51a03cd5a58e854d2c5", "image": {"id": "469a5eb3-b5fa-445a-92f2-b2ec180d6dbf", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/469a5eb3-b5fa-445a-92f2-b2ec180d6dbf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:20:59Z", "updated": "2021-07-21T00:36:08Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-70325683", "OS-SRV-USG:launched_at": "2021-07-21T00:21:32.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058"}]}}' 2021-07-21 00:36:55,520 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048 0.084s 2021-07-21 00:36:55,521 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:36:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5ac28735-79dc-4f62-baa1-a1e07b58690c', 'x-compute-request-id': 'req-5ac28735-79dc-4f62-baa1-a1e07b58690c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048'} Body: b'{"server": {"id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "name": "tempest-TestMinimumBasicScenario-server-1581322073", "status": "ACTIVE", "tenant_id": "253ee3b5746847e4bb94081aa45d8dc8", "user_id": "c71d53d654fa44078576aa88ed743d70", "metadata": {}, "hostId": "c5f86765323fcb4a910a897e78f13d3bd49be51a03cd5a58e854d2c5", "image": {"id": "469a5eb3-b5fa-445a-92f2-b2ec180d6dbf", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/469a5eb3-b5fa-445a-92f2-b2ec180d6dbf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:20:59Z", "updated": "2021-07-21T00:36:08Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-70325683", "OS-SRV-USG:launched_at": "2021-07-21T00:21:32.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058"}]}}' 2021-07-21 00:36:56,613 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048 0.084s 2021-07-21 00:36:56,613 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:36:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-41e25bc9-4343-4a18-add3-13c4048c2e7d', 'x-compute-request-id': 'req-41e25bc9-4343-4a18-add3-13c4048c2e7d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048'} Body: b'{"server": {"id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "name": "tempest-TestMinimumBasicScenario-server-1581322073", "status": "ACTIVE", "tenant_id": "253ee3b5746847e4bb94081aa45d8dc8", "user_id": "c71d53d654fa44078576aa88ed743d70", "metadata": {}, "hostId": "c5f86765323fcb4a910a897e78f13d3bd49be51a03cd5a58e854d2c5", "image": {"id": "469a5eb3-b5fa-445a-92f2-b2ec180d6dbf", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/469a5eb3-b5fa-445a-92f2-b2ec180d6dbf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:20:59Z", "updated": "2021-07-21T00:36:08Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-70325683", "OS-SRV-USG:launched_at": "2021-07-21T00:21:32.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058"}]}}' 2021-07-21 00:36:57,706 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048 0.084s 2021-07-21 00:36:57,706 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:36:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-49cd6bf3-8964-4a87-994f-655d4888c8f6', 'x-compute-request-id': 'req-49cd6bf3-8964-4a87-994f-655d4888c8f6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048'} Body: b'{"server": {"id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "name": "tempest-TestMinimumBasicScenario-server-1581322073", "status": "ACTIVE", "tenant_id": "253ee3b5746847e4bb94081aa45d8dc8", "user_id": "c71d53d654fa44078576aa88ed743d70", "metadata": {}, "hostId": "c5f86765323fcb4a910a897e78f13d3bd49be51a03cd5a58e854d2c5", "image": {"id": "469a5eb3-b5fa-445a-92f2-b2ec180d6dbf", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/469a5eb3-b5fa-445a-92f2-b2ec180d6dbf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:20:59Z", "updated": "2021-07-21T00:36:08Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-70325683", "OS-SRV-USG:launched_at": "2021-07-21T00:21:32.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058"}]}}' 2021-07-21 00:36:58,798 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048 0.083s 2021-07-21 00:36:58,798 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:36:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e591aad8-e83e-4a8e-a998-e0b006ea0a71', 'x-compute-request-id': 'req-e591aad8-e83e-4a8e-a998-e0b006ea0a71', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048'} Body: b'{"server": {"id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "name": "tempest-TestMinimumBasicScenario-server-1581322073", "status": "ACTIVE", "tenant_id": "253ee3b5746847e4bb94081aa45d8dc8", "user_id": "c71d53d654fa44078576aa88ed743d70", "metadata": {}, "hostId": "c5f86765323fcb4a910a897e78f13d3bd49be51a03cd5a58e854d2c5", "image": {"id": "469a5eb3-b5fa-445a-92f2-b2ec180d6dbf", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/469a5eb3-b5fa-445a-92f2-b2ec180d6dbf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:20:59Z", "updated": "2021-07-21T00:36:08Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-70325683", "OS-SRV-USG:launched_at": "2021-07-21T00:21:32.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058"}]}}' 2021-07-21 00:36:59,894 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048 0.087s 2021-07-21 00:36:59,894 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:36:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fd9b9713-81af-48b1-b2c3-ddc2162fa1cd', 'x-compute-request-id': 'req-fd9b9713-81af-48b1-b2c3-ddc2162fa1cd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048'} Body: b'{"server": {"id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "name": "tempest-TestMinimumBasicScenario-server-1581322073", "status": "ACTIVE", "tenant_id": "253ee3b5746847e4bb94081aa45d8dc8", "user_id": "c71d53d654fa44078576aa88ed743d70", "metadata": {}, "hostId": "c5f86765323fcb4a910a897e78f13d3bd49be51a03cd5a58e854d2c5", "image": {"id": "469a5eb3-b5fa-445a-92f2-b2ec180d6dbf", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/469a5eb3-b5fa-445a-92f2-b2ec180d6dbf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:20:59Z", "updated": "2021-07-21T00:36:08Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-70325683", "OS-SRV-USG:launched_at": "2021-07-21T00:21:32.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058"}]}}' 2021-07-21 00:37:00,991 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048 0.088s 2021-07-21 00:37:00,992 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:37:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a2a3311c-14ea-41ad-8e55-c71a20dbc111', 'x-compute-request-id': 'req-a2a3311c-14ea-41ad-8e55-c71a20dbc111', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048'} Body: b'{"server": {"id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "name": "tempest-TestMinimumBasicScenario-server-1581322073", "status": "ACTIVE", "tenant_id": "253ee3b5746847e4bb94081aa45d8dc8", "user_id": "c71d53d654fa44078576aa88ed743d70", "metadata": {}, "hostId": "c5f86765323fcb4a910a897e78f13d3bd49be51a03cd5a58e854d2c5", "image": {"id": "469a5eb3-b5fa-445a-92f2-b2ec180d6dbf", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/469a5eb3-b5fa-445a-92f2-b2ec180d6dbf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:20:59Z", "updated": "2021-07-21T00:36:08Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-70325683", "OS-SRV-USG:launched_at": "2021-07-21T00:21:32.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058"}]}}' 2021-07-21 00:37:02,090 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048 0.090s 2021-07-21 00:37:02,090 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:37:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e0cce752-e418-47dd-9659-86bc0c170729', 'x-compute-request-id': 'req-e0cce752-e418-47dd-9659-86bc0c170729', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048'} Body: b'{"server": {"id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "name": "tempest-TestMinimumBasicScenario-server-1581322073", "status": "ACTIVE", "tenant_id": "253ee3b5746847e4bb94081aa45d8dc8", "user_id": "c71d53d654fa44078576aa88ed743d70", "metadata": {}, "hostId": "c5f86765323fcb4a910a897e78f13d3bd49be51a03cd5a58e854d2c5", "image": {"id": "469a5eb3-b5fa-445a-92f2-b2ec180d6dbf", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/469a5eb3-b5fa-445a-92f2-b2ec180d6dbf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:20:59Z", "updated": "2021-07-21T00:36:08Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-70325683", "OS-SRV-USG:launched_at": "2021-07-21T00:21:32.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058"}]}}' 2021-07-21 00:37:03,185 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048 0.086s 2021-07-21 00:37:03,185 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:37:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-98650df9-d7fa-48f3-bf88-d494f933baf3', 'x-compute-request-id': 'req-98650df9-d7fa-48f3-bf88-d494f933baf3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048'} Body: b'{"server": {"id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "name": "tempest-TestMinimumBasicScenario-server-1581322073", "status": "ACTIVE", "tenant_id": "253ee3b5746847e4bb94081aa45d8dc8", "user_id": "c71d53d654fa44078576aa88ed743d70", "metadata": {}, "hostId": "c5f86765323fcb4a910a897e78f13d3bd49be51a03cd5a58e854d2c5", "image": {"id": "469a5eb3-b5fa-445a-92f2-b2ec180d6dbf", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/469a5eb3-b5fa-445a-92f2-b2ec180d6dbf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:20:59Z", "updated": "2021-07-21T00:36:08Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-70325683", "OS-SRV-USG:launched_at": "2021-07-21T00:21:32.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058"}]}}' 2021-07-21 00:37:04,283 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048 0.090s 2021-07-21 00:37:04,284 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:37:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-24554302-7071-4f63-bdde-8174fbc828be', 'x-compute-request-id': 'req-24554302-7071-4f63-bdde-8174fbc828be', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048'} Body: b'{"server": {"id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "name": "tempest-TestMinimumBasicScenario-server-1581322073", "status": "ACTIVE", "tenant_id": "253ee3b5746847e4bb94081aa45d8dc8", "user_id": "c71d53d654fa44078576aa88ed743d70", "metadata": {}, "hostId": "c5f86765323fcb4a910a897e78f13d3bd49be51a03cd5a58e854d2c5", "image": {"id": "469a5eb3-b5fa-445a-92f2-b2ec180d6dbf", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/469a5eb3-b5fa-445a-92f2-b2ec180d6dbf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:20:59Z", "updated": "2021-07-21T00:36:08Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-70325683", "OS-SRV-USG:launched_at": "2021-07-21T00:21:32.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058"}]}}' 2021-07-21 00:37:05,379 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048 0.086s 2021-07-21 00:37:05,379 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:37:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bc6774aa-78c7-4d0a-a869-d88206c07112', 'x-compute-request-id': 'req-bc6774aa-78c7-4d0a-a869-d88206c07112', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048'} Body: b'{"server": {"id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "name": "tempest-TestMinimumBasicScenario-server-1581322073", "status": "ACTIVE", "tenant_id": "253ee3b5746847e4bb94081aa45d8dc8", "user_id": "c71d53d654fa44078576aa88ed743d70", "metadata": {}, "hostId": "c5f86765323fcb4a910a897e78f13d3bd49be51a03cd5a58e854d2c5", "image": {"id": "469a5eb3-b5fa-445a-92f2-b2ec180d6dbf", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/469a5eb3-b5fa-445a-92f2-b2ec180d6dbf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:20:59Z", "updated": "2021-07-21T00:36:08Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-70325683", "OS-SRV-USG:launched_at": "2021-07-21T00:21:32.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058"}]}}' 2021-07-21 00:37:06,476 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048 0.089s 2021-07-21 00:37:06,477 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:37:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fb6b2d64-1cf4-4a60-943e-93c07e91d540', 'x-compute-request-id': 'req-fb6b2d64-1cf4-4a60-943e-93c07e91d540', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048'} Body: b'{"server": {"id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "name": "tempest-TestMinimumBasicScenario-server-1581322073", "status": "ACTIVE", "tenant_id": "253ee3b5746847e4bb94081aa45d8dc8", "user_id": "c71d53d654fa44078576aa88ed743d70", "metadata": {}, "hostId": "c5f86765323fcb4a910a897e78f13d3bd49be51a03cd5a58e854d2c5", "image": {"id": "469a5eb3-b5fa-445a-92f2-b2ec180d6dbf", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/469a5eb3-b5fa-445a-92f2-b2ec180d6dbf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:20:59Z", "updated": "2021-07-21T00:36:08Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-70325683", "OS-SRV-USG:launched_at": "2021-07-21T00:21:32.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058"}]}}' 2021-07-21 00:37:07,573 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048 0.089s 2021-07-21 00:37:07,574 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:37:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-72e9859e-33bc-4258-b391-546ef9efb0a4', 'x-compute-request-id': 'req-72e9859e-33bc-4258-b391-546ef9efb0a4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048'} Body: b'{"server": {"id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "name": "tempest-TestMinimumBasicScenario-server-1581322073", "status": "ACTIVE", "tenant_id": "253ee3b5746847e4bb94081aa45d8dc8", "user_id": "c71d53d654fa44078576aa88ed743d70", "metadata": {}, "hostId": "c5f86765323fcb4a910a897e78f13d3bd49be51a03cd5a58e854d2c5", "image": {"id": "469a5eb3-b5fa-445a-92f2-b2ec180d6dbf", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/469a5eb3-b5fa-445a-92f2-b2ec180d6dbf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:20:59Z", "updated": "2021-07-21T00:36:08Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-70325683", "OS-SRV-USG:launched_at": "2021-07-21T00:21:32.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058"}]}}' 2021-07-21 00:37:08,669 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048 0.086s 2021-07-21 00:37:08,670 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:37:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0246b1c1-ab01-4ee4-8545-7a9734d5a953', 'x-compute-request-id': 'req-0246b1c1-ab01-4ee4-8545-7a9734d5a953', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048'} Body: b'{"server": {"id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "name": "tempest-TestMinimumBasicScenario-server-1581322073", "status": "ACTIVE", "tenant_id": "253ee3b5746847e4bb94081aa45d8dc8", "user_id": "c71d53d654fa44078576aa88ed743d70", "metadata": {}, "hostId": "c5f86765323fcb4a910a897e78f13d3bd49be51a03cd5a58e854d2c5", "image": {"id": "469a5eb3-b5fa-445a-92f2-b2ec180d6dbf", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/469a5eb3-b5fa-445a-92f2-b2ec180d6dbf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:20:59Z", "updated": "2021-07-21T00:36:08Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-70325683", "OS-SRV-USG:launched_at": "2021-07-21T00:21:32.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058"}]}}' 2021-07-21 00:37:09,767 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048 0.088s 2021-07-21 00:37:09,768 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:37:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a9d1cd45-4c54-4426-b181-5903302244b3', 'x-compute-request-id': 'req-a9d1cd45-4c54-4426-b181-5903302244b3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048'} Body: b'{"server": {"id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "name": "tempest-TestMinimumBasicScenario-server-1581322073", "status": "ACTIVE", "tenant_id": "253ee3b5746847e4bb94081aa45d8dc8", "user_id": "c71d53d654fa44078576aa88ed743d70", "metadata": {}, "hostId": "c5f86765323fcb4a910a897e78f13d3bd49be51a03cd5a58e854d2c5", "image": {"id": "469a5eb3-b5fa-445a-92f2-b2ec180d6dbf", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/469a5eb3-b5fa-445a-92f2-b2ec180d6dbf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:20:59Z", "updated": "2021-07-21T00:36:08Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-70325683", "OS-SRV-USG:launched_at": "2021-07-21T00:21:32.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058"}]}}' 2021-07-21 00:37:10,861 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048 0.085s 2021-07-21 00:37:10,861 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:37:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c154b684-91b3-4a4b-b76f-1dcf8a610ccb', 'x-compute-request-id': 'req-c154b684-91b3-4a4b-b76f-1dcf8a610ccb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048'} Body: b'{"server": {"id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "name": "tempest-TestMinimumBasicScenario-server-1581322073", "status": "ACTIVE", "tenant_id": "253ee3b5746847e4bb94081aa45d8dc8", "user_id": "c71d53d654fa44078576aa88ed743d70", "metadata": {}, "hostId": "c5f86765323fcb4a910a897e78f13d3bd49be51a03cd5a58e854d2c5", "image": {"id": "469a5eb3-b5fa-445a-92f2-b2ec180d6dbf", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/469a5eb3-b5fa-445a-92f2-b2ec180d6dbf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:20:59Z", "updated": "2021-07-21T00:36:08Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-70325683", "OS-SRV-USG:launched_at": "2021-07-21T00:21:32.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058"}]}}' 2021-07-21 00:37:11,957 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048 0.087s 2021-07-21 00:37:11,957 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:37:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-606ddde5-1d7b-40a5-b4eb-d48391ad0108', 'x-compute-request-id': 'req-606ddde5-1d7b-40a5-b4eb-d48391ad0108', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048'} Body: b'{"server": {"id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "name": "tempest-TestMinimumBasicScenario-server-1581322073", "status": "ACTIVE", "tenant_id": "253ee3b5746847e4bb94081aa45d8dc8", "user_id": "c71d53d654fa44078576aa88ed743d70", "metadata": {}, "hostId": "c5f86765323fcb4a910a897e78f13d3bd49be51a03cd5a58e854d2c5", "image": {"id": "469a5eb3-b5fa-445a-92f2-b2ec180d6dbf", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/469a5eb3-b5fa-445a-92f2-b2ec180d6dbf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:20:59Z", "updated": "2021-07-21T00:36:08Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-70325683", "OS-SRV-USG:launched_at": "2021-07-21T00:21:32.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058"}]}}' 2021-07-21 00:37:13,055 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048 0.089s 2021-07-21 00:37:13,055 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:37:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-38ca9c8a-f699-48d0-8839-761d9784f086', 'x-compute-request-id': 'req-38ca9c8a-f699-48d0-8839-761d9784f086', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048'} Body: b'{"server": {"id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "name": "tempest-TestMinimumBasicScenario-server-1581322073", "status": "ACTIVE", "tenant_id": "253ee3b5746847e4bb94081aa45d8dc8", "user_id": "c71d53d654fa44078576aa88ed743d70", "metadata": {}, "hostId": "c5f86765323fcb4a910a897e78f13d3bd49be51a03cd5a58e854d2c5", "image": {"id": "469a5eb3-b5fa-445a-92f2-b2ec180d6dbf", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/469a5eb3-b5fa-445a-92f2-b2ec180d6dbf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:20:59Z", "updated": "2021-07-21T00:36:08Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-70325683", "OS-SRV-USG:launched_at": "2021-07-21T00:21:32.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058"}]}}' 2021-07-21 00:37:14,150 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048 0.085s 2021-07-21 00:37:14,150 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:37:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8a133c76-88cd-4c81-9832-3e5ca0bc7733', 'x-compute-request-id': 'req-8a133c76-88cd-4c81-9832-3e5ca0bc7733', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048'} Body: b'{"server": {"id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "name": "tempest-TestMinimumBasicScenario-server-1581322073", "status": "ACTIVE", "tenant_id": "253ee3b5746847e4bb94081aa45d8dc8", "user_id": "c71d53d654fa44078576aa88ed743d70", "metadata": {}, "hostId": "c5f86765323fcb4a910a897e78f13d3bd49be51a03cd5a58e854d2c5", "image": {"id": "469a5eb3-b5fa-445a-92f2-b2ec180d6dbf", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/469a5eb3-b5fa-445a-92f2-b2ec180d6dbf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:20:59Z", "updated": "2021-07-21T00:36:08Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-70325683", "OS-SRV-USG:launched_at": "2021-07-21T00:21:32.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058"}]}}' 2021-07-21 00:37:15,248 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048 0.089s 2021-07-21 00:37:15,248 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:37:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-099d4e06-05a3-4c39-a830-c096f65c737a', 'x-compute-request-id': 'req-099d4e06-05a3-4c39-a830-c096f65c737a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048'} Body: b'{"server": {"id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "name": "tempest-TestMinimumBasicScenario-server-1581322073", "status": "ACTIVE", "tenant_id": "253ee3b5746847e4bb94081aa45d8dc8", "user_id": "c71d53d654fa44078576aa88ed743d70", "metadata": {}, "hostId": "c5f86765323fcb4a910a897e78f13d3bd49be51a03cd5a58e854d2c5", "image": {"id": "469a5eb3-b5fa-445a-92f2-b2ec180d6dbf", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/469a5eb3-b5fa-445a-92f2-b2ec180d6dbf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:20:59Z", "updated": "2021-07-21T00:36:08Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-70325683", "OS-SRV-USG:launched_at": "2021-07-21T00:21:32.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058"}]}}' 2021-07-21 00:37:16,347 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048 0.089s 2021-07-21 00:37:16,347 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:37:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-719659c7-25dd-40a4-86dd-d1c6a03fff44', 'x-compute-request-id': 'req-719659c7-25dd-40a4-86dd-d1c6a03fff44', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048'} Body: b'{"server": {"id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "name": "tempest-TestMinimumBasicScenario-server-1581322073", "status": "ACTIVE", "tenant_id": "253ee3b5746847e4bb94081aa45d8dc8", "user_id": "c71d53d654fa44078576aa88ed743d70", "metadata": {}, "hostId": "c5f86765323fcb4a910a897e78f13d3bd49be51a03cd5a58e854d2c5", "image": {"id": "469a5eb3-b5fa-445a-92f2-b2ec180d6dbf", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/469a5eb3-b5fa-445a-92f2-b2ec180d6dbf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:20:59Z", "updated": "2021-07-21T00:36:08Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-70325683", "OS-SRV-USG:launched_at": "2021-07-21T00:21:32.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058"}]}}' 2021-07-21 00:37:17,447 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048 0.091s 2021-07-21 00:37:17,447 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:37:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7c4bd000-0dfc-4aaf-8656-e65f12999e4b', 'x-compute-request-id': 'req-7c4bd000-0dfc-4aaf-8656-e65f12999e4b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048'} Body: b'{"server": {"id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "name": "tempest-TestMinimumBasicScenario-server-1581322073", "status": "ACTIVE", "tenant_id": "253ee3b5746847e4bb94081aa45d8dc8", "user_id": "c71d53d654fa44078576aa88ed743d70", "metadata": {}, "hostId": "c5f86765323fcb4a910a897e78f13d3bd49be51a03cd5a58e854d2c5", "image": {"id": "469a5eb3-b5fa-445a-92f2-b2ec180d6dbf", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/469a5eb3-b5fa-445a-92f2-b2ec180d6dbf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:20:59Z", "updated": "2021-07-21T00:36:08Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-70325683", "OS-SRV-USG:launched_at": "2021-07-21T00:21:32.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058"}]}}' 2021-07-21 00:37:18,545 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048 0.089s 2021-07-21 00:37:18,546 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:37:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-23c57aa9-585e-4c12-aaa2-2265cf955dcc', 'x-compute-request-id': 'req-23c57aa9-585e-4c12-aaa2-2265cf955dcc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048'} Body: b'{"server": {"id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "name": "tempest-TestMinimumBasicScenario-server-1581322073", "status": "ACTIVE", "tenant_id": "253ee3b5746847e4bb94081aa45d8dc8", "user_id": "c71d53d654fa44078576aa88ed743d70", "metadata": {}, "hostId": "c5f86765323fcb4a910a897e78f13d3bd49be51a03cd5a58e854d2c5", "image": {"id": "469a5eb3-b5fa-445a-92f2-b2ec180d6dbf", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/469a5eb3-b5fa-445a-92f2-b2ec180d6dbf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:20:59Z", "updated": "2021-07-21T00:36:08Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-70325683", "OS-SRV-USG:launched_at": "2021-07-21T00:21:32.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058"}]}}' 2021-07-21 00:37:19,643 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048 0.089s 2021-07-21 00:37:19,643 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:37:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ff0ebc19-f8f7-42f8-a32a-af3e205bcf80', 'x-compute-request-id': 'req-ff0ebc19-f8f7-42f8-a32a-af3e205bcf80', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048'} Body: b'{"server": {"id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "name": "tempest-TestMinimumBasicScenario-server-1581322073", "status": "ACTIVE", "tenant_id": "253ee3b5746847e4bb94081aa45d8dc8", "user_id": "c71d53d654fa44078576aa88ed743d70", "metadata": {}, "hostId": "c5f86765323fcb4a910a897e78f13d3bd49be51a03cd5a58e854d2c5", "image": {"id": "469a5eb3-b5fa-445a-92f2-b2ec180d6dbf", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/469a5eb3-b5fa-445a-92f2-b2ec180d6dbf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:20:59Z", "updated": "2021-07-21T00:36:08Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-70325683", "OS-SRV-USG:launched_at": "2021-07-21T00:21:32.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058"}]}}' 2021-07-21 00:37:20,738 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048 0.086s 2021-07-21 00:37:20,738 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:37:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c072d19c-206d-4cb9-91af-77038d077cbf', 'x-compute-request-id': 'req-c072d19c-206d-4cb9-91af-77038d077cbf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048'} Body: b'{"server": {"id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "name": "tempest-TestMinimumBasicScenario-server-1581322073", "status": "ACTIVE", "tenant_id": "253ee3b5746847e4bb94081aa45d8dc8", "user_id": "c71d53d654fa44078576aa88ed743d70", "metadata": {}, "hostId": "c5f86765323fcb4a910a897e78f13d3bd49be51a03cd5a58e854d2c5", "image": {"id": "469a5eb3-b5fa-445a-92f2-b2ec180d6dbf", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/469a5eb3-b5fa-445a-92f2-b2ec180d6dbf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:20:59Z", "updated": "2021-07-21T00:36:08Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-70325683", "OS-SRV-USG:launched_at": "2021-07-21T00:21:32.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058"}]}}' 2021-07-21 00:37:21,837 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048 0.090s 2021-07-21 00:37:21,837 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:37:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-de4e0838-c6a5-48ef-b352-898bf0fbcaef', 'x-compute-request-id': 'req-de4e0838-c6a5-48ef-b352-898bf0fbcaef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048'} Body: b'{"server": {"id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "name": "tempest-TestMinimumBasicScenario-server-1581322073", "status": "ACTIVE", "tenant_id": "253ee3b5746847e4bb94081aa45d8dc8", "user_id": "c71d53d654fa44078576aa88ed743d70", "metadata": {}, "hostId": "c5f86765323fcb4a910a897e78f13d3bd49be51a03cd5a58e854d2c5", "image": {"id": "469a5eb3-b5fa-445a-92f2-b2ec180d6dbf", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/469a5eb3-b5fa-445a-92f2-b2ec180d6dbf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:20:59Z", "updated": "2021-07-21T00:36:08Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-70325683", "OS-SRV-USG:launched_at": "2021-07-21T00:21:32.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058"}]}}' 2021-07-21 00:37:22,933 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048 0.087s 2021-07-21 00:37:22,933 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:37:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f6a32fe7-c2c8-4ba5-a2ad-cc152e4c4177', 'x-compute-request-id': 'req-f6a32fe7-c2c8-4ba5-a2ad-cc152e4c4177', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048'} Body: b'{"server": {"id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "name": "tempest-TestMinimumBasicScenario-server-1581322073", "status": "ACTIVE", "tenant_id": "253ee3b5746847e4bb94081aa45d8dc8", "user_id": "c71d53d654fa44078576aa88ed743d70", "metadata": {}, "hostId": "c5f86765323fcb4a910a897e78f13d3bd49be51a03cd5a58e854d2c5", "image": {"id": "469a5eb3-b5fa-445a-92f2-b2ec180d6dbf", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/469a5eb3-b5fa-445a-92f2-b2ec180d6dbf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:20:59Z", "updated": "2021-07-21T00:36:08Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-70325683", "OS-SRV-USG:launched_at": "2021-07-21T00:21:32.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058"}]}}' 2021-07-21 00:37:24,031 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048 0.089s 2021-07-21 00:37:24,031 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:37:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ba8360db-0641-4721-a825-b98f6f73d20d', 'x-compute-request-id': 'req-ba8360db-0641-4721-a825-b98f6f73d20d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048'} Body: b'{"server": {"id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "name": "tempest-TestMinimumBasicScenario-server-1581322073", "status": "ACTIVE", "tenant_id": "253ee3b5746847e4bb94081aa45d8dc8", "user_id": "c71d53d654fa44078576aa88ed743d70", "metadata": {}, "hostId": "c5f86765323fcb4a910a897e78f13d3bd49be51a03cd5a58e854d2c5", "image": {"id": "469a5eb3-b5fa-445a-92f2-b2ec180d6dbf", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/469a5eb3-b5fa-445a-92f2-b2ec180d6dbf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:20:59Z", "updated": "2021-07-21T00:36:08Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-70325683", "OS-SRV-USG:launched_at": "2021-07-21T00:21:32.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058"}]}}' 2021-07-21 00:37:25,126 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048 0.085s 2021-07-21 00:37:25,126 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:37:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-11f0ca1c-245a-413e-b711-0b56a583b06d', 'x-compute-request-id': 'req-11f0ca1c-245a-413e-b711-0b56a583b06d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048'} Body: b'{"server": {"id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "name": "tempest-TestMinimumBasicScenario-server-1581322073", "status": "ACTIVE", "tenant_id": "253ee3b5746847e4bb94081aa45d8dc8", "user_id": "c71d53d654fa44078576aa88ed743d70", "metadata": {}, "hostId": "c5f86765323fcb4a910a897e78f13d3bd49be51a03cd5a58e854d2c5", "image": {"id": "469a5eb3-b5fa-445a-92f2-b2ec180d6dbf", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/469a5eb3-b5fa-445a-92f2-b2ec180d6dbf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:20:59Z", "updated": "2021-07-21T00:36:08Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-70325683", "OS-SRV-USG:launched_at": "2021-07-21T00:21:32.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058"}]}}' 2021-07-21 00:37:26,226 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048 0.091s 2021-07-21 00:37:26,227 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:37:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b3e2bdd3-0bb9-496d-9969-f70726a8ce24', 'x-compute-request-id': 'req-b3e2bdd3-0bb9-496d-9969-f70726a8ce24', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048'} Body: b'{"server": {"id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "name": "tempest-TestMinimumBasicScenario-server-1581322073", "status": "ACTIVE", "tenant_id": "253ee3b5746847e4bb94081aa45d8dc8", "user_id": "c71d53d654fa44078576aa88ed743d70", "metadata": {}, "hostId": "c5f86765323fcb4a910a897e78f13d3bd49be51a03cd5a58e854d2c5", "image": {"id": "469a5eb3-b5fa-445a-92f2-b2ec180d6dbf", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/469a5eb3-b5fa-445a-92f2-b2ec180d6dbf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:20:59Z", "updated": "2021-07-21T00:36:08Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-70325683", "OS-SRV-USG:launched_at": "2021-07-21T00:21:32.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058"}]}}' 2021-07-21 00:37:27,323 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048 0.088s 2021-07-21 00:37:27,324 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:37:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dee435f8-7d2a-417e-9f24-59d656c2fc0b', 'x-compute-request-id': 'req-dee435f8-7d2a-417e-9f24-59d656c2fc0b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048'} Body: b'{"server": {"id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "name": "tempest-TestMinimumBasicScenario-server-1581322073", "status": "ACTIVE", "tenant_id": "253ee3b5746847e4bb94081aa45d8dc8", "user_id": "c71d53d654fa44078576aa88ed743d70", "metadata": {}, "hostId": "c5f86765323fcb4a910a897e78f13d3bd49be51a03cd5a58e854d2c5", "image": {"id": "469a5eb3-b5fa-445a-92f2-b2ec180d6dbf", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/469a5eb3-b5fa-445a-92f2-b2ec180d6dbf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:20:59Z", "updated": "2021-07-21T00:36:08Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-70325683", "OS-SRV-USG:launched_at": "2021-07-21T00:21:32.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058"}]}}' 2021-07-21 00:37:28,421 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048 0.087s 2021-07-21 00:37:28,421 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:37:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-85e282a7-a4a4-4a27-b28d-b6d2cc1b065a', 'x-compute-request-id': 'req-85e282a7-a4a4-4a27-b28d-b6d2cc1b065a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048'} Body: b'{"server": {"id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "name": "tempest-TestMinimumBasicScenario-server-1581322073", "status": "ACTIVE", "tenant_id": "253ee3b5746847e4bb94081aa45d8dc8", "user_id": "c71d53d654fa44078576aa88ed743d70", "metadata": {}, "hostId": "c5f86765323fcb4a910a897e78f13d3bd49be51a03cd5a58e854d2c5", "image": {"id": "469a5eb3-b5fa-445a-92f2-b2ec180d6dbf", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/469a5eb3-b5fa-445a-92f2-b2ec180d6dbf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:20:59Z", "updated": "2021-07-21T00:36:08Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-70325683", "OS-SRV-USG:launched_at": "2021-07-21T00:21:32.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058"}]}}' 2021-07-21 00:37:29,515 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048 0.087s 2021-07-21 00:37:29,516 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:37:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-865896ab-699d-4011-bce2-c370f76808dd', 'x-compute-request-id': 'req-865896ab-699d-4011-bce2-c370f76808dd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048'} Body: b'{"server": {"id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "name": "tempest-TestMinimumBasicScenario-server-1581322073", "status": "ACTIVE", "tenant_id": "253ee3b5746847e4bb94081aa45d8dc8", "user_id": "c71d53d654fa44078576aa88ed743d70", "metadata": {}, "hostId": "c5f86765323fcb4a910a897e78f13d3bd49be51a03cd5a58e854d2c5", "image": {"id": "469a5eb3-b5fa-445a-92f2-b2ec180d6dbf", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/469a5eb3-b5fa-445a-92f2-b2ec180d6dbf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:20:59Z", "updated": "2021-07-21T00:36:08Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-70325683", "OS-SRV-USG:launched_at": "2021-07-21T00:21:32.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058"}]}}' 2021-07-21 00:37:30,612 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048 0.088s 2021-07-21 00:37:30,613 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:37:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-37ba8bba-4c0f-4548-9a3a-91a77412b3a0', 'x-compute-request-id': 'req-37ba8bba-4c0f-4548-9a3a-91a77412b3a0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048'} Body: b'{"server": {"id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "name": "tempest-TestMinimumBasicScenario-server-1581322073", "status": "ACTIVE", "tenant_id": "253ee3b5746847e4bb94081aa45d8dc8", "user_id": "c71d53d654fa44078576aa88ed743d70", "metadata": {}, "hostId": "c5f86765323fcb4a910a897e78f13d3bd49be51a03cd5a58e854d2c5", "image": {"id": "469a5eb3-b5fa-445a-92f2-b2ec180d6dbf", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/469a5eb3-b5fa-445a-92f2-b2ec180d6dbf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:20:59Z", "updated": "2021-07-21T00:36:08Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-70325683", "OS-SRV-USG:launched_at": "2021-07-21T00:21:32.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058"}]}}' 2021-07-21 00:37:31,710 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048 0.089s 2021-07-21 00:37:31,710 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:37:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b500d7f5-8c28-4a78-bd32-e82cf0846a41', 'x-compute-request-id': 'req-b500d7f5-8c28-4a78-bd32-e82cf0846a41', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048'} Body: b'{"server": {"id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "name": "tempest-TestMinimumBasicScenario-server-1581322073", "status": "ACTIVE", "tenant_id": "253ee3b5746847e4bb94081aa45d8dc8", "user_id": "c71d53d654fa44078576aa88ed743d70", "metadata": {}, "hostId": "c5f86765323fcb4a910a897e78f13d3bd49be51a03cd5a58e854d2c5", "image": {"id": "469a5eb3-b5fa-445a-92f2-b2ec180d6dbf", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/469a5eb3-b5fa-445a-92f2-b2ec180d6dbf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:20:59Z", "updated": "2021-07-21T00:36:08Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-70325683", "OS-SRV-USG:launched_at": "2021-07-21T00:21:32.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058"}]}}' 2021-07-21 00:37:32,807 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048 0.089s 2021-07-21 00:37:32,808 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:37:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-54a3f894-26a0-47d1-b0ef-551a5a4eb9d1', 'x-compute-request-id': 'req-54a3f894-26a0-47d1-b0ef-551a5a4eb9d1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048'} Body: b'{"server": {"id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "name": "tempest-TestMinimumBasicScenario-server-1581322073", "status": "ACTIVE", "tenant_id": "253ee3b5746847e4bb94081aa45d8dc8", "user_id": "c71d53d654fa44078576aa88ed743d70", "metadata": {}, "hostId": "c5f86765323fcb4a910a897e78f13d3bd49be51a03cd5a58e854d2c5", "image": {"id": "469a5eb3-b5fa-445a-92f2-b2ec180d6dbf", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/469a5eb3-b5fa-445a-92f2-b2ec180d6dbf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:20:59Z", "updated": "2021-07-21T00:36:08Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-70325683", "OS-SRV-USG:launched_at": "2021-07-21T00:21:32.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058"}]}}' 2021-07-21 00:37:33,907 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048 0.091s 2021-07-21 00:37:33,908 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:37:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-60c05df6-6c75-44a1-a374-dfb59d2a50f5', 'x-compute-request-id': 'req-60c05df6-6c75-44a1-a374-dfb59d2a50f5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048'} Body: b'{"server": {"id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "name": "tempest-TestMinimumBasicScenario-server-1581322073", "status": "ACTIVE", "tenant_id": "253ee3b5746847e4bb94081aa45d8dc8", "user_id": "c71d53d654fa44078576aa88ed743d70", "metadata": {}, "hostId": "c5f86765323fcb4a910a897e78f13d3bd49be51a03cd5a58e854d2c5", "image": {"id": "469a5eb3-b5fa-445a-92f2-b2ec180d6dbf", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/469a5eb3-b5fa-445a-92f2-b2ec180d6dbf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:20:59Z", "updated": "2021-07-21T00:36:08Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-70325683", "OS-SRV-USG:launched_at": "2021-07-21T00:21:32.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058"}]}}' 2021-07-21 00:37:35,002 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048 0.085s 2021-07-21 00:37:35,002 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:37:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3aa4c8ce-a047-41c3-87d0-bc14828b1b19', 'x-compute-request-id': 'req-3aa4c8ce-a047-41c3-87d0-bc14828b1b19', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048'} Body: b'{"server": {"id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "name": "tempest-TestMinimumBasicScenario-server-1581322073", "status": "ACTIVE", "tenant_id": "253ee3b5746847e4bb94081aa45d8dc8", "user_id": "c71d53d654fa44078576aa88ed743d70", "metadata": {}, "hostId": "c5f86765323fcb4a910a897e78f13d3bd49be51a03cd5a58e854d2c5", "image": {"id": "469a5eb3-b5fa-445a-92f2-b2ec180d6dbf", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/469a5eb3-b5fa-445a-92f2-b2ec180d6dbf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:20:59Z", "updated": "2021-07-21T00:36:08Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-70325683", "OS-SRV-USG:launched_at": "2021-07-21T00:21:32.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058"}]}}' 2021-07-21 00:37:36,096 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048 0.086s 2021-07-21 00:37:36,097 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:37:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6c406ebf-7e1b-4be7-8a00-ec6e95a6e23a', 'x-compute-request-id': 'req-6c406ebf-7e1b-4be7-8a00-ec6e95a6e23a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048'} Body: b'{"server": {"id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "name": "tempest-TestMinimumBasicScenario-server-1581322073", "status": "ACTIVE", "tenant_id": "253ee3b5746847e4bb94081aa45d8dc8", "user_id": "c71d53d654fa44078576aa88ed743d70", "metadata": {}, "hostId": "c5f86765323fcb4a910a897e78f13d3bd49be51a03cd5a58e854d2c5", "image": {"id": "469a5eb3-b5fa-445a-92f2-b2ec180d6dbf", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/469a5eb3-b5fa-445a-92f2-b2ec180d6dbf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:20:59Z", "updated": "2021-07-21T00:36:08Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-70325683", "OS-SRV-USG:launched_at": "2021-07-21T00:21:32.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058"}]}}' 2021-07-21 00:37:37,197 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048 0.093s 2021-07-21 00:37:37,198 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:37:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-19115b12-254c-4524-86f7-f5e6e466c36d', 'x-compute-request-id': 'req-19115b12-254c-4524-86f7-f5e6e466c36d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048'} Body: b'{"server": {"id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "name": "tempest-TestMinimumBasicScenario-server-1581322073", "status": "ACTIVE", "tenant_id": "253ee3b5746847e4bb94081aa45d8dc8", "user_id": "c71d53d654fa44078576aa88ed743d70", "metadata": {}, "hostId": "c5f86765323fcb4a910a897e78f13d3bd49be51a03cd5a58e854d2c5", "image": {"id": "469a5eb3-b5fa-445a-92f2-b2ec180d6dbf", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/469a5eb3-b5fa-445a-92f2-b2ec180d6dbf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:20:59Z", "updated": "2021-07-21T00:36:08Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-70325683", "OS-SRV-USG:launched_at": "2021-07-21T00:21:32.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058"}]}}' 2021-07-21 00:37:38,297 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048 0.090s 2021-07-21 00:37:38,297 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:37:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8fcfc2d7-da1f-40a5-ba90-c874a7fbce96', 'x-compute-request-id': 'req-8fcfc2d7-da1f-40a5-ba90-c874a7fbce96', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048'} Body: b'{"server": {"id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "name": "tempest-TestMinimumBasicScenario-server-1581322073", "status": "ACTIVE", "tenant_id": "253ee3b5746847e4bb94081aa45d8dc8", "user_id": "c71d53d654fa44078576aa88ed743d70", "metadata": {}, "hostId": "c5f86765323fcb4a910a897e78f13d3bd49be51a03cd5a58e854d2c5", "image": {"id": "469a5eb3-b5fa-445a-92f2-b2ec180d6dbf", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/469a5eb3-b5fa-445a-92f2-b2ec180d6dbf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:20:59Z", "updated": "2021-07-21T00:36:08Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-70325683", "OS-SRV-USG:launched_at": "2021-07-21T00:21:32.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058"}]}}' 2021-07-21 00:37:39,396 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048 0.089s 2021-07-21 00:37:39,396 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:37:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cf5601f2-02ad-4004-989e-e4a66fc0f756', 'x-compute-request-id': 'req-cf5601f2-02ad-4004-989e-e4a66fc0f756', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048'} Body: b'{"server": {"id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "name": "tempest-TestMinimumBasicScenario-server-1581322073", "status": "ACTIVE", "tenant_id": "253ee3b5746847e4bb94081aa45d8dc8", "user_id": "c71d53d654fa44078576aa88ed743d70", "metadata": {}, "hostId": "c5f86765323fcb4a910a897e78f13d3bd49be51a03cd5a58e854d2c5", "image": {"id": "469a5eb3-b5fa-445a-92f2-b2ec180d6dbf", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/469a5eb3-b5fa-445a-92f2-b2ec180d6dbf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:20:59Z", "updated": "2021-07-21T00:36:08Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-70325683", "OS-SRV-USG:launched_at": "2021-07-21T00:21:32.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058"}]}}' 2021-07-21 00:37:40,493 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048 0.089s 2021-07-21 00:37:40,494 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:37:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-27f6d5ef-14d7-4957-b99b-b58815249922', 'x-compute-request-id': 'req-27f6d5ef-14d7-4957-b99b-b58815249922', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048'} Body: b'{"server": {"id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "name": "tempest-TestMinimumBasicScenario-server-1581322073", "status": "ACTIVE", "tenant_id": "253ee3b5746847e4bb94081aa45d8dc8", "user_id": "c71d53d654fa44078576aa88ed743d70", "metadata": {}, "hostId": "c5f86765323fcb4a910a897e78f13d3bd49be51a03cd5a58e854d2c5", "image": {"id": "469a5eb3-b5fa-445a-92f2-b2ec180d6dbf", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/469a5eb3-b5fa-445a-92f2-b2ec180d6dbf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:20:59Z", "updated": "2021-07-21T00:36:08Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-70325683", "OS-SRV-USG:launched_at": "2021-07-21T00:21:32.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058"}]}}' 2021-07-21 00:37:41,586 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048 0.084s 2021-07-21 00:37:41,587 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:37:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-32feedfb-4789-494b-a629-7f46a397209b', 'x-compute-request-id': 'req-32feedfb-4789-494b-a629-7f46a397209b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048'} Body: b'{"server": {"id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "name": "tempest-TestMinimumBasicScenario-server-1581322073", "status": "ACTIVE", "tenant_id": "253ee3b5746847e4bb94081aa45d8dc8", "user_id": "c71d53d654fa44078576aa88ed743d70", "metadata": {}, "hostId": "c5f86765323fcb4a910a897e78f13d3bd49be51a03cd5a58e854d2c5", "image": {"id": "469a5eb3-b5fa-445a-92f2-b2ec180d6dbf", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/469a5eb3-b5fa-445a-92f2-b2ec180d6dbf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:20:59Z", "updated": "2021-07-21T00:36:08Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-70325683", "OS-SRV-USG:launched_at": "2021-07-21T00:21:32.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058"}]}}' 2021-07-21 00:37:42,679 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048 0.083s 2021-07-21 00:37:42,679 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:37:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-48174c47-81ce-4e3d-bfa9-5595ac26f6ef', 'x-compute-request-id': 'req-48174c47-81ce-4e3d-bfa9-5595ac26f6ef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048'} Body: b'{"server": {"id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "name": "tempest-TestMinimumBasicScenario-server-1581322073", "status": "ACTIVE", "tenant_id": "253ee3b5746847e4bb94081aa45d8dc8", "user_id": "c71d53d654fa44078576aa88ed743d70", "metadata": {}, "hostId": "c5f86765323fcb4a910a897e78f13d3bd49be51a03cd5a58e854d2c5", "image": {"id": "469a5eb3-b5fa-445a-92f2-b2ec180d6dbf", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/469a5eb3-b5fa-445a-92f2-b2ec180d6dbf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:20:59Z", "updated": "2021-07-21T00:36:08Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-70325683", "OS-SRV-USG:launched_at": "2021-07-21T00:21:32.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058"}]}}' 2021-07-21 00:37:43,774 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048 0.086s 2021-07-21 00:37:43,774 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:37:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f4a21c75-724c-445e-a719-8583e1e87c3a', 'x-compute-request-id': 'req-f4a21c75-724c-445e-a719-8583e1e87c3a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048'} Body: b'{"server": {"id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "name": "tempest-TestMinimumBasicScenario-server-1581322073", "status": "ACTIVE", "tenant_id": "253ee3b5746847e4bb94081aa45d8dc8", "user_id": "c71d53d654fa44078576aa88ed743d70", "metadata": {}, "hostId": "c5f86765323fcb4a910a897e78f13d3bd49be51a03cd5a58e854d2c5", "image": {"id": "469a5eb3-b5fa-445a-92f2-b2ec180d6dbf", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/469a5eb3-b5fa-445a-92f2-b2ec180d6dbf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:20:59Z", "updated": "2021-07-21T00:36:08Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-70325683", "OS-SRV-USG:launched_at": "2021-07-21T00:21:32.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058"}]}}' 2021-07-21 00:37:44,867 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048 0.084s 2021-07-21 00:37:44,867 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:37:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0c2422be-8311-4cea-94e7-d75d0da3ca0f', 'x-compute-request-id': 'req-0c2422be-8311-4cea-94e7-d75d0da3ca0f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048'} Body: b'{"server": {"id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "name": "tempest-TestMinimumBasicScenario-server-1581322073", "status": "ACTIVE", "tenant_id": "253ee3b5746847e4bb94081aa45d8dc8", "user_id": "c71d53d654fa44078576aa88ed743d70", "metadata": {}, "hostId": "c5f86765323fcb4a910a897e78f13d3bd49be51a03cd5a58e854d2c5", "image": {"id": "469a5eb3-b5fa-445a-92f2-b2ec180d6dbf", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/469a5eb3-b5fa-445a-92f2-b2ec180d6dbf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:20:59Z", "updated": "2021-07-21T00:36:08Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-70325683", "OS-SRV-USG:launched_at": "2021-07-21T00:21:32.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058"}]}}' 2021-07-21 00:37:45,963 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048 0.088s 2021-07-21 00:37:45,964 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:37:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-adc0a85e-7cfc-4e50-84dd-8a4196ea2770', 'x-compute-request-id': 'req-adc0a85e-7cfc-4e50-84dd-8a4196ea2770', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048'} Body: b'{"server": {"id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "name": "tempest-TestMinimumBasicScenario-server-1581322073", "status": "ACTIVE", "tenant_id": "253ee3b5746847e4bb94081aa45d8dc8", "user_id": "c71d53d654fa44078576aa88ed743d70", "metadata": {}, "hostId": "c5f86765323fcb4a910a897e78f13d3bd49be51a03cd5a58e854d2c5", "image": {"id": "469a5eb3-b5fa-445a-92f2-b2ec180d6dbf", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/469a5eb3-b5fa-445a-92f2-b2ec180d6dbf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:20:59Z", "updated": "2021-07-21T00:36:08Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-70325683", "OS-SRV-USG:launched_at": "2021-07-21T00:21:32.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058"}]}}' 2021-07-21 00:37:47,061 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048 0.088s 2021-07-21 00:37:47,061 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:37:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-200f96dd-fb37-4822-ac30-6677a70d004f', 'x-compute-request-id': 'req-200f96dd-fb37-4822-ac30-6677a70d004f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048'} Body: b'{"server": {"id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "name": "tempest-TestMinimumBasicScenario-server-1581322073", "status": "ACTIVE", "tenant_id": "253ee3b5746847e4bb94081aa45d8dc8", "user_id": "c71d53d654fa44078576aa88ed743d70", "metadata": {}, "hostId": "c5f86765323fcb4a910a897e78f13d3bd49be51a03cd5a58e854d2c5", "image": {"id": "469a5eb3-b5fa-445a-92f2-b2ec180d6dbf", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/469a5eb3-b5fa-445a-92f2-b2ec180d6dbf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:20:59Z", "updated": "2021-07-21T00:36:08Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-70325683", "OS-SRV-USG:launched_at": "2021-07-21T00:21:32.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058"}]}}' 2021-07-21 00:37:48,157 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048 0.087s 2021-07-21 00:37:48,157 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:37:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6cb7bc4b-ceb1-4651-9ea7-b7ad8a9ecf52', 'x-compute-request-id': 'req-6cb7bc4b-ceb1-4651-9ea7-b7ad8a9ecf52', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048'} Body: b'{"server": {"id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "name": "tempest-TestMinimumBasicScenario-server-1581322073", "status": "ACTIVE", "tenant_id": "253ee3b5746847e4bb94081aa45d8dc8", "user_id": "c71d53d654fa44078576aa88ed743d70", "metadata": {}, "hostId": "c5f86765323fcb4a910a897e78f13d3bd49be51a03cd5a58e854d2c5", "image": {"id": "469a5eb3-b5fa-445a-92f2-b2ec180d6dbf", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/469a5eb3-b5fa-445a-92f2-b2ec180d6dbf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:20:59Z", "updated": "2021-07-21T00:36:08Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-70325683", "OS-SRV-USG:launched_at": "2021-07-21T00:21:32.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058"}]}}' 2021-07-21 00:37:49,252 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048 0.086s 2021-07-21 00:37:49,253 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:37:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e132a82c-054b-458f-a67d-542fcf22e89b', 'x-compute-request-id': 'req-e132a82c-054b-458f-a67d-542fcf22e89b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048'} Body: b'{"server": {"id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "name": "tempest-TestMinimumBasicScenario-server-1581322073", "status": "ACTIVE", "tenant_id": "253ee3b5746847e4bb94081aa45d8dc8", "user_id": "c71d53d654fa44078576aa88ed743d70", "metadata": {}, "hostId": "c5f86765323fcb4a910a897e78f13d3bd49be51a03cd5a58e854d2c5", "image": {"id": "469a5eb3-b5fa-445a-92f2-b2ec180d6dbf", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/469a5eb3-b5fa-445a-92f2-b2ec180d6dbf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:20:59Z", "updated": "2021-07-21T00:36:08Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-70325683", "OS-SRV-USG:launched_at": "2021-07-21T00:21:32.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058"}]}}' 2021-07-21 00:37:50,349 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048 0.088s 2021-07-21 00:37:50,349 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:37:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d2bdd965-36c0-438a-b89c-10462f282d47', 'x-compute-request-id': 'req-d2bdd965-36c0-438a-b89c-10462f282d47', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048'} Body: b'{"server": {"id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "name": "tempest-TestMinimumBasicScenario-server-1581322073", "status": "ACTIVE", "tenant_id": "253ee3b5746847e4bb94081aa45d8dc8", "user_id": "c71d53d654fa44078576aa88ed743d70", "metadata": {}, "hostId": "c5f86765323fcb4a910a897e78f13d3bd49be51a03cd5a58e854d2c5", "image": {"id": "469a5eb3-b5fa-445a-92f2-b2ec180d6dbf", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/469a5eb3-b5fa-445a-92f2-b2ec180d6dbf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:20:59Z", "updated": "2021-07-21T00:36:08Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-70325683", "OS-SRV-USG:launched_at": "2021-07-21T00:21:32.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058"}]}}' 2021-07-21 00:37:51,441 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048 0.084s 2021-07-21 00:37:51,441 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:37:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1e3b5ba2-692a-46a9-93c1-3beedaa602e4', 'x-compute-request-id': 'req-1e3b5ba2-692a-46a9-93c1-3beedaa602e4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048'} Body: b'{"server": {"id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "name": "tempest-TestMinimumBasicScenario-server-1581322073", "status": "ACTIVE", "tenant_id": "253ee3b5746847e4bb94081aa45d8dc8", "user_id": "c71d53d654fa44078576aa88ed743d70", "metadata": {}, "hostId": "c5f86765323fcb4a910a897e78f13d3bd49be51a03cd5a58e854d2c5", "image": {"id": "469a5eb3-b5fa-445a-92f2-b2ec180d6dbf", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/469a5eb3-b5fa-445a-92f2-b2ec180d6dbf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:20:59Z", "updated": "2021-07-21T00:36:08Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-70325683", "OS-SRV-USG:launched_at": "2021-07-21T00:21:32.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058"}]}}' 2021-07-21 00:37:52,536 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048 0.086s 2021-07-21 00:37:52,536 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:37:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-53ddfb31-c44a-4f98-90b5-7e93e10dc8af', 'x-compute-request-id': 'req-53ddfb31-c44a-4f98-90b5-7e93e10dc8af', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048'} Body: b'{"server": {"id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "name": "tempest-TestMinimumBasicScenario-server-1581322073", "status": "ACTIVE", "tenant_id": "253ee3b5746847e4bb94081aa45d8dc8", "user_id": "c71d53d654fa44078576aa88ed743d70", "metadata": {}, "hostId": "c5f86765323fcb4a910a897e78f13d3bd49be51a03cd5a58e854d2c5", "image": {"id": "469a5eb3-b5fa-445a-92f2-b2ec180d6dbf", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/469a5eb3-b5fa-445a-92f2-b2ec180d6dbf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:20:59Z", "updated": "2021-07-21T00:36:08Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-70325683", "OS-SRV-USG:launched_at": "2021-07-21T00:21:32.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058"}]}}' 2021-07-21 00:37:53,635 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048 0.090s 2021-07-21 00:37:53,635 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:37:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4662fe1c-35c1-4760-b6b2-c56ec7c6a02e', 'x-compute-request-id': 'req-4662fe1c-35c1-4760-b6b2-c56ec7c6a02e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048'} Body: b'{"server": {"id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "name": "tempest-TestMinimumBasicScenario-server-1581322073", "status": "ACTIVE", "tenant_id": "253ee3b5746847e4bb94081aa45d8dc8", "user_id": "c71d53d654fa44078576aa88ed743d70", "metadata": {}, "hostId": "c5f86765323fcb4a910a897e78f13d3bd49be51a03cd5a58e854d2c5", "image": {"id": "469a5eb3-b5fa-445a-92f2-b2ec180d6dbf", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/469a5eb3-b5fa-445a-92f2-b2ec180d6dbf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:20:59Z", "updated": "2021-07-21T00:36:08Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-70325683", "OS-SRV-USG:launched_at": "2021-07-21T00:21:32.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058"}]}}' 2021-07-21 00:37:54,730 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048 0.086s 2021-07-21 00:37:54,730 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:37:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f00eccfe-1db5-4f28-9c0d-9107d2ccb7bb', 'x-compute-request-id': 'req-f00eccfe-1db5-4f28-9c0d-9107d2ccb7bb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048'} Body: b'{"server": {"id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "name": "tempest-TestMinimumBasicScenario-server-1581322073", "status": "ACTIVE", "tenant_id": "253ee3b5746847e4bb94081aa45d8dc8", "user_id": "c71d53d654fa44078576aa88ed743d70", "metadata": {}, "hostId": "c5f86765323fcb4a910a897e78f13d3bd49be51a03cd5a58e854d2c5", "image": {"id": "469a5eb3-b5fa-445a-92f2-b2ec180d6dbf", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/469a5eb3-b5fa-445a-92f2-b2ec180d6dbf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:20:59Z", "updated": "2021-07-21T00:36:08Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-70325683", "OS-SRV-USG:launched_at": "2021-07-21T00:21:32.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058"}]}}' 2021-07-21 00:37:55,824 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048 0.084s 2021-07-21 00:37:55,825 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:37:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a37424c7-570b-4309-8cae-8e783bd2611f', 'x-compute-request-id': 'req-a37424c7-570b-4309-8cae-8e783bd2611f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048'} Body: b'{"server": {"id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "name": "tempest-TestMinimumBasicScenario-server-1581322073", "status": "ACTIVE", "tenant_id": "253ee3b5746847e4bb94081aa45d8dc8", "user_id": "c71d53d654fa44078576aa88ed743d70", "metadata": {}, "hostId": "c5f86765323fcb4a910a897e78f13d3bd49be51a03cd5a58e854d2c5", "image": {"id": "469a5eb3-b5fa-445a-92f2-b2ec180d6dbf", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/469a5eb3-b5fa-445a-92f2-b2ec180d6dbf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:20:59Z", "updated": "2021-07-21T00:36:08Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-70325683", "OS-SRV-USG:launched_at": "2021-07-21T00:21:32.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058"}]}}' 2021-07-21 00:37:56,920 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048 0.087s 2021-07-21 00:37:56,920 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:37:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-573968fb-c4be-454a-bb8c-98f2e7ea8e79', 'x-compute-request-id': 'req-573968fb-c4be-454a-bb8c-98f2e7ea8e79', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048'} Body: b'{"server": {"id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "name": "tempest-TestMinimumBasicScenario-server-1581322073", "status": "ACTIVE", "tenant_id": "253ee3b5746847e4bb94081aa45d8dc8", "user_id": "c71d53d654fa44078576aa88ed743d70", "metadata": {}, "hostId": "c5f86765323fcb4a910a897e78f13d3bd49be51a03cd5a58e854d2c5", "image": {"id": "469a5eb3-b5fa-445a-92f2-b2ec180d6dbf", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/469a5eb3-b5fa-445a-92f2-b2ec180d6dbf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:20:59Z", "updated": "2021-07-21T00:36:08Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-70325683", "OS-SRV-USG:launched_at": "2021-07-21T00:21:32.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058"}]}}' 2021-07-21 00:37:58,012 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048 0.083s 2021-07-21 00:37:58,012 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:37:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4a4aebf8-06a1-4e7e-b8f7-f736408eb7c9', 'x-compute-request-id': 'req-4a4aebf8-06a1-4e7e-b8f7-f736408eb7c9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048'} Body: b'{"server": {"id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "name": "tempest-TestMinimumBasicScenario-server-1581322073", "status": "ACTIVE", "tenant_id": "253ee3b5746847e4bb94081aa45d8dc8", "user_id": "c71d53d654fa44078576aa88ed743d70", "metadata": {}, "hostId": "c5f86765323fcb4a910a897e78f13d3bd49be51a03cd5a58e854d2c5", "image": {"id": "469a5eb3-b5fa-445a-92f2-b2ec180d6dbf", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/469a5eb3-b5fa-445a-92f2-b2ec180d6dbf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:20:59Z", "updated": "2021-07-21T00:36:08Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-70325683", "OS-SRV-USG:launched_at": "2021-07-21T00:21:32.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058"}]}}' 2021-07-21 00:37:59,107 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048 0.086s 2021-07-21 00:37:59,107 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:37:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c4b00772-05f0-4081-b8cc-76915e2e6115', 'x-compute-request-id': 'req-c4b00772-05f0-4081-b8cc-76915e2e6115', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048'} Body: b'{"server": {"id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "name": "tempest-TestMinimumBasicScenario-server-1581322073", "status": "ACTIVE", "tenant_id": "253ee3b5746847e4bb94081aa45d8dc8", "user_id": "c71d53d654fa44078576aa88ed743d70", "metadata": {}, "hostId": "c5f86765323fcb4a910a897e78f13d3bd49be51a03cd5a58e854d2c5", "image": {"id": "469a5eb3-b5fa-445a-92f2-b2ec180d6dbf", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/469a5eb3-b5fa-445a-92f2-b2ec180d6dbf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:20:59Z", "updated": "2021-07-21T00:36:08Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-70325683", "OS-SRV-USG:launched_at": "2021-07-21T00:21:32.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058"}]}}' 2021-07-21 00:38:00,200 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048 0.084s 2021-07-21 00:38:00,201 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:38:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9e8e5542-33e3-4557-8d9b-4fe2769b8de1', 'x-compute-request-id': 'req-9e8e5542-33e3-4557-8d9b-4fe2769b8de1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048'} Body: b'{"server": {"id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "name": "tempest-TestMinimumBasicScenario-server-1581322073", "status": "ACTIVE", "tenant_id": "253ee3b5746847e4bb94081aa45d8dc8", "user_id": "c71d53d654fa44078576aa88ed743d70", "metadata": {}, "hostId": "c5f86765323fcb4a910a897e78f13d3bd49be51a03cd5a58e854d2c5", "image": {"id": "469a5eb3-b5fa-445a-92f2-b2ec180d6dbf", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/469a5eb3-b5fa-445a-92f2-b2ec180d6dbf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:20:59Z", "updated": "2021-07-21T00:36:08Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-70325683", "OS-SRV-USG:launched_at": "2021-07-21T00:21:32.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058"}]}}' 2021-07-21 00:38:01,296 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048 0.086s 2021-07-21 00:38:01,296 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:38:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3a96f698-6d9b-43aa-9bd7-72c5a8118043', 'x-compute-request-id': 'req-3a96f698-6d9b-43aa-9bd7-72c5a8118043', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048'} Body: b'{"server": {"id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "name": "tempest-TestMinimumBasicScenario-server-1581322073", "status": "ACTIVE", "tenant_id": "253ee3b5746847e4bb94081aa45d8dc8", "user_id": "c71d53d654fa44078576aa88ed743d70", "metadata": {}, "hostId": "c5f86765323fcb4a910a897e78f13d3bd49be51a03cd5a58e854d2c5", "image": {"id": "469a5eb3-b5fa-445a-92f2-b2ec180d6dbf", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/469a5eb3-b5fa-445a-92f2-b2ec180d6dbf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:20:59Z", "updated": "2021-07-21T00:36:08Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-70325683", "OS-SRV-USG:launched_at": "2021-07-21T00:21:32.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058"}]}}' 2021-07-21 00:38:02,390 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048 0.085s 2021-07-21 00:38:02,390 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:38:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-abb9b98f-23c1-46de-b1cc-204ccc8093f5', 'x-compute-request-id': 'req-abb9b98f-23c1-46de-b1cc-204ccc8093f5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048'} Body: b'{"server": {"id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "name": "tempest-TestMinimumBasicScenario-server-1581322073", "status": "ACTIVE", "tenant_id": "253ee3b5746847e4bb94081aa45d8dc8", "user_id": "c71d53d654fa44078576aa88ed743d70", "metadata": {}, "hostId": "c5f86765323fcb4a910a897e78f13d3bd49be51a03cd5a58e854d2c5", "image": {"id": "469a5eb3-b5fa-445a-92f2-b2ec180d6dbf", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/469a5eb3-b5fa-445a-92f2-b2ec180d6dbf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:20:59Z", "updated": "2021-07-21T00:36:08Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-70325683", "OS-SRV-USG:launched_at": "2021-07-21T00:21:32.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058"}]}}' 2021-07-21 00:38:03,484 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048 0.086s 2021-07-21 00:38:03,485 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:38:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-351c3394-b64d-4524-ac9f-e402ca42851d', 'x-compute-request-id': 'req-351c3394-b64d-4524-ac9f-e402ca42851d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048'} Body: b'{"server": {"id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "name": "tempest-TestMinimumBasicScenario-server-1581322073", "status": "ACTIVE", "tenant_id": "253ee3b5746847e4bb94081aa45d8dc8", "user_id": "c71d53d654fa44078576aa88ed743d70", "metadata": {}, "hostId": "c5f86765323fcb4a910a897e78f13d3bd49be51a03cd5a58e854d2c5", "image": {"id": "469a5eb3-b5fa-445a-92f2-b2ec180d6dbf", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/469a5eb3-b5fa-445a-92f2-b2ec180d6dbf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:20:59Z", "updated": "2021-07-21T00:36:08Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-70325683", "OS-SRV-USG:launched_at": "2021-07-21T00:21:32.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058"}]}}' 2021-07-21 00:38:04,578 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048 0.084s 2021-07-21 00:38:04,578 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:38:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ce5839fc-b748-4832-b42b-ab7afe6957f5', 'x-compute-request-id': 'req-ce5839fc-b748-4832-b42b-ab7afe6957f5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048'} Body: b'{"server": {"id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "name": "tempest-TestMinimumBasicScenario-server-1581322073", "status": "ACTIVE", "tenant_id": "253ee3b5746847e4bb94081aa45d8dc8", "user_id": "c71d53d654fa44078576aa88ed743d70", "metadata": {}, "hostId": "c5f86765323fcb4a910a897e78f13d3bd49be51a03cd5a58e854d2c5", "image": {"id": "469a5eb3-b5fa-445a-92f2-b2ec180d6dbf", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/469a5eb3-b5fa-445a-92f2-b2ec180d6dbf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:20:59Z", "updated": "2021-07-21T00:36:08Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-70325683", "OS-SRV-USG:launched_at": "2021-07-21T00:21:32.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058"}]}}' 2021-07-21 00:38:05,674 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048 0.086s 2021-07-21 00:38:05,674 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:38:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-28c3b276-58c3-4a22-a652-b505f6da2afa', 'x-compute-request-id': 'req-28c3b276-58c3-4a22-a652-b505f6da2afa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048'} Body: b'{"server": {"id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "name": "tempest-TestMinimumBasicScenario-server-1581322073", "status": "ACTIVE", "tenant_id": "253ee3b5746847e4bb94081aa45d8dc8", "user_id": "c71d53d654fa44078576aa88ed743d70", "metadata": {}, "hostId": "c5f86765323fcb4a910a897e78f13d3bd49be51a03cd5a58e854d2c5", "image": {"id": "469a5eb3-b5fa-445a-92f2-b2ec180d6dbf", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/469a5eb3-b5fa-445a-92f2-b2ec180d6dbf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:20:59Z", "updated": "2021-07-21T00:36:08Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-70325683", "OS-SRV-USG:launched_at": "2021-07-21T00:21:32.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058"}]}}' 2021-07-21 00:38:06,768 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048 0.085s 2021-07-21 00:38:06,769 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:38:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dd9fbd26-c27b-421b-ad3a-ff483b05bfcd', 'x-compute-request-id': 'req-dd9fbd26-c27b-421b-ad3a-ff483b05bfcd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048'} Body: b'{"server": {"id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "name": "tempest-TestMinimumBasicScenario-server-1581322073", "status": "ACTIVE", "tenant_id": "253ee3b5746847e4bb94081aa45d8dc8", "user_id": "c71d53d654fa44078576aa88ed743d70", "metadata": {}, "hostId": "c5f86765323fcb4a910a897e78f13d3bd49be51a03cd5a58e854d2c5", "image": {"id": "469a5eb3-b5fa-445a-92f2-b2ec180d6dbf", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/469a5eb3-b5fa-445a-92f2-b2ec180d6dbf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:20:59Z", "updated": "2021-07-21T00:36:08Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-70325683", "OS-SRV-USG:launched_at": "2021-07-21T00:21:32.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058"}]}}' 2021-07-21 00:38:07,865 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048 0.088s 2021-07-21 00:38:07,866 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:38:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b8d98fbb-f1a1-48ac-856e-1fe949879d38', 'x-compute-request-id': 'req-b8d98fbb-f1a1-48ac-856e-1fe949879d38', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048'} Body: b'{"server": {"id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "name": "tempest-TestMinimumBasicScenario-server-1581322073", "status": "ACTIVE", "tenant_id": "253ee3b5746847e4bb94081aa45d8dc8", "user_id": "c71d53d654fa44078576aa88ed743d70", "metadata": {}, "hostId": "c5f86765323fcb4a910a897e78f13d3bd49be51a03cd5a58e854d2c5", "image": {"id": "469a5eb3-b5fa-445a-92f2-b2ec180d6dbf", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/469a5eb3-b5fa-445a-92f2-b2ec180d6dbf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:20:59Z", "updated": "2021-07-21T00:36:08Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-70325683", "OS-SRV-USG:launched_at": "2021-07-21T00:21:32.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058"}]}}' 2021-07-21 00:38:08,959 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048 0.085s 2021-07-21 00:38:08,959 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:38:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1388', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0d6e7d6e-79b9-4b2b-90e2-94b25c0c7ecf', 'x-compute-request-id': 'req-0d6e7d6e-79b9-4b2b-90e2-94b25c0c7ecf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048'} Body: b'{"server": {"id": "8c07d7bb-18cd-43a5-8713-681ce8014048", "name": "tempest-TestMinimumBasicScenario-server-1581322073", "status": "ACTIVE", "tenant_id": "253ee3b5746847e4bb94081aa45d8dc8", "user_id": "c71d53d654fa44078576aa88ed743d70", "metadata": {}, "hostId": "c5f86765323fcb4a910a897e78f13d3bd49be51a03cd5a58e854d2c5", "image": {"id": "469a5eb3-b5fa-445a-92f2-b2ec180d6dbf", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/images/469a5eb3-b5fa-445a-92f2-b2ec180d6dbf"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.30/compute/flavors/452"}]}, "created": "2021-07-21T00:20:59Z", "updated": "2021-07-21T00:36:08Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}, {"rel": "bookmark", "href": "http://10.222.0.30/compute/servers/8c07d7bb-18cd-43a5-8713-681ce8014048"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-70325683", "OS-SRV-USG:launched_at": "2021-07-21T00:21:32.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dea9b770-9abe-46bc-aa2c-78cfd2be3058"}]}}' 2021-07-21 00:38:10,000 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 404 GET http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048 0.033s 2021-07-21 00:38:10,001 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:38:09 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-2b470d5b-e5b3-42ab-a190-bb1baf46024e', 'x-compute-request-id': 'req-2b470d5b-e5b3-42ab-a190-bb1baf46024e', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.30/compute/v2.1/servers/8c07d7bb-18cd-43a5-8713-681ce8014048'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 8c07d7bb-18cd-43a5-8713-681ce8014048 could not be found."}}' 2021-07-21 00:38:11,048 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 202 DELETE http://10.222.0.30/compute/v2.1/os-keypairs/tempest-TestMinimumBasicScenario-70325683 1.046s 2021-07-21 00:38:11,048 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:38:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0962af20-142f-4642-a585-d5a0fd97b8c2', 'x-compute-request-id': 'req-0962af20-142f-4642-a585-d5a0fd97b8c2', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.30/compute/v2.1/os-keypairs/tempest-TestMinimumBasicScenario-70325683'} Body: b'' 2021-07-21 00:38:11,754 114907 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 204 DELETE http://10.222.0.30/image/v2/images/469a5eb3-b5fa-445a-92f2-b2ec180d6dbf 0.705s 2021-07-21 00:38:11,755 114907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 21 Jul 2021 00:38:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-70c08fbc-25b4-4275-9c0a-d486182a2e7d', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.30/image/v2/images/469a5eb3-b5fa-445a-92f2-b2ec180d6dbf'} Body: b'' }}} traceback-1: {{{ Traceback (most recent call last): File "/opt/stack/tempest/tempest/lib/common/utils/test_utils.py", line 87, in call_and_ignore_notfound_exc return func(*args, **kwargs) File "/opt/stack/tempest/tempest/scenario/manager.py", line 872, in nova_volume_detach self.servers_client.detach_volume(server['id'], volume['id']) File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 468, in detach_volume resp, body = self.delete('servers/%s/os-volume_attachments/%s' % 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/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 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: Invalid input received: Invalid volume: Unable to detach volume. Volume status must be 'in-use' and attach_status must be 'attached' to detach. (HTTP 400) (Request-ID: req-e5953914-530c-4750-8308-ac889b1d3a69)"} }}} traceback-2: {{{ Traceback (most recent call last): File "/opt/stack/tempest/tempest/lib/common/utils/test_utils.py", line 87, in call_and_ignore_notfound_exc return func(*args, **kwargs) File "/opt/stack/tempest/tempest/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-3: {{{ 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: (TestMinimumBasicScenario:_run_cleanups) Failed to delete volume dea9b770-9abe-46bc-aa2c-78cfd2be3058 within the required time (360 s). Timer started at 1626827407. Timer ended at 1626827767waited for 360 }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/scenario/manager.py", line 873, in nova_volume_detach waiters.wait_for_volume_attachment_remove_from_server( File "/opt/stack/tempest/tempest/common/waiters.py", line 370, in wait_for_volume_attachment_remove_from_server raise lib_exc.TimeoutException(message) tempest.lib.exceptions.TimeoutException: Request timed out Details: Volume dea9b770-9abe-46bc-aa2c-78cfd2be3058 failed to detach from server 8c07d7bb-18cd-43a5-8713-681ce8014048 within the required time (360 s) from the compute API perspective |
||||||
setUpClass (tempest.api.compute.volumes.test_attach_volume | 1 | 0 | 0 | 0 | 1 | Detail | |
AttachVolumeMultiAttachTest) |
skip
pt9.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
pt10.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
pt11.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
pt12.1: setUpClass (tempest.api.volume.admin.test_volumes_backup.VolumesBackupsAdminTest) |
||||||
setUpClass (tempest.api.volume.test_volumes_backup | 2 | 0 | 0 | 0 | 2 | Detail | |
VolumesBackupsV39Test) |
skip
pt13.1: setUpClass (tempest.api.volume.test_volumes_backup.VolumesBackupsV39Test) |
||||||
VolumesBackupsTest) |
skip
pt13.2: setUpClass (tempest.api.volume.test_volumes_backup.VolumesBackupsTest) |
||||||
setUpClass (tempest.scenario.test_encrypted_cinder_volumes | 1 | 0 | 0 | 0 | 1 | Detail | |
TestEncryptedCinderVolumes) |
skip
pt14.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
pt15.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
pt16.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
pt16.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_attach_volume.AttachVolumeShelveTestJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_attach_volume_shelved_or_offload_server[id-13a940b6-3474-4c3c-b03f-29b89112bfee,slow] |
pass
pt17.1: tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_attach_volume_shelved_or_offload_server[id-13a940b6-3474-4c3c-b03f-29b89112bfee,slow] |
||||||
test_detach_volume_shelved_or_offload_server[id-b54e86dd-a070-49c4-9c07-59ae6dae15aa,slow] |
pass
pt17.2: tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_detach_volume_shelved_or_offload_server[id-b54e86dd-a070-49c4-9c07-59ae6dae15aa,slow] |
||||||
tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest | 3 | 3 | 0 | 0 | 0 | Detail | |
test_attach_attached_volume_to_different_server[id-ee37a796-2afb-11e7-bc0f-fa163e65f5ce,negative] |
pass
pt18.1: tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_attach_attached_volume_to_different_server[id-ee37a796-2afb-11e7-bc0f-fa163e65f5ce,negative] |
||||||
test_attach_attached_volume_to_same_server[id-aab919e2-d992-4cbb-a4ed-745c2475398c,negative] |
pass
pt18.2: tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_attach_attached_volume_to_same_server[id-aab919e2-d992-4cbb-a4ed-745c2475398c,negative] |
||||||
test_delete_attached_volume[id-a313b5cd-fbd0-49cc-94de-870e99f763c7,negative] |
pass
pt18.3: tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_delete_attached_volume[id-a313b5cd-fbd0-49cc-94de-870e99f763c7,negative] |
||||||
tempest.api.compute.volumes.test_volume_snapshots.VolumesSnapshotsTestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_volume_snapshot_create_get_list_delete[id-cd4ec87d-7825-450d-8040-6e2068f2da8f] |
pass
pt19.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
pt20.1: tempest.api.compute.volumes.test_volumes_get.VolumesGetTestJSON.test_volume_create_get_delete[id-f10f25eb-9775-4d9d-9cbe-1cf54dae9d5f] |
||||||
tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON | 6 | 6 | 0 | 0 | 0 | Detail | |
test_volume_list[id-bc2dd1a0-15af-48e5-9990-f2e75a48325d] |
pass
pt21.1: tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list[id-bc2dd1a0-15af-48e5-9990-f2e75a48325d] |
||||||
test_volume_list_param_limit[id-1048ed81-2baf-487a-b284-c0622b86e7b8] |
pass
pt21.2: tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_param_limit[id-1048ed81-2baf-487a-b284-c0622b86e7b8] |
||||||
test_volume_list_param_offset_and_limit[id-51c22651-a074-4ea7-af0b-094f9331303e] |
pass
pt21.3: tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_param_offset_and_limit[id-51c22651-a074-4ea7-af0b-094f9331303e] |
||||||
test_volume_list_with_detail_param_limit[id-33985568-4965-49d5-9bcc-0aa007ca5b7a] |
pass
pt21.4: tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_with_detail_param_limit[id-33985568-4965-49d5-9bcc-0aa007ca5b7a] |
||||||
test_volume_list_with_detail_param_offset_and_limit[id-06b6abc4-3f10-48e9-a7a1-3facc98f03e5] |
pass
pt21.5: tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_with_detail_param_offset_and_limit[id-06b6abc4-3f10-48e9-a7a1-3facc98f03e5] |
||||||
test_volume_list_with_details[id-bad0567a-5a4f-420b-851e-780b55bb867c] |
pass
pt21.6: tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_with_details[id-bad0567a-5a4f-420b-851e-780b55bb867c] |
||||||
tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest | 8 | 8 | 0 | 0 | 0 | Detail | |
test_create_volume_with_invalid_size[id-5125ae14-152b-40a7-b3c5-eae15e9022ef,negative] |
pass
pt22.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
pt22.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
pt22.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
pt22.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
pt22.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
pt22.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
pt22.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
pt22.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
pt23.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
pt23.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
pt24.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
pt25.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
pt25.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
pt25.3: tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsTest.test_group_snapshot_create_show_list_delete[id-1298e537-f1f0-47a3-a1dd-8adec8168897] |
||||||
tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsV319Test | 1 | 0 | 0 | 0 | 1 | Detail | |
test_reset_group_snapshot_status[id-3b42c9b9-c984-4444-816e-ca2e1ed30b40] |
skip
pt26.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
pt27.1: tempest.api.volume.admin.test_group_type_specs.GroupTypeSpecsTest.test_group_type_specs_create_show_update_list_delete[id-bb4e30d0-de6e-4f4d-866c-dcc48d023b4e] |
||||||
tempest.api.volume.admin.test_group_types.GroupTypesTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_group_type_create_list_update_show[id-dd71e5f9-393e-4d4f-90e9-fa1b8d278864] |
pass
pt28.1: tempest.api.volume.admin.test_group_types.GroupTypesTest.test_group_type_create_list_update_show[id-dd71e5f9-393e-4d4f-90e9-fa1b8d278864] |
||||||
tempest.api.volume.admin.test_groups.GroupsTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_group_create_show_list_delete[id-4b111d28-b73d-4908-9bd2-03dc2992e4d4] |
pass
pt29.1: tempest.api.volume.admin.test_groups.GroupsTest.test_group_create_show_list_delete[id-4b111d28-b73d-4908-9bd2-03dc2992e4d4] |
||||||
test_group_update[id-4a8a6fd2-8b3b-4641-8f54-6a6f99320006] |
pass
pt29.2: tempest.api.volume.admin.test_groups.GroupsTest.test_group_update[id-4a8a6fd2-8b3b-4641-8f54-6a6f99320006] |
||||||
tempest.api.volume.admin.test_groups.GroupsV314Test | 1 | 1 | 0 | 0 | 0 | Detail | |
test_create_group_from_group[id-2424af8c-7851-4888-986a-794b10c3210e] |
pass
pt30.1: tempest.api.volume.admin.test_groups.GroupsV314Test.test_create_group_from_group[id-2424af8c-7851-4888-986a-794b10c3210e] |
||||||
tempest.api.volume.admin.test_groups.GroupsV320Test | 1 | 1 | 0 | 0 | 0 | Detail | |
test_reset_group_status[id-b20c696b-0cbc-49a5-8b3a-b1fb9338f45c] |
pass
pt31.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
pt32.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
pt32.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
pt32.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
pt32.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
pt32.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
pt32.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
pt32.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
pt33.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
pt33.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
pt33.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
pt33.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
pt33.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
pt33.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
pt34.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
pt34.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
pt35.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
pt36.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
pt36.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
pt37.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
pt37.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
pt38.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
pt38.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
pt38.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
pt38.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
pt38.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
pt38.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
pt38.7: tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_update_all_quota_resources_for_tenant[id-3d45c99e-cc42-4424-a56e-5cbd212b63a6] |
||||||
tempest.api.volume.admin.test_volume_quotas_negative.VolumeQuotasNegativeTestJSON | 3 | 3 | 0 | 0 | 0 | Detail | |
test_quota_volume_gigabytes[id-2dc27eee-8659-4298-b900-169d71a91374,negative] |
pass
pt39.1: tempest.api.volume.admin.test_volume_quotas_negative.VolumeQuotasNegativeTestJSON.test_quota_volume_gigabytes[id-2dc27eee-8659-4298-b900-169d71a91374,negative] |
||||||
test_quota_volumes[id-bf544854-d62a-47f2-a681-90f7a47d86b6,negative] |
pass
pt39.2: tempest.api.volume.admin.test_volume_quotas_negative.VolumeQuotasNegativeTestJSON.test_quota_volumes[id-bf544854-d62a-47f2-a681-90f7a47d86b6,negative] |
||||||
test_volume_extend_gigabytes_quota_deviation[id-d321dc21-d8c6-401f-95fe-49f4845f1a6d,negative] |
pass
pt39.3: tempest.api.volume.admin.test_volume_quotas_negative.VolumeQuotasNegativeTestJSON.test_volume_extend_gigabytes_quota_deviation[id-d321dc21-d8c6-401f-95fe-49f4845f1a6d,negative] |
||||||
tempest.api.volume.admin.test_volume_retype.VolumeRetypeWithoutMigrationTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_available_volume_retype[id-b90412ee-465d-46e9-b249-ec84a47d5f25] |
pass
pt40.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
pt41.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
pt41.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
pt41.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
pt41.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
pt41.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
pt42.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
pt42.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
pt42.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
pt42.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
pt42.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_type_access.VolumeTypesAccessTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_volume_type_access_add[id-d4dd0027-835f-4554-a6e5-50903fb79184] |
pass
pt43.1: tempest.api.volume.admin.test_volume_type_access.VolumeTypesAccessTest.test_volume_type_access_add[id-d4dd0027-835f-4554-a6e5-50903fb79184] |
||||||
test_volume_type_access_list[id-5220eb28-a435-43ce-baaf-ed46f0e95159] |
pass
pt43.2: tempest.api.volume.admin.test_volume_type_access.VolumeTypesAccessTest.test_volume_type_access_list[id-5220eb28-a435-43ce-baaf-ed46f0e95159] |
||||||
tempest.api.volume.admin.test_volume_types.VolumeTypesTest | 5 | 5 | 0 | 0 | 0 | Detail | |
test_volume_crud_with_volume_type_and_extra_specs[id-c03cc62c-f4e9-4623-91ec-64ce2f9c1260] |
pass
pt44.1: tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_crud_with_volume_type_and_extra_specs[id-c03cc62c-f4e9-4623-91ec-64ce2f9c1260] |
||||||
test_volume_type_create_get_delete[id-4e955c3b-49db-4515-9590-0c99f8e471ad] |
pass
pt44.2: tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_create_get_delete[id-4e955c3b-49db-4515-9590-0c99f8e471ad] |
||||||
test_volume_type_encryption_create_get_update_delete[id-7830abd0-ff99-4793-a265-405684a54d46] |
pass
pt44.3: tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_encryption_create_get_update_delete[id-7830abd0-ff99-4793-a265-405684a54d46] |
||||||
test_volume_type_list[id-9d9b28e3-1b2e-4483-a2cc-24aa0ea1de54] |
pass
pt44.4: tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_list[id-9d9b28e3-1b2e-4483-a2cc-24aa0ea1de54] |
||||||
test_volume_type_update[id-cf9f07c6-db9e-4462-a243-5933ad65e9c8] |
pass
pt44.5: tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_update[id-cf9f07c6-db9e-4462-a243-5933ad65e9c8] |
||||||
tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest | 3 | 3 | 0 | 0 | 0 | Detail | |
test_volume_type_extra_spec_create_get_delete[id-d4772798-601f-408a-b2a5-29e8a59d1220] |
pass
pt45.1: tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_spec_create_get_delete[id-d4772798-601f-408a-b2a5-29e8a59d1220] |
||||||
test_volume_type_extra_specs_list[id-b42923e9-0452-4945-be5b-d362ae533e60] |
pass
pt45.2: tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_specs_list[id-b42923e9-0452-4945-be5b-d362ae533e60] |
||||||
test_volume_type_extra_specs_update[id-0806db36-b4a0-47a1-b6f3-c2e7f194d017] |
pass
pt45.3: tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_specs_update[id-0806db36-b4a0-47a1-b6f3-c2e7f194d017] |
||||||
tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest | 11 | 11 | 0 | 0 | 0 | Detail | |
test_create_invalid_body[id-bc772c71-1ed4-4716-b945-8b5ed0f15e87,negative] |
pass
pt46.1: tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_invalid_body[id-bc772c71-1ed4-4716-b945-8b5ed0f15e87,negative] |
||||||
test_create_none_body[id-c821bdc8-43a4-4bf4-86c8-82f3858d5f7d,negative] |
pass
pt46.2: tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_none_body[id-c821bdc8-43a4-4bf4-86c8-82f3858d5f7d,negative] |
||||||
test_create_nonexistent_type_id[id-49d5472c-a53d-4eab-a4d3-450c4db1c545,negative] |
pass
pt46.3: tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_nonexistent_type_id[id-49d5472c-a53d-4eab-a4d3-450c4db1c545,negative] |
||||||
test_delete_nonexistent_volume_type_id[id-031cda8b-7d23-4246-8bf6-bbe73fd67074,negative] |
pass
pt46.4: tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_delete_nonexistent_volume_type_id[id-031cda8b-7d23-4246-8bf6-bbe73fd67074,negative] |
||||||
test_get_nonexistent_extra_spec_name[id-c881797d-12ff-4f1a-b09d-9f6212159753,negative] |
pass
pt46.5: tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_get_nonexistent_extra_spec_name[id-c881797d-12ff-4f1a-b09d-9f6212159753,negative] |
||||||
test_get_nonexistent_volume_type_id[id-9f402cbd-1838-4eb4-9554-126a6b1908c9,negative] |
pass
pt46.6: tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_get_nonexistent_volume_type_id[id-9f402cbd-1838-4eb4-9554-126a6b1908c9,negative] |
||||||
test_list_nonexistent_volume_type_id[id-dee5cf0c-cdd6-4353-b70c-e847050d71fb,negative] |
pass
pt46.7: tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_list_nonexistent_volume_type_id[id-dee5cf0c-cdd6-4353-b70c-e847050d71fb,negative] |
||||||
test_update_multiple_extra_spec[id-a77dfda2-9100-448e-9076-ed1711f4bdfc,negative] |
pass
pt46.8: tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_multiple_extra_spec[id-a77dfda2-9100-448e-9076-ed1711f4bdfc,negative] |
||||||
test_update_no_body[id-08961d20-5cbb-4910-ac0f-89ad6dbb2da1,negative] |
pass
pt46.9: tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_no_body[id-08961d20-5cbb-4910-ac0f-89ad6dbb2da1,negative] |
||||||
test_update_none_extra_spec_id[id-9bf7a657-b011-4aec-866d-81c496fbe5c8,negative] |
pass
pt46.10: tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_none_extra_spec_id[id-9bf7a657-b011-4aec-866d-81c496fbe5c8,negative] |
||||||
test_update_nonexistent_extra_spec_id[id-25e5a0ee-89b3-4c53-8310-236f76c75365,negative] |
pass
pt46.11: tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_nonexistent_extra_spec_id[id-25e5a0ee-89b3-4c53-8310-236f76c75365,negative] |
||||||
tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest | 4 | 4 | 0 | 0 | 0 | Detail | |
test_create_volume_with_private_volume_type[id-8c09f849-f225-4d78-ba87-bffd9a5e0c6f,negative] |
pass
pt47.1: tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_volume_with_private_volume_type[id-8c09f849-f225-4d78-ba87-bffd9a5e0c6f,negative] |
||||||
test_create_with_empty_name[id-878b4e57-faa2-4659-b0d1-ce740a06ae81,negative] |
pass
pt47.2: tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_with_empty_name[id-878b4e57-faa2-4659-b0d1-ce740a06ae81,negative] |
||||||
test_delete_nonexistent_type_id[id-6b3926d2-7d73-4896-bc3d-e42dfd11a9f6,negative] |
pass
pt47.3: tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_delete_nonexistent_type_id[id-6b3926d2-7d73-4896-bc3d-e42dfd11a9f6,negative] |
||||||
test_get_nonexistent_type_id[id-994610d6-0476-4018-a644-a2602ef5d4aa,negative] |
pass
pt47.4: tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_get_nonexistent_type_id[id-994610d6-0476-4018-a644-a2602ef5d4aa,negative] |
||||||
tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest | 5 | 5 | 0 | 0 | 0 | Detail | |
test_volume_force_delete_when_volume_is_attaching[id-db8d607a-aa2e-4beb-b51d-d4005c232011] |
pass
pt48.1: tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_attaching[id-db8d607a-aa2e-4beb-b51d-d4005c232011] |
||||||
test_volume_force_delete_when_volume_is_creating[id-21737d5a-92f2-46d7-b009-a0cc0ee7a570] |
pass
pt48.2: tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_creating[id-21737d5a-92f2-46d7-b009-a0cc0ee7a570] |
||||||
test_volume_force_delete_when_volume_is_error[id-3e33a8a8-afd4-4d64-a86b-c27a185c5a4a] |
pass
pt48.3: tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_error[id-3e33a8a8-afd4-4d64-a86b-c27a185c5a4a] |
||||||
test_volume_force_delete_when_volume_is_maintenance[id-b957cabd-1486-4e21-90cf-a9ed3c39dfb2] |
pass
pt48.4: tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_maintenance[id-b957cabd-1486-4e21-90cf-a9ed3c39dfb2] |
||||||
test_volume_reset_status[id-d063f96e-a2e0-4f34-8b8a-395c42de1845] |
pass
pt48.5: tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_reset_status[id-d063f96e-a2e0-4f34-8b8a-395c42de1845] |
||||||
tempest.api.volume.admin.test_volumes_list.VolumesListAdminTestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_volume_list_param_tenant[id-5866286f-3290-4cfd-a414-088aa6cdc469] |
pass
pt49.1: tempest.api.volume.admin.test_volumes_list.VolumesListAdminTestJSON.test_volume_list_param_tenant[id-5866286f-3290-4cfd-a414-088aa6cdc469] |
||||||
tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_get_availability_zone_list[id-01f1ae88-eba9-4c6b-a011-6f7ace06b725] |
pass
pt50.1: tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list[id-01f1ae88-eba9-4c6b-a011-6f7ace06b725] |
||||||
tempest.api.volume.test_extensions.ExtensionsTestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_list_extensions[id-94607eb0-43a5-47ca-82aa-736b41bd2e2c] |
pass
pt51.1: tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions[id-94607eb0-43a5-47ca-82aa-736b41bd2e2c] |
||||||
tempest.api.volume.test_image_metadata.VolumesImageMetadata | 1 | 1 | 0 | 0 | 0 | Detail | |
test_update_show_delete_image_metadata[id-03efff0b-5c75-4822-8f10-8789ac15b13e,image] |
pass
pt52.1: tempest.api.volume.test_image_metadata.VolumesImageMetadata.test_update_show_delete_image_metadata[id-03efff0b-5c75-4822-8f10-8789ac15b13e,image] |
||||||
tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_crud_snapshot_metadata[id-a2f20f99-e363-4584-be97-bc33afb1a56c] |
pass
pt53.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
pt53.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
pt54.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
pt54.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
pt55.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
pt56.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
pt56.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
pt57.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
pt57.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
pt58.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
pt58.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
pt59.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
pt59.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
pt60.1: tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance[compute,id-fff42874-7db5-4487-a8e1-ddda5fb5288d,smoke] |
||||||
test_get_volume_attachment[compute,id-9516a2c8-9135-488c-8dd6-5677a7e5f371] |
pass
pt60.2: tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_get_volume_attachment[compute,id-9516a2c8-9135-488c-8dd6-5677a7e5f371] |
||||||
test_reserve_unreserve_volume[id-92c4ef64-51b2-40c0-9f7e-4749fbaaba33] |
pass
pt60.3: tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_reserve_unreserve_volume[id-92c4ef64-51b2-40c0-9f7e-4749fbaaba33] |
||||||
test_volume_bootable[id-63e21b4c-0a0c-41f6-bfc3-7c2816815599] |
pass
pt60.4: tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_bootable[id-63e21b4c-0a0c-41f6-bfc3-7c2816815599] |
||||||
test_volume_readonly_update[id-fff74e1e-5bd3-4b33-9ea9-24c103bc3f59] |
pass
pt60.5: tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_readonly_update[id-fff74e1e-5bd3-4b33-9ea9-24c103bc3f59] |
||||||
test_volume_upload[id-d8f1ca95-3d5b-44a3-b8ca-909691c9532d,image] |
pass
pt60.6: tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload[id-d8f1ca95-3d5b-44a3-b8ca-909691c9532d,image] |
||||||
tempest.api.volume.test_volumes_clone.VolumesCloneTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_create_from_bootable_volume[id-cbbcd7c6-5a6c-481a-97ac-ca55ab715d16,image] |
pass
pt61.1: tempest.api.volume.test_volumes_clone.VolumesCloneTest.test_create_from_bootable_volume[id-cbbcd7c6-5a6c-481a-97ac-ca55ab715d16,image] |
||||||
test_create_from_volume[id-9adae371-a257-43a5-9555-dc7c88e66e0e] |
pass
pt61.2: tempest.api.volume.test_volumes_clone.VolumesCloneTest.test_create_from_volume[id-9adae371-a257-43a5-9555-dc7c88e66e0e] |
||||||
tempest.api.volume.test_volumes_clone_negative.VolumesCloneNegativeTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_create_from_volume_decreasing_size[id-9adae371-a257-43a5-459a-dc7c88e66e0e,negative] |
pass
pt62.1: tempest.api.volume.test_volumes_clone_negative.VolumesCloneNegativeTest.test_create_from_volume_decreasing_size[id-9adae371-a257-43a5-459a-dc7c88e66e0e,negative] |
||||||
tempest.api.volume.test_volumes_extend.VolumesExtendTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_volume_extend[id-9a36df71-a257-43a5-9555-dc7c88e66e0e] |
pass
pt63.1: tempest.api.volume.test_volumes_extend.VolumesExtendTest.test_volume_extend[id-9a36df71-a257-43a5-9555-dc7c88e66e0e] |
||||||
test_volume_extend_when_volume_has_snapshot[id-86be1cba-2640-11e5-9c82-635fb964c912] |
pass
pt63.2: tempest.api.volume.test_volumes_extend.VolumesExtendTest.test_volume_extend_when_volume_has_snapshot[id-86be1cba-2640-11e5-9c82-635fb964c912] |
||||||
tempest.api.volume.test_volumes_get.VolumesGetTest | 3 | 3 | 0 | 0 | 0 | Detail | |
test_volume_create_get_update_delete[id-27fb0e9f-fb64-41dd-8bdb-1ffa762f0d51,smoke] |
pass
pt64.1: tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete[id-27fb0e9f-fb64-41dd-8bdb-1ffa762f0d51,smoke] |
||||||
test_volume_create_get_update_delete_as_clone[id-3f591b4a-7dc6-444c-bd51-77469506b3a1] |
pass
pt64.2: tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone[id-3f591b4a-7dc6-444c-bd51-77469506b3a1] |
||||||
test_volume_create_get_update_delete_from_image[id-54a01030-c7fc-447c-86ee-c1182beae638,image,smoke] |
pass
pt64.3: tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image[id-54a01030-c7fc-447c-86ee-c1182beae638,image,smoke] |
||||||
tempest.api.volume.test_volumes_get.VolumesSummaryTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_show_volume_summary[id-c4f2431e-4920-4736-9e00-4040386b6feb] |
pass
pt65.1: tempest.api.volume.test_volumes_get.VolumesSummaryTest.test_show_volume_summary[id-c4f2431e-4920-4736-9e00-4040386b6feb] |
||||||
tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON | 13 | 13 | 0 | 0 | 0 | Detail | |
test_snapshot_list_param_limit[id-db4d8e0a-7a2e-41cc-a712-961f6844e896] |
pass
pt66.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
pt66.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
pt66.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
pt66.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
pt66.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
pt66.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
pt66.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
pt66.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
pt66.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
pt66.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
pt66.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
pt66.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
pt66.13: tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_with_params[id-59f41f43-aebf-48a9-ab5d-d76340fab32b] |
||||||
tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON | 6 | 6 | 0 | 0 | 0 | Detail | |
test_create_snapshot_with_nonexistent_volume_id[id-e3e466af-70ab-4f4b-a967-ab04e3532ea7,negative] |
pass
pt67.1: tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id[id-e3e466af-70ab-4f4b-a967-ab04e3532ea7,negative] |
||||||
test_create_snapshot_without_passing_volume_id[id-bb9da53e-d335-4309-9c15-7e76fd5e4d6d,negative] |
pass
pt67.2: tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id[id-bb9da53e-d335-4309-9c15-7e76fd5e4d6d,negative] |
||||||
test_list_snapshot_invalid_param_limit[id-8fd92339-e22f-4591-86b4-1e2215372a40,negative] |
pass
pt67.3: tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshot_invalid_param_limit[id-8fd92339-e22f-4591-86b4-1e2215372a40,negative] |
||||||
test_list_snapshots_invalid_param_marker[id-b68deeda-ca79-4a32-81af-5c51179e553a,negative] |
pass
pt67.4: tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshots_invalid_param_marker[id-b68deeda-ca79-4a32-81af-5c51179e553a,negative] |
||||||
test_list_snapshots_invalid_param_sort[id-27b5f37f-bf69-4e8c-986e-c44f3d6819b8,negative] |
pass
pt67.5: tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshots_invalid_param_sort[id-27b5f37f-bf69-4e8c-986e-c44f3d6819b8,negative] |
||||||
test_volume_from_snapshot_decreasing_size[id-677863d1-34f9-456d-b6ac-9924f667a7f4,negative] |
pass
pt67.6: tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_volume_from_snapshot_decreasing_size[id-677863d1-34f9-456d-b6ac-9924f667a7f4,negative] |
||||||
tempest.scenario.test_shelve_instance.TestShelveInstance | 1 | 1 | 0 | 0 | 0 | Detail | |
test_shelve_volume_backed_instance[compute,id-c1b6318c-b9da-490b-9c67-9339b627271f,image,network,slow,volume] |
pass
pt68.1: tempest.scenario.test_shelve_instance.TestShelveInstance.test_shelve_volume_backed_instance[compute,id-c1b6318c-b9da-490b-9c67-9339b627271f,image,network,slow,volume] |
||||||
tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern | 1 | 1 | 0 | 0 | 0 | Detail | |
test_volume_boot_pattern[compute,id-557cd2c2-4eb8-4dce-98be-f86765ff311b,image,slow,volume] |
pass
pt69.1: tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_volume_boot_pattern[compute,id-557cd2c2-4eb8-4dce-98be-f86765ff311b,image,slow,volume] |
||||||
Total | 183 | 162 | 11 | 0 | 10 |